Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dmaestro.c518 | AGG_RD(ess, PORT_HOSTINT_CTRL, 2), 2); in wp_starttimer()
526 & AGG_RD(ess, PORT_HOSTINT_CTRL, 2), 2); in wp_stoptimer()
684 AGG_WR(ess, PORT_HOSTINT_CTRL, HOSTINT_CTRL_SOFT_RESET, 2); in agg_init()
686 AGG_WR(ess, PORT_HOSTINT_CTRL, 0, 2); in agg_init()
690 AGG_WR(ess, PORT_HOSTINT_CTRL, 0, 2); in agg_init()
829 AGG_WR(ess, PORT_HOSTINT_CTRL, 0, 2); in agg_power()
1952 icr = AGG_RD(ess, PORT_HOSTINT_CTRL, 2); in agg_detach()
1953 AGG_WR(ess, PORT_HOSTINT_CTRL, 0, 2); in agg_detach()
1957 AGG_WR(ess, PORT_HOSTINT_CTRL, icr, 2); in agg_detach()
1965 AGG_WR(ess, PORT_HOSTINT_CTRL, icr, 2); in agg_detach()
[all …]
H A Dmaestro_reg.h120 #define PORT_HOSTINT_CTRL 0x18 /* WORD RW */ macro