Home
last modified time | relevance | path

Searched refs:ahd_read_flexport (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c703 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); in ahd_configure_termination()
H A Daic79xx.h1435 int ahd_read_flexport(struct ahd_softc *ahd, u_int addr,
H A Daic79xx.c6406 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat); in ahd_init()
6420 error = ahd_read_flexport(ahd, FLXADDR_CURRENT_STAT, &current_sensing); in ahd_init()
9699 error = ahd_read_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, &seetype); in ahd_acquire_seeprom()
9737 ahd_read_flexport(struct ahd_softc *ahd, u_int addr, uint8_t *value) in ahd_read_flexport() function