Searched refs:I2C_BUFSTAT_TXSTAT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/armv7/omap/ | ||
H A D | ti_iicreg.h | 124 #define I2C_BUFSTAT_TXSTAT(x) (((x) >> 0) & 0x3f) macro |
H A D | ti_iic.c | 508 len = I2C_BUFSTAT_TXSTAT(len); in ti_iic_do_write() |