Home
last modified time | relevance | path

Searched refs:ahd_inw_scbram (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h137 u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
H A Daic79xx_core.c767 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inw_scbram() function
776 return (ahd_inw_scbram(ahd, offset) in ahd_inl_scbram()
777 | (ahd_inw_scbram(ahd, offset+2) << 16)); in ahd_inl_scbram()
1331 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo()
1352 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo()
1369 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo()
2952 next = ahd_inw_scbram(ahd, SCB_NEXT2); in ahd_handle_pkt_busfree()
6318 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
6321 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
7933 scbid = ahd_inw_scbram(ah in ahd_find_busy_tcl()
[all...]
H A Daic79xx_pci.c597 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i); in ahd_check_extport()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h137 u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
H A Daic79xx_core.c767 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inw_scbram() function
776 return (ahd_inw_scbram(ahd, offset) in ahd_inl_scbram()
777 | (ahd_inw_scbram(ahd, offset+2) << 16)); in ahd_inl_scbram()
1331 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo()
1352 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo()
1369 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo()
2951 next = ahd_inw_scbram(ahd, SCB_NEXT2); in ahd_handle_pkt_busfree()
6317 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs()
6320 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs()
7928 scbid = ahd_inw_scbram(ah in ahd_find_busy_tcl()
[all...]
H A Daic79xx_pci.c595 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i); in ahd_check_extport()

Completed in 21 milliseconds