Searched refs:ahd_inb_scbram (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 575 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport() 577 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 578 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport() 579 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport() 580 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport() 581 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport() 582 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport() 583 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport() 584 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport() 585 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() [all …]
|
D | aic79xx_core.c | 742 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inb_scbram() function 769 return (ahd_inb_scbram(ahd, offset) in ahd_inw_scbram() 770 | (ahd_inb_scbram(ahd, offset+1) << 8)); in ahd_inw_scbram() 1250 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo() 1251 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0 in ahd_flush_qoutfifo() 1252 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR) in ahd_flush_qoutfifo() 1264 ahd_inb_scbram(ahd, SCB_SGPTR) in ahd_flush_qoutfifo() 1340 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 1463 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1); in ahd_run_data_fifo() 1507 resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24; in ahd_run_data_fifo() [all …]
|
D | aic79xx_inline.h | 136 u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
|