Home
last modified time | relevance | path

Searched refs:cfspi_tx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dcf_spi.c85 static void cfspi_tx(u32 ctrl, u16 data) in cfspi_tx() function
131 cfspi_tx(ctrl, *spi_wr16++); in cfspi_xfer()
133 cfspi_tx(ctrl, *spi_wr++); in cfspi_xfer()
138 cfspi_tx(ctrl, CONFIG_SPI_IDLE_VAL); in cfspi_xfer()
155 cfspi_tx(ctrl, *spi_wr16); in cfspi_xfer()
157 cfspi_tx(ctrl, *spi_wr); in cfspi_xfer()
162 cfspi_tx(ctrl, CONFIG_SPI_IDLE_VAL); in cfspi_xfer()
170 cfspi_tx(ctrl, CONFIG_SPI_IDLE_VAL); in cfspi_xfer()