Searched refs:TSIZE_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/audio/ | ||
H A D | pl041.h | 62 #define TSIZE_MASK (0x3 << TSIZE_MASK_BIT) macro |
H A D | pl041.c | 400 uint32_t tsize = (s->regs.txcr1 & TSIZE_MASK) >> TSIZE_MASK_BIT; in pl041_write() |