Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Drk_spi.h112 SR_MASK = 0x7f, enumerator
H A Ddesignware_spi.c79 #define SR_MASK GENMASK(6, 0) /* cover 7 bits */ macro