Searched refs:ahd_inb_scbram (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 617 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport() 619 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport() 620 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport() 621 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport() 622 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport() 623 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport() 624 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport() 625 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport() 626 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport() 627 || (ahd_inb_scbram(ah in ahd_check_extport() [all...] |
H A D | aic79xx.c | 436 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo() 437 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0 in ahd_flush_qoutfifo() 438 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR) in ahd_flush_qoutfifo() 450 ahd_inb_scbram(ahd, SCB_SGPTR) in ahd_flush_qoutfifo() 526 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i); in ahd_flush_qoutfifo() 649 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1); in ahd_run_data_fifo() 693 resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24; in ahd_run_data_fifo() 815 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL); in ahd_run_data_fifo() 826 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1); in ahd_run_data_fifo() 1166 ahd_inb_scbram(ahd, SCB_CONTROL) in ahd_handle_seqint() [all …]
|
H A D | aic79xx_inline.h | 454 static __inline u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset); 677 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inb_scbram() function 704 return (ahd_inb_scbram(ahd, offset) in ahd_inw_scbram() 705 | (ahd_inb_scbram(ahd, offset+1) << 8)); in ahd_inw_scbram()
|