Searched refs:corb_wp (Results 1 – 2 of 2) sorted by relevance
849 sc->corb_wp = 0; in hdac_corb_init()850 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp); in hdac_corb_init()1039 sc->corb_wp++; in hdac_send_command()1040 sc->corb_wp %= sc->corb_size; in hdac_send_command()1044 corb[sc->corb_wp] = htole32(verb); in hdac_send_command()1047 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp); in hdac_send_command()
186 int corb_wp; member