Searched refs:ahd_inb_scbram (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 585 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport() 587 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 588 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport() 589 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport() 590 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport() 591 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport() 592 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport() 593 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport() 594 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport() 595 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() [all …]
|
D | aic79xx_core.c | 750 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inb_scbram() function 777 return (ahd_inb_scbram(ahd, offset) in ahd_inw_scbram() 778 | (ahd_inb_scbram(ahd, offset+1) << 8)); in ahd_inw_scbram() 1258 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo() 1259 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0 in ahd_flush_qoutfifo() 1260 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR) in ahd_flush_qoutfifo() 1272 ahd_inb_scbram(ahd, SCB_SGPTR) in ahd_flush_qoutfifo() 1348 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 1471 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1); in ahd_run_data_fifo() 1515 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);
|