Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c363 static unsigned int __init get_fifo_size(struct device_node *np, in get_fifo_size() function
398 tx_fifo_size = get_fifo_size(np, "fsl,tx-fifo-size"); in mpc512x_psc_fifo_init()
399 rx_fifo_size = get_fifo_size(np, "fsl,rx-fifo-size"); in mpc512x_psc_fifo_init()
/linux/drivers/spi/
H A Dspi-stm32.c252 * @get_fifo_size: routine to get fifo size
280 int (*get_fifo_size)(struct stm32_spi *spi); member
2201 .get_fifo_size = stm32h7_spi_get_fifo_size,
2232 .get_fifo_size = stm32h7_spi_get_fifo_size,
2364 spi->fifo_size = spi->cfg->get_fifo_size(spi); in stm32_spi_probe()