Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcreg.h184 #define R5_IO_CURRENT_STATE_MASK (3u << 12) /* s, b */ macro
185 #define R5_IO_CURRENT_STATE(x) (((x) & R5_IO_CURRENT_STATE_MASK) >> 12)