Searched refs:corbsize (Results 1 – 4 of 4) sorted by relevance
211 #define HDAC_CORBSIZE_CORBSIZE(corbsize) \ argument212 (((corbsize) & HDAC_CORBSIZE_CORBSIZE_MASK) >> HDAC_CORBSIZE_CORBSIZE_SHIFT)
745 uint8_t corbsize = 0; in hda_corb_start() local752 corbsize = hda_get_reg_by_offset(sc, HDAC_CORBSIZE) & \ in hda_corb_start()754 corb->size = hda_corb_sizes[corbsize]; in hda_corb_start()
210 #define HDAC_CORBSIZE_CORBSIZE(corbsize) \ argument211 (((corbsize) & HDAC_CORBSIZE_CORBSIZE_MASK) >> HDAC_CORBSIZE_CORBSIZE_SHIFT)
508 uint8_t corbsize, rirbsize; in hdac_get_capabilities() local522 corbsize = HDAC_READ_1(&sc->mem, HDAC_CORBSIZE); in hdac_get_capabilities()523 if ((corbsize & HDAC_CORBSIZE_CORBSZCAP_256) == in hdac_get_capabilities()526 else if ((corbsize & HDAC_CORBSIZE_CORBSZCAP_16) == in hdac_get_capabilities()529 else if ((corbsize & HDAC_CORBSIZE_CORBSZCAP_2) == in hdac_get_capabilities()534 __func__, corbsize); in hdac_get_capabilities()810 uint8_t corbsize; in hdac_corb_init() local816 corbsize = HDAC_CORBSIZE_CORBSIZE(HDAC_CORBSIZE_CORBSIZE_256); in hdac_corb_init()819 corbsize = HDAC_CORBSIZE_CORBSIZE(HDAC_CORBSIZE_CORBSIZE_16); in hdac_corb_init()822 corbsize = HDAC_CORBSIZE_CORBSIZE(HDAC_CORBSIZE_CORBSIZE_2); in hdac_corb_init()[all …]