Searched refs:port_wr (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/sound/isa/
H A Dgusc.c165 port_wr(struct resource *r, int i, unsigned char v) function
204 port_wr(res, 3, 0x4c);
205 port_wr(res, 5, 0);
208 port_wr(res, 3, 0x4c);
209 port_wr(res, 5, 1);
216 port_wr(res, 3, 0x43); /* Register select */
217 port_wr(res, 4, 0); /* Low addr */
218 port_wr(res, 5, 0); /* Med addr */
220 port_wr(res, 3, 0x44); /* Register select */
221 port_wr(re
[all...]
H A Dmss.c206 port_wr(struct resource *port, int off, u_int8_t data) function
225 port_wr(mss->io_base, reg, data);
231 port_wr(mss->conf_base, 0, reg);
232 port_wr(mss->conf_base, 1, value);
238 port_wr(mss->conf_base, 0, reg);
245 port_wr(mss->conf_base, mss->opti_offset + 0, reg);
246 port_wr(mss->conf_base, mss->opti_offset + 1, value);
252 port_wr(mss->conf_base, mss->opti_offset + 0, reg);
259 port_wr(mss->conf_base, 3, reg);
260 port_wr(ms
[all...]
H A Dad1816.c110 port_wr(struct resource *port, int off, u_int8_t data) function
127 port_wr(ad1816->io_base, reg, data);
H A Dsb8.c136 port_wr(struct resource *port, int off, u_int8_t data) function
150 port_wr(sb->io_base, reg, val);
H A Dess.c165 port_wr(struct resource *port, int off, u_int8_t data) function
181 port_wr(sc->io_base, reg, val);
981 port_wr(io, 0, i);
H A Dsb16.c151 port_wr(struct resource *port, int off, u_int8_t data) function
165 port_wr(sb->io_base, reg, val);
/freebsd-12-stable/sys/dev/sound/pci/
H A Dsolo.c174 port_wr(struct resource *port, int regno, u_int32_t data, int size) function
201 port_wr(sc->sb, reg, val, 1);
776 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */
777 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */
778 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */
779 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */
780 port_wr(sc->vc, 0x0, base, 4);
781 port_wr(sc->vc, 0x4, cnt - 1, 2);
784 port_wr(sc->io, 0x6, 0x08, 1); /* autoinit */
785 port_wr(s
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h1234 uint32_t port_wr : 1; /**< PE can Port Write operations. member in struct:cvmx_sriomaintx_dst_ops::cvmx_sriomaintx_dst_ops_s
1239 uint32_t port_wr : 1;
4317 uint32_t port_wr : 1; /**< PE can Port Write operations. member in struct:cvmx_sriomaintx_src_ops::cvmx_sriomaintx_src_ops_s
4322 uint32_t port_wr : 1;

Completed in 197 milliseconds