Searched refs:TXSLOT_MASK_BIT (Results 1 – 2 of 2) sorted by relevance
58 #define TXSLOT_MASK_BIT (1) macro59 #define TXSLOT_MASK (0xFFF << TXSLOT_MASK_BIT)
403 uint32_t slots = (s->regs.txcr1 & TXSLOT_MASK) >> TXSLOT_MASK_BIT; in pl041_write()