Searched refs:sbport (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/sound/isa/ |
| D | mss.c | 1922 struct resource *sbport; local 1927 sbport = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE); 1928 if (sbport) { 1930 if ((port_rd(sbport, SBDSP_STATUS) & 0x80)) 1933 port_wr(sbport, SBDSP_CMD, 0x09); 1938 if ((port_rd(sbport, SBDSP_STATUS) & 0x80)) 1941 port_wr(sbport, SBDSP_CMD, 0x00); 1947 bus_release_resource(dev, SYS_RES_IOPORT, rid, sbport);
|