| /NextBSD/sys/dev/sound/isa/ |
| HD | gusc.c | 163 port_wr(struct resource *r, int i, unsigned char v) in port_wr() function 202 port_wr(res, 3, 0x4c); in gusisa_probe() 203 port_wr(res, 5, 0); in gusisa_probe() 206 port_wr(res, 3, 0x4c); in gusisa_probe() 207 port_wr(res, 5, 1); in gusisa_probe() 214 port_wr(res, 3, 0x43); /* Register select */ in gusisa_probe() 215 port_wr(res, 4, 0); /* Low addr */ in gusisa_probe() 216 port_wr(res, 5, 0); /* Med addr */ in gusisa_probe() 218 port_wr(res, 3, 0x44); /* Register select */ in gusisa_probe() 219 port_wr(res, 4, 0); /* High addr */ in gusisa_probe() [all …]
|
| HD | mss.c | 208 port_wr(struct resource *port, int off, u_int8_t data) in port_wr() function 227 port_wr(mss->io_base, reg, data); in io_wr() 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() 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() 261 port_wr(mss->conf_base, 3, reg); in gus_wr() 262 port_wr(mss->conf_base, 5, value); in gus_wr() [all …]
|
| HD | ess.c | 163 port_wr(struct resource *port, int off, u_int8_t data) in port_wr() function 179 port_wr(sc->io_base, reg, val); in ess_wr() 979 port_wr(io, 0, i); in esscontrol_attach()
|
| HD | ad1816.c | 108 port_wr(struct resource *port, int off, u_int8_t data) in port_wr() function 125 port_wr(ad1816->io_base, reg, data); in io_wr()
|
| HD | sb8.c | 134 port_wr(struct resource *port, int off, u_int8_t data) in port_wr() function 148 port_wr(sb->io_base, reg, val); in sb_wr()
|
| HD | sb16.c | 149 port_wr(struct resource *port, int off, u_int8_t data) in port_wr() function 163 port_wr(sb->io_base, reg, val); in sb_wr()
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | solo.c | 172 port_wr(struct resource *port, int regno, u_int32_t data, int size) in port_wr() function 199 port_wr(sc->sb, reg, val, 1); in ess_wr() 774 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */ in ess_dmasetup() 775 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */ in ess_dmasetup() 776 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */ in ess_dmasetup() 777 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */ in ess_dmasetup() 778 port_wr(sc->vc, 0x0, base, 4); in ess_dmasetup() 779 port_wr(sc->vc, 0x4, cnt - 1, 2); in ess_dmasetup() 782 port_wr(sc->io, 0x6, 0x08, 1); /* autoinit */ in ess_dmasetup() 783 port_wr(sc->io, 0x0, base, 4); in ess_dmasetup() [all …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-sriomaintx-defs.h | 1234 uint32_t port_wr : 1; /**< PE can Port Write operations. member 1239 uint32_t port_wr : 1; 4317 uint32_t port_wr : 1; /**< PE can Port Write operations. member 4322 uint32_t port_wr : 1;
|