Home
last modified time | relevance | path

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

/openbsd/sys/dev/cardbus/
H A Dif_re_cardbus.c176 if (command & RL_PSTATE_MASK) { in re_cardbus_setup()
187 command & RL_PSTATE_MASK); in re_cardbus_setup()
188 command &= RL_PSTATE_MASK; in re_cardbus_setup()
H A Dif_rl_cardbus.c237 if (command & RL_PSTATE_MASK) { in rl_cardbus_setup()
251 command & RL_PSTATE_MASK); in rl_cardbus_setup()
/openbsd/sys/dev/ic/
H A Drtl81x9reg.h1084 #define RL_PSTATE_MASK 0x0003 macro