Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-at91.h59 #define AT91_TWI_CWGR_HOLD(x) (((x) & AT91_TWI_CWGR_HOLD_MAX) << 24) macro
H A Di2c-at91-master.c123 | AT91_TWI_CWGR_HOLD(hold); in at91_calc_twi_clock()