Searched refs:LOBS_STREAMCTRL_SAMPLE_MASK (Results 1 – 1 of 1) sorted by relevance
104 #define LOBS_STREAMCTRL_SAMPLE_MASK (0x78U) macro106 …MCTRL_SAMPLE_SET(x) (((uint32_t)(x) << LOBS_STREAMCTRL_SAMPLE_SHIFT) & LOBS_STREAMCTRL_SAMPLE_MASK)107 #define LOBS_STREAMCTRL_SAMPLE_GET(x) (((uint32_t)(x) & LOBS_STREAMCTRL_SAMPLE_MASK) >> LOBS_STREAM…
Completed in 6 milliseconds