Searched refs:tmod (Results 1 – 1 of 1) sorted by relevance
343 uint32_t tmod = DW_SPI_CTRLR0_TMOD_TX_RX; in transceive() local363 tmod = DW_SPI_CTRLR0_TMOD_TX; in transceive()365 tmod = DW_SPI_CTRLR0_TMOD_RX; in transceive()370 if (tmod >= DW_SPI_CTRLR0_TMOD_RX && in transceive()387 if (tmod == DW_SPI_CTRLR0_TMOD_RX) { in transceive()388 tmod |= DW_SPI_CTRLR0_SLV_OE; in transceive()390 tmod &= ~DW_SPI_CTRLR0_SLV_OE; in transceive()397 reg_data |= tmod; in transceive()