Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dkirkwood_spi.c36 int tm, isread = 0; in _spi_xfer() local
67 for (tm = 0, isread = 0; tm < KWSPI_TIMEOUT; ++tm) { in _spi_xfer()
69 isread = 1; in _spi_xfer()
82 if (isread) in _spi_xfer()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_smbus.c80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode) in rmi_smb_get_command_code() argument
94 if (isread) { in rmi_smb_get_command_code()
112 new_map.flags = !isread ? RMI_SMB2_MAP_FLAGS_WE : 0; in rmi_smb_get_command_code()