HomeSort by: relevance | last modified time | path
    Searched refs:mlx (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/modules/mlx/
Makefile 7 KMOD= mlx
8 IOCONF= mlx.ioconf
10 SRCS+= mlx.c
  /src/sys/dev/pci/
mlx_pci.c 61 * PCI front-end for the mlx(4) driver.
204 struct mlx_softc *mlx; local
215 mlx = device_private(self);
220 mlx->mlx_dv = self;
221 mlx->mlx_dmat = pa->pa_dmat;
222 mlx->mlx_ci.ci_iftype = mpi->mpi_iftype;
254 mlx->mlx_iot = memt;
255 mlx->mlx_ioh = memh;
257 mlx->mlx_iot = iot;
258 mlx->mlx_ioh = ioh
    [all...]
  /src/sys/dev/eisa/
mlx_eisa.c 33 * EISA front-end for mlx(4) driver.
113 struct mlx_softc *mlx; local
119 mlx = device_private(self);
126 mlx->mlx_ci.ci_nchan = (int)dce->value;
127 mlx->mlx_ci.ci_iftype = 1;
129 mlx->mlx_submit = mlx_v1_submit;
130 mlx->mlx_findcomplete = mlx_v1_findcomplete;
131 mlx->mlx_intaction = mlx_v1_intaction;
132 mlx->mlx_fw_handshake = mlx_v1_fw_handshake;
134 mlx->mlx_reset = mlx_v1_reset
    [all...]
  /src/sys/dev/ic/
mlx.c 1 /* $NetBSD: mlx.c,v 1.70 2021/08/07 16:19:12 thorpej Exp $ */
57 * from FreeBSD: mlx.c,v 1.14.2.3 2000/08/04 06:52:50 msmith Exp
70 __KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.70 2021/08/07 16:19:12 thorpej Exp $");
260 mlx_init(struct mlx_softc *mlx, const char *intrstr)
271 SIMPLEQ_INIT(&mlx->mlx_ccb_queue);
272 SLIST_INIT(&mlx->mlx_ccb_freelist);
273 TAILQ_INIT(&mlx->mlx_ccb_worklist);
276 printf("%s: interrupting at %s\n", device_xname(mlx->mlx_dv),
284 if ((rv = bus_dmamem_alloc(mlx->mlx_dmat, size, PAGE_SIZE, 0, &seg, 1,
286 aprint_error_dev(mlx->mlx_dv
669 struct mlx_softc *mlx; local
703 struct mlx_softc *mlx; local
722 struct mlx_softc *mlx; local
735 struct mlx_softc *mlx; local
956 struct mlx_softc *mlx; local
1064 struct mlx_softc *mlx; local
1273 struct mlx_softc *mlx; local
1378 struct mlx_softc *mlx; local
1499 struct mlx_softc *mlx; local
2105 struct mlx_softc *mlx; local
    [all...]
ld_mlx.c 90 struct mlx_softc *mlx = device_private(parent); local
91 struct mlx_sysdrive *ms = &mlx->mlx_sysdrive[mlxa->mlxa_unit];
140 struct mlx_softc *mlx = device_private(device_parent(dv)); local
146 mlx_flush(mlx, 1);
156 struct mlx_softc *mlx; local
160 mlx = device_private(device_parent(sc->sc_ld.sc_dv));
162 if ((rv = mlx_ccb_alloc(mlx, &mc, bp == NULL)) != 0)
166 rv = mlx_ccb_map(mlx, mc, data, datasize,
169 mlx_ccb_free(mlx, mc);
174 sgphys = mlx->mlx_sgls_paddr + (MLX_SGL_SIZE * mc->mc_ident)
220 struct mlx_softc *mlx; local
    [all...]
mlxvar.h 312 mlx_inb(struct mlx_softc *mlx, int off)
315 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 1,
317 return (bus_space_read_1(mlx->mlx_iot, mlx->mlx_ioh, off));
321 mlx_inw(struct mlx_softc *mlx, int off)
324 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 2,
326 return (bus_space_read_2(mlx->mlx_iot, mlx->mlx_ioh, off))
    [all...]
  /src/sys/arch/ia64/stand/ia64/ski/
start.S 38 { .mlx
43 { .mlx
  /src/sys/arch/ia64/ia64/
locore.S 57 { .mlx
62 { .mlx
74 { .mlx
79 { .mlx
212 { .mlx
217 { .mlx
229 { .mlx
support.S 202 { .mlx
213 { .mlx
259 { .mlx ;\
268 { .mlx ;\
321 { .mlx ;\
330 { .mlx ;\
syscall_stubs.S 91 { .mlx
384 { .mlx
exception.S 91 { .mlx
204 { .mlx
546 { .mlx
1157 { .mlx
1224 { .mlx
1229 { .mlx
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtend.S 55 { .mlx
crtbegin.S 83 { .mlx
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtend.S 55 { .mlx
crtbegin.S 83 { .mlx
  /src/sys/lib/libkern/arch/ia64/
moddi3.S 62 } { .mlx
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/
chacha-ia64.pl 57 { .mlx; ld4 @k[4]=[$key],8
59 { .mlx; ld4 @k[5]=[@k[11]],8
61 { .mlx; ld4 @k[6]=[$key],8
63 { .mlx; ld4 @k[7]=[@k[11]],8
  /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
chacha-ia64.pl 57 { .mlx; ld4 @k[4]=[$key],8
59 { .mlx; ld4 @k[5]=[@k[11]],8
61 { .mlx; ld4 @k[6]=[$key],8
63 { .mlx; ld4 @k[7]=[@k[11]],8
  /src/external/gpl3/binutils/dist/bfd/
elfxx-ia64.c 386 unsigned int template_val, mlx; local
453 /* Turn the old bundle into a MLX bundle with the same stop-bit
456 mlx = 0x5;
458 mlx = 0x4;
476 t0 |= mlx;
505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-ia64.c 386 unsigned int template_val, mlx; local
453 /* Turn the old bundle into a MLX bundle with the same stop-bit
456 mlx = 0x5;
458 mlx = 0x4;
476 t0 |= mlx;
505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-ia64.c 386 unsigned int template_val, mlx; local
453 /* Turn the old bundle into a MLX bundle with the same stop-bit
456 mlx = 0x5;
458 mlx = 0x4;
476 t0 |= mlx;
505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
  /src/external/gpl3/gdb/dist/bfd/
elfxx-ia64.c 386 unsigned int template_val, mlx; local
453 /* Turn the old bundle into a MLX bundle with the same stop-bit
456 mlx = 0x5;
458 mlx = 0x4;
476 t0 |= mlx;
505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
  /src/share/man/man4/
Makefile 46 micphy.4 midi.4 mii.4 mk48txx.4 mlx.4 mly.4 mpls.4 mpii.4 mpt.4 \
  /src/etc/
MAKEDEV.tmpl 256 # mlx* Mylex DAC960 control interface
1706 mlx[0-9]*)
1707 unit=${i#mlx}
1708 mkdev mlx$unit c %mlx_chr% $unit
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
ia64.S 1462 { .mlx; setf.sig f14=D

Completed in 27 milliseconds

1 2