Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpxa2xx_ssp.h182 #define SSITF_TxLoThresh(x) (((x) - 1) << 8) macro
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx.c1155 chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) in setup()