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

/linux-master/drivers/spi/
H A Dspi-pl022.c313 * @fifodepth: depth of FIFOs (both)
323 int fifodepth; member in struct:vendor_data
625 while ((pl022->exp_fifo_level < pl022->vendor->fifodepth)
845 rx_conf.src_maxburst = pl022->vendor->fifodepth >> 1;
866 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1;
1291 "spi-pl022 exp_fifo_level/fifodepth: %u/%d\n",
1293 pl022->vendor->fifodepth);
1405 if (pl022->vendor->fifodepth < 16) {
1412 if (pl022->vendor->fifodepth < 32) {
1430 if (pl022->vendor->fifodepth < 1
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-nomadik.c133 * @fifodepth: variant FIFO depth
137 u32 fifodepth; member in struct:i2c_vendor_data
1082 u32 max_fifo_threshold = (vendor->fifodepth / 2) - 1;
1171 .fifodepth = 16, /* Guessed from TFTR/RFTR = 7 */
1176 .fifodepth = 32, /* Guessed from TFTR/RFTR = 15 */

Completed in 107 milliseconds