Home
last modified time | relevance | path

Searched defs:SSCR1_RFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dspi.h51 #define SSCR1_RFT 0x3c00 /* Receive FIFO Threshold (mask) */ macro
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h93 #define SSCR1_RFT GENMASK(13, 10) /* Receive FIFO Threshold (mask) */ macro
/openbmc/qemu/hw/arm/
H A Dpxa2xx.c558 #define SSCR1_RFT(x) ((((x) >> 10) & 0xf) + 1) macro