Home
last modified time | relevance | path

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

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