Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-pl022.c323 int fifodepth; member
625 while ((pl022->exp_fifo_level < pl022->vendor->fifodepth) in readwriter()
845 rx_conf.src_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
866 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
1293 pl022->vendor->fifodepth); in print_current_status()
1405 if (pl022->vendor->fifodepth < 16) { in verify_controller_parameters()
1412 if (pl022->vendor->fifodepth < 32) { in verify_controller_parameters()
1430 if (pl022->vendor->fifodepth < 16) { in verify_controller_parameters()
1437 if (pl022->vendor->fifodepth < 32) { in verify_controller_parameters()
2085 .fifodepth = 8,
[all …]
/linux-6.12.1/drivers/i2c/busses/
Di2c-nomadik.c137 u32 fifodepth; member
1079 u32 max_fifo_threshold = (vendor->fifodepth / 2) - 1; in nmk_i2c_probe()
1168 .fifodepth = 16, /* Guessed from TFTR/RFTR = 7 */
1173 .fifodepth = 32, /* Guessed from TFTR/RFTR = 15 */