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