Searched refs:set_tx_byte (Results 1 – 1 of 1) sorted by relevance
124 #define set_tx_byte(b) (tx_invert ? ~(b) : b) macro171 tbuf[i] = set_tx_byte(0); /* dummy */ in ili922x_read_status()210 tbuf[1] = set_tx_byte(0); in ili922x_read()211 tbuf[2] = set_tx_byte(reg); in ili922x_read()220 tbuf[len++] = set_tx_byte(0); in ili922x_read()221 tbuf[len] = set_tx_byte(0); in ili922x_read()265 tbuf[1] = set_tx_byte(0); in ili922x_write()266 tbuf[2] = set_tx_byte(reg); in ili922x_write()274 tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_REG, in ili922x_write()276 tbuf[1] = set_tx_byte((value & 0xFF00) >> 8); in ili922x_write()[all …]