Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpxa2xx_ssp.h204 #define SSITF_TxLoThresh(x) (((x) - 1) << 8) macro
/linux-5.19.10/drivers/spi/
Dspi-pxa2xx.c1261 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) | in setup()