Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dpl041.h58 #define TXSLOT_MASK_BIT (1) macro
59 #define TXSLOT_MASK (0xFFF << TXSLOT_MASK_BIT)
H A Dpl041.c403 uint32_t slots = (s->regs.txcr1 & TXSLOT_MASK) >> TXSLOT_MASK_BIT; in pl041_write()