Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-pl022.c323 int fifodepth; member
707 while ((pl022->exp_fifo_level < pl022->vendor->fifodepth) in readwriter()
958 rx_conf.src_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
979 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
1494 pl022->vendor->fifodepth); in print_current_status()
1652 if (pl022->vendor->fifodepth < 16) { in verify_controller_parameters()
1659 if (pl022->vendor->fifodepth < 32) { in verify_controller_parameters()
1677 if (pl022->vendor->fifodepth < 16) { in verify_controller_parameters()
1684 if (pl022->vendor->fifodepth < 32) { in verify_controller_parameters()
2345 .fifodepth = 8,
[all …]
/linux-5.19.10/drivers/i2c/busses/
Di2c-nomadik.c117 u32 fifodepth; member
971 u32 max_fifo_threshold = (vendor->fifodepth / 2) - 1; in nmk_i2c_probe()
1075 .fifodepth = 16, /* Guessed from TFTR/RFTR = 7 */
1080 .fifodepth = 32, /* Guessed from TFTR/RFTR = 15 */