Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dxilinx_xiic.c143 u8 fifo_space = xiic_tx_fifo_space(priv); in xiic_fill_tx_fifo() local
147 len = (len > fifo_space) ? fifo_space : len; in xiic_fill_tx_fifo()