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

  /src/sys/dev/ic/
aic79xxvar.h 636 struct ahd_softc *ahd_softc; member in struct:scb
983 int ahd_read_seeprom(struct ahd_softc *, uint16_t *, u_int, u_int,
986 int ahd_write_seeprom(struct ahd_softc *, uint16_t *, u_int, u_int);
987 int ahd_wait_seeprom(struct ahd_softc *);
990 int ahd_acquire_seeprom(struct ahd_softc *);
991 void ahd_release_seeprom(struct ahd_softc *);
1042 typedef int (*ahd_bus_intr_t)(struct ahd_softc *);
1066 struct ahd_softc { struct
1174 TAILQ_ENTRY(ahd_softc) links
    [all...]
aic79xxvar.h 636 struct ahd_softc *ahd_softc; member in struct:scb
983 int ahd_read_seeprom(struct ahd_softc *, uint16_t *, u_int, u_int,
986 int ahd_write_seeprom(struct ahd_softc *, uint16_t *, u_int, u_int);
987 int ahd_wait_seeprom(struct ahd_softc *);
990 int ahd_acquire_seeprom(struct ahd_softc *);
991 void ahd_release_seeprom(struct ahd_softc *);
1042 typedef int (*ahd_bus_intr_t)(struct ahd_softc *);
1066 struct ahd_softc { struct
1174 TAILQ_ENTRY(ahd_softc) links
    [all...]

Completed in 50 milliseconds