Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/512x/
Dmpc512x_shared.c377 static unsigned int __init get_fifo_size(struct device_node *np, in get_fifo_size() function
412 tx_fifo_size = get_fifo_size(np, "fsl,tx-fifo-size"); in mpc512x_psc_fifo_init()
413 rx_fifo_size = get_fifo_size(np, "fsl,rx-fifo-size"); in mpc512x_psc_fifo_init()
/Linux-v6.1/drivers/spi/
Dspi-stm32.c238 int (*get_fifo_size)(struct stm32_spi *spi); member
1731 .get_fifo_size = stm32h7_spi_get_fifo_size,
1838 spi->fifo_size = spi->cfg->get_fifo_size(spi); in stm32_spi_probe()