/src/sys/arch/sparc/dev/ |
esp_obio.c | 81 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 93 esp_write_reg, 270 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v) function in typeref:typename:void
|
/src/sys/arch/sun3/dev/ |
esp.c | 81 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 93 esp_write_reg, 262 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val) function in typeref:typename:void
|
/src/sys/dev/mca/ |
esp_mca.c | 98 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 110 esp_write_reg, 272 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val) function in typeref:typename:void
|
/src/sys/arch/macppc/dev/ |
esp.c | 114 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 126 esp_write_reg, 264 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val) function in typeref:typename:void
|
/src/sys/dev/sbus/ |
esp_sbus.c | 92 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 110 esp_write_reg, 591 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v) function in typeref:typename:void
|
/src/sys/arch/mac68k/obio/ |
esp.c | 117 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 150 .gl_write_reg = esp_write_reg, 432 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val) function in typeref:typename:void
|
/src/sys/arch/next68k/dev/ |
esp.c | 159 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 173 .gl_write_reg = esp_write_reg, 431 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val) function in typeref:typename:void
|