Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sound/isa/
Dmss.c64 struct resource *conf_base; /* and the opti931 also has a config space */ member
233 port_wr(mss->conf_base, 0, reg); in conf_wr()
234 port_wr(mss->conf_base, 1, value); in conf_wr()
240 port_wr(mss->conf_base, 0, reg); in conf_rd()
241 return port_rd(mss->conf_base, 1); in conf_rd()
247 port_wr(mss->conf_base, mss->opti_offset + 0, reg); in opti_wr()
248 port_wr(mss->conf_base, mss->opti_offset + 1, value); in opti_wr()
254 port_wr(mss->conf_base, mss->opti_offset + 0, reg); in opti_rd()
255 return port_rd(mss->conf_base, mss->opti_offset + 1); in opti_rd()
261 port_wr(mss->conf_base, 3, reg); in gus_wr()
[all …]