Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
Defuse_reg.h91 #define PG_STROBE_PW_REG_V_MASK 0xffffffff macro
92 #define PG_STROBE_PW_REG_V_GET(x) (((x) & PG_STROBE_PW_REG_V_MASK) >> PG_STROBE_PW_R…
93 …G_STROBE_PW_REG_V_SET(x) (((x) << PG_STROBE_PW_REG_V_LSB) & PG_STROBE_PW_REG_V_MASK)