Searched refs:ahd_read_flexport (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 661 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); in ahd_configure_termination()
|
D | aic79xx.h | 1362 int ahd_read_flexport(struct ahd_softc *ahd, u_int addr,
|
D | aic79xx_core.c | 7135 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat); in ahd_init() 7149 error = ahd_read_flexport(ahd, FLXADDR_CURRENT_STAT, ¤t_sensing); in ahd_init() 10104 error = ahd_read_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, &seetype); in ahd_acquire_seeprom() 10160 ahd_read_flexport(struct ahd_softc *ahd, u_int addr, uint8_t *value) in ahd_read_flexport() function
|