Home
last modified time | relevance | path

Searched refs:lpss_tx_threshold (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-pxa2xx.h78 u16 lpss_tx_threshold; member
H A Dspi-pxa2xx.c1088 != chip->lpss_tx_threshold) in pxa2xx_spi_transfer_one()
1090 chip->lpss_tx_threshold); in pxa2xx_spi_transfer_one()
1356 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) in setup()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pxa2xx.h68 u16 lpss_tx_threshold; member
H A Dspi-pxa2xx.c1061 pxa2xx_spi_update(drv_data, SSITF, GENMASK(15, 0), chip->lpss_tx_threshold); in pxa2xx_spi_transfer_one()
1069 thresh |= SFIFOTT_TxThresh(chip->lpss_tx_threshold); in pxa2xx_spi_transfer_one()
1260 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) | in setup()
1266 chip->lpss_tx_threshold = tx_thres; in setup()

Completed in 6 milliseconds