Searched refs:PG_STROBE_PW_REG_V_MASK (Results 1 – 1 of 1) sorted by relevance
91 #define PG_STROBE_PW_REG_V_MASK 0xffffffff macro92 #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)