Home
last modified time | relevance | path

Searched refs:mlx (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmlx_pci.c210 mlx->mlx_dv = self; in mlx_pci_attach()
244 mlx->mlx_iot = memt; in mlx_pci_attach()
247 mlx->mlx_iot = iot; in mlx_pci_attach()
248 mlx->mlx_ioh = ioh; in mlx_pci_attach()
265 mlx->mlx_ih = pci_intr_establish(pc, ih, IPL_BIO, mlx_intr, mlx); in mlx_pci_attach()
322 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh, in mlx_v3_submit()
324 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, in mlx_v3_submit()
470 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh, in mlx_v4_submit()
472 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, in mlx_v4_submit()
581 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh, in mlx_v5_submit()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dmlx.c305 if ((rv = bus_dmamap_load(mlx->mlx_dmat, mlx->mlx_dmamap, in mlx_init()
312 mlx->mlx_sgls_paddr = mlx->mlx_dmamap->dm_segs[0].ds_addr; in mlx_init()
337 (*mlx->mlx_intaction)(mlx, 0); in mlx_init()
343 if ((*mlx->mlx_reset)(mlx) != 0) { in mlx_init()
497 (*mlx->mlx_intaction)(mlx, 1); in mlx_init()
637 mlx_adjqparam(mlx, mlx->mlx_max_queuecnt / nunits, in mlx_configure()
877 memcpy(arg, &mlx->mlx_ci, sizeof(mlx->mlx_ci)); in mlxioctl()
1354 mlx->mlx_lastevent = mlx->mlx_currevent; in mlx_periodic_eventlog_respond()
1363 if (mlx->mlx_lastevent != mlx->mlx_currevent) in mlx_periodic_eventlog_respond()
1959 bus_dmamap_sync(mlx->mlx_dmat, mlx->mlx_dmamap, in mlx_ccb_unmap()
[all …]
H A Dmlxvar.h314 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 1, in mlx_inb()
316 return (bus_space_read_1(mlx->mlx_iot, mlx->mlx_ioh, off)); in mlx_inb()
323 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 2, in mlx_inw()
325 return (bus_space_read_2(mlx->mlx_iot, mlx->mlx_ioh, off)); in mlx_inw()
332 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 4, in mlx_inl()
341 bus_space_write_1(mlx->mlx_iot, mlx->mlx_ioh, off, val); in mlx_outb()
342 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 1, in mlx_outb()
350 bus_space_write_2(mlx->mlx_iot, mlx->mlx_ioh, off, val); in mlx_outw()
351 bus_space_barrier(mlx->mlx_iot, mlx->mlx_ioh, off, 2, in mlx_outw()
359 bus_space_write_4(mlx->mlx_iot, mlx->mlx_ioh, off, val); in mlx_outl()
[all …]
H A Dld_mlx.c144 mlx_flush(mlx, 1); in ld_mlx_detach()
154 struct mlx_softc *mlx; in ld_mlx_dobio() local
167 mlx_ccb_free(mlx, mc); in ld_mlx_dobio()
175 if (mlx->mlx_ci.ci_iftype <= 2) in ld_mlx_dobio()
189 rv = mlx_ccb_poll(mlx, mc, 10000); in ld_mlx_dobio()
190 mlx_ccb_unmap(mlx, mc); in ld_mlx_dobio()
191 mlx_ccb_free(mlx, mc); in ld_mlx_dobio()
197 mlx_ccb_enqueue(mlx, mc); in ld_mlx_dobio()
218 struct mlx_softc *mlx; in ld_mlx_handler() local
239 mlx_ccb_unmap(mlx, mc); in ld_mlx_handler()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/eisa/
H A Dmlx_eisa.c117 struct mlx_softc *mlx; in mlx_eisa_attach() local
124 mlx = device_private(self); in mlx_eisa_attach()
134 mlx->mlx_dv = self; in mlx_eisa_attach()
135 mlx->mlx_iot = iot; in mlx_eisa_attach()
136 mlx->mlx_ioh = ioh; in mlx_eisa_attach()
137 mlx->mlx_dmat = ea->ea_dmat; in mlx_eisa_attach()
171 if (mlx->mlx_ih == NULL) { in mlx_eisa_attach()
184 mlx->mlx_ci.ci_iftype = 1; in mlx_eisa_attach()
195 mlx_init(mlx, intrstr); in mlx_eisa_attach()
215 bus_space_write_region_1(mlx->mlx_iot, mlx->mlx_ioh, in mlx_v1_submit()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dppak_perim.c9 void plotpak_perim( int mbx , int mlx , int mby , int mly ) in plotpak_perim() argument
11 integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly ; in plotpak_perim()
18 void plotpak_periml( int mbx , int mlx , int mby , int mly ) in plotpak_periml() argument
20 integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly ; in plotpak_periml()
23 void plotpak_perimm( int mbx , int mlx , int mby , int mly , int ilab ) in plotpak_perimm() argument
25 integer mmbx=mbx , mmlx=mlx , mmby=mby , mmly=mly , ill=ilab ; in plotpak_perimm()
H A Dperiml.c38 /* Subroutine */ int periml_(integer *mbx, integer *mlx, integer *mby, in periml_() argument
53 zzzplt_1.minrx = *mlx; in periml_()
66 /* Subroutine */ int perimm_(integer *mbx, integer *mlx, integer *mby, in perimm_() argument
81 zzzplt_1.minrx = *mlx; in perimm_()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dtied_mgau_common.h103 fast_logmath_add(logmath_t *lmath, int mlx, int mly) in fast_logmath_add() argument
109 if (mlx > mly) { in fast_logmath_add()
110 d = (mlx - mly); in fast_logmath_add()
114 d = (mly - mlx); in fast_logmath_add()
115 r = mlx; in fast_logmath_add()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dtied_mgau_common.h105 fast_logmath_add(logmath_t *lmath, int mlx, int mly) in fast_logmath_add() argument
111 if (mlx > mly) { in fast_logmath_add()
112 d = (mlx - mly); in fast_logmath_add()
116 d = (mly - mlx); in fast_logmath_add()
117 r = mlx; in fast_logmath_add()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/arc/
H A Dtextpseudoop.s4 .extCoreRegister mlx, 57, r|w, can_shortcut
8 custom0.tst mlx,mlx,r0
9 custom1 mlx,r0
H A Dtextauxregister.s1 .extAuxRegister mlx, 0x30, r|w
4 aex r0,[mlx]
6 sr 0x12,[mlx]
H A Dtextpseudoop.d9 0: 39da 7010 custom0.tst mlx,mlx,r0
10 4: 392f 701b custom1 mlx,r0
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dtextpseudoop.s4 .extCoreRegister mlx, 57, r|w, can_shortcut
8 custom0.tst mlx,mlx,r0
9 custom1 mlx,r0
H A Dtextauxregister.s1 .extAuxRegister mlx, 0x30, r|w
4 aex r0,[mlx]
6 sr 0x12,[mlx]
H A Dtextpseudoop.d9 0: 39da 7010 custom0.tst mlx,mlx,r0
10 4: 392f 701b custom1 mlx,r0
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arc/
H A Dtextpseudoop.s4 .extCoreRegister mlx, 57, r|w, can_shortcut
8 custom0.tst mlx,mlx,r0
9 custom1 mlx,r0
H A Dtextauxregister.s1 .extAuxRegister mlx, 0x30, r|w
4 aex r0,[mlx]
6 sr 0x12,[mlx]
H A Dtextpseudoop.d9 0: 39da 7010 custom0.tst mlx,mlx,r0
10 4: 392f 701b custom1 mlx,r0
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/arc/
H A Dtextpseudoop.s4 .extCoreRegister mlx, 57, r|w, can_shortcut
8 custom0.tst mlx,mlx,r0
9 custom1 mlx,r0
H A Dtextauxregister.s1 .extAuxRegister mlx, 0x30, r|w
4 aex r0,[mlx]
6 sr 0x12,[mlx]
H A Dtextpseudoop.d9 0: 39da 7010 custom0.tst mlx,mlx,r0
10 4: 392f 701b custom1 mlx,r0
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dtextpseudoop.s4 .extCoreRegister mlx, 57, r|w, can_shortcut
8 custom0.tst mlx,mlx,r0
9 custom1 mlx,r0
H A Dtextauxregister.s1 .extAuxRegister mlx, 0x30, r|w
4 aex r0,[mlx]
6 sr 0x12,[mlx]
H A Dtextpseudoop.d9 0: 39da 7010 custom0.tst mlx,mlx,r0
10 4: 392f 701b custom1 mlx,r0
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/ia64/
H A Dno-fit.s7 {.mlx
19 {.mlx
29 {.mlx

12345678910>>...20