HomeSort by: relevance | last modified time | path
    Searched defs:esp_read_reg (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sparc/dev/
esp_obio.c 80 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
92 esp_read_reg,
262 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
  /src/sys/arch/sun3/dev/
esp.c 80 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
92 esp_read_reg,
254 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
  /src/sys/dev/mca/
esp_mca.c 97 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
109 esp_read_reg,
264 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
  /src/sys/arch/macppc/dev/
esp.c 113 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
125 esp_read_reg,
255 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
277 return esp_read_reg(sc, NCR_STAT) & NCRSTAT_INT;
  /src/sys/dev/sbus/
esp_sbus.c 91 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
109 esp_read_reg,
575 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
  /src/sys/arch/mac68k/obio/
esp.c 116 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
149 .gl_read_reg = esp_read_reg,
424 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
  /src/sys/arch/next68k/dev/
esp.c 158 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
172 .gl_read_reg = esp_read_reg,
423 esp_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t

Completed in 17 milliseconds