Searched refs:rirbsize (Results 1 – 4 of 4) sorted by relevance
243 #define HDAC_RIRBSIZE_RIRBSIZE(rirbsize) \ argument244 (((rirbsize) & HDAC_RIRBSIZE_RIRBSIZE_MASK) >> HDAC_RIRBSIZE_RIRBSIZE_SHIFT)
521 uint8_t corbsize, rirbsize; in hdac_get_capabilities() 551 rirbsize = HDAC_READ_1(&sc->mem, HDAC_RIRBSIZE); in hdac_get_capabilities() 552 if ((rirbsize & HDAC_RIRBSIZE_RIRBSZCAP_256) == in hdac_get_capabilities() 555 else if ((rirbsize & HDAC_RIRBSIZE_RIRBSZCAP_16) == in hdac_get_capabilities() 558 else if ((rirbsize & HDAC_RIRBSIZE_RIRBSZCAP_2) == in hdac_get_capabilities() 563 __func__, rirbsize); in hdac_get_capabilities() 874 uint8_t rirbsize; in hdac_rirb_init() 880 rirbsize = HDAC_RIRBSIZE_RIRBSIZE(HDAC_RIRBSIZE_RIRBSIZE_256); in hdac_rirb_init() 883 rirbsize = HDAC_RIRBSIZE_RIRBSIZE(HDAC_RIRBSIZE_RIRBSIZE_16); in hdac_rirb_init() 886 rirbsize in hdac_rirb_init() 520 uint8_t corbsize, rirbsize; hdac_get_capabilities() local 873 uint8_t rirbsize; hdac_rirb_init() local [all...]
244 #define HDAC_RIRBSIZE_RIRBSIZE(rirbsize) \ argument245 (((rirbsize) & HDAC_RIRBSIZE_RIRBSIZE_MASK) >> HDAC_RIRBSIZE_RIRBSIZE_SHIFT)
820 uint8_t rirbsize = 0; in hda_rirb_start() local827 rirbsize = hda_get_reg_by_offset(sc, HDAC_RIRBSIZE) & \ in hda_rirb_start()829 rirb->size = hda_rirb_sizes[rirbsize]; in hda_rirb_start()