Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpxa2xx_ssp.h186 #define SSITF_TxLoThresh(x) (((x) - 1) << 8) macro
/Linux-v4.19/drivers/spi/
Dspi-pxa2xx.c1257 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) in setup()