Home
last modified time | relevance | path

Searched refs:RCAR_MIN_DMA_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-rcar.c90 #define RCAR_MIN_DMA_LEN 8 macro
421 if (IS_ERR(chan) || msg->len < RCAR_MIN_DMA_LEN || in rcar_i2c_dma()
962 BUILD_BUG_ON_MSG(RCAR_MIN_DMA_LEN < 3, "Invalid min DMA length"); in rcar_i2c_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-rcar.c90 #define RCAR_MIN_DMA_LEN 8 macro
423 if (!(priv->flags & ID_P_NOT_ATOMIC) || IS_ERR(chan) || msg->len < RCAR_MIN_DMA_LEN || in rcar_i2c_dma()
1050 BUILD_BUG_ON_MSG(RCAR_MIN_DMA_LEN < 3, "Invalid min DMA length"); in rcar_i2c_probe()

Completed in 5 milliseconds