Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/sm750fb/
A Dddk750_hwi2c.c9 #define MAX_HWI2C_FIFO 16 macro
106 if (length < MAX_HWI2C_FIFO) in hw_i2c_write_data()
109 count = MAX_HWI2C_FIFO - 1; in hw_i2c_write_data()
171 if (length <= MAX_HWI2C_FIFO) in hw_i2c_read_data()
174 count = MAX_HWI2C_FIFO - 1; in hw_i2c_read_data()

Completed in 3 milliseconds