Home
last modified time | relevance | path

Searched defs:SSCR0_PSP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h131 #define SSCR0_PSP (3 << 4) /* PSP - Programmable Serial Protocol */ macro
/openbmc/qemu/hw/arm/
H A Dstrongarm.c1388 #define SSCR0_PSP(x) (((x) & 0x30) == 0x30) macro