Home
last modified time | relevance | path

Searched refs:corb_wp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c848 sc->corb_wp = 0; in hdac_corb_init()
849 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp); in hdac_corb_init()
1038 sc->corb_wp++; in hdac_send_command()
1039 sc->corb_wp %= sc->corb_size; in hdac_send_command()
1043 corb[sc->corb_wp] = htole32(verb); in hdac_send_command()
1046 HDAC_WRITE_2(&sc->mem, HDAC_CORBWP, sc->corb_wp); in hdac_send_command()
H A Dhdac_private.h186 int corb_wp; member