Home
last modified time | relevance | path

Searched refs:TXSLOT_MASK (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/audio/
H A Dpl041.h59 #define TXSLOT_MASK (0xFFF << TXSLOT_MASK_BIT) macro
H A Dpl041.c257 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()