Searched refs:DIR_WRITE (Results 1 – 3 of 3) sorted by relevance
23 #define DIR_WRITE(a) ((a) & 0x7f) macro73 uint8_t data[] = { DIR_WRITE(reg), byte }; in fxas21002_byte_write_spi()
20 #define DIR_WRITE(a) ((a) | BIT(7)) macro71 uint8_t data[] = { DIR_WRITE(reg), ADDR_7(reg), byte }; in fxls8974_byte_write_spi()
23 #define DIR_WRITE(a) ((a) | BIT(7)) macro74 uint8_t data[] = { DIR_WRITE(reg), ADDR_7(reg), byte }; in fxos8700_byte_write_spi()