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