Searched refs:MDSTAT_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
31 #define MDSTAT_STATE_MASK 0x3f macro78 mdctl &= ~MDSTAT_STATE_MASK; in psc_config()101 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
50 #define MDSTAT_STATE_MASK GENMASK(5, 0) macro113 regmap_write_bits(lpsc->regmap, MDCTL(lpsc->md), MDSTAT_STATE_MASK, in davinci_lpsc_config()140 (mdstat & MDSTAT_STATE_MASK) == next_state, in davinci_lpsc_config()
Completed in 5 milliseconds