Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/omap/
H A Dti_iicreg.h124 #define I2C_BUFSTAT_TXSTAT(x) (((x) >> 0) & 0x3f) macro
H A Dti_iic.c508 len = I2C_BUFSTAT_TXSTAT(len); in ti_iic_do_write()