Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-designware-core.h40 #define DW_IC_FIFO_RX_FIELD GENMASK(15, 8) macro
H A Di2c-designware-common.c825 rx_fifo_depth = FIELD_GET(DW_IC_FIFO_RX_FIELD, param) + 1; in i2c_dw_set_fifo_size()