Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dpl041.h62 #define TSIZE_MASK (0x3 << TSIZE_MASK_BIT) macro
H A Dpl041.c400 uint32_t tsize = (s->regs.txcr1 & TSIZE_MASK) >> TSIZE_MASK_BIT; in pl041_write()