Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Dpxa2xx_spi.h41 u8 tx_hi_threshold; member
/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx.c1243 if (chip_info->tx_hi_threshold) in setup()
1244 tx_hi_thres = chip_info->tx_hi_threshold; in setup()