/src/sys/dev/ppbus/ |
ppbus_io.h | 1 /* $NetBSD: ppbus_io.h,v 1.6 2005/12/11 12:23:28 christos Exp $ */ 63 ppbus_io((dev), PPBUS_OUTSB_EPP, (buf), (cnt), 0) 66 ppbus_io((dev), PPBUS_OUTSW_EPP, (buf), (cnt), 0) 69 ppbus_io((dev), PPBUS_OUTSL_EPP, (buf), (cnt), 0) 72 ppbus_io((dev), PPBUS_INSB_EPP, (buf), (cnt), 0) 75 ppbus_io(( dev), PPBUS_INSW_EPP, (buf), (cnt), 0) 78 ppbus_io((dev), PPBUS_INSL_EPP, (buf), (cnt), 0)) 81 ppbus_io((dev), PPBUS_REPP_A, NULL, 0, 0) 84 ppbus_io((dev), PPBUS_REPP_D, NULL, 0, 0) 87 ppbus_io((dev), PPBUS_RECR, NULL, 0, 0 [all...] |
ppbus_gpio.c | 42 #include <dev/ppbus/ppbus_io.h> 136 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); 145 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); 152 ppbus_io(sc->sc_dev, ppbus_port[pin].wreg, NULL, 0, port);
|
ppbus_conf.h | 126 PARPORT_IO_T ppbus_io; member in struct:ppbus_softc
|
ppbus_base.h | 156 int ppbus_io(device_t, int, u_char *, int, u_char);
|
ppbus_base.c | 48 #include <dev/ppbus/ppbus_io.h> 58 ppbus_io(device_t dev, int iop, u_char * addr, int cnt, u_char byte) function in typeref:typename:int 61 return (bus->ppbus_io(device_parent(dev), iop, addr, cnt, byte));
|
pps_ppbus.c | 45 #include <dev/ppbus/ppbus_io.h>
|
ppbus_conf.c | 119 ppbus->ppbus_io = sc_link->parport_io;
|
ppbus_1284.c | 46 #include <dev/ppbus/ppbus_io.h>
|
lpt.c | 87 #include <dev/ppbus/ppbus_io.h>
|
if_plip.c | 116 #include <dev/ppbus/ppbus_io.h>
|
/src/sys/arch/sgimips/hpc/ |
pi1ppc.c | 52 #include <dev/ppbus/ppbus_io.h>
|
/src/sys/dev/ic/ |
atppc.c | 58 #include <dev/ppbus/ppbus_io.h>
|