Searched refs:saved_scbptr (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_core.c | 2691 	u_int	saved_scbptr;  in ahc_update_pending_scbs()  local2734 	saved_scbptr = ahc_inb(ahc, SCBPTR);  in ahc_update_pending_scbs()
 2755 	ahc_outb(ahc, SCBPTR, saved_scbptr);  in ahc_update_pending_scbs()
 5670 		u_int saved_scbptr;  in ahc_index_busy_tcl()  local
 5672 		saved_scbptr = ahc_inb(ahc, SCBPTR);  in ahc_index_busy_tcl()
 5675 		ahc_outb(ahc, SCBPTR, saved_scbptr);  in ahc_index_busy_tcl()
 5690 		u_int saved_scbptr;  in ahc_unbusy_tcl()  local
 5692 		saved_scbptr = ahc_inb(ahc, SCBPTR);  in ahc_unbusy_tcl()
 5695 		ahc_outb(ahc, SCBPTR, saved_scbptr);  in ahc_unbusy_tcl()
 5708 		u_int saved_scbptr;  in ahc_busy_tcl()  local
 [all …]
 
 | 
| D | aic79xx_core.c | 1191 	u_int		saved_scbptr;  in ahd_flush_qoutfifo()  local1202 	saved_scbptr = ahd_get_scbptr(ahd);  in ahd_flush_qoutfifo()
 1284 	ahd_set_scbptr(ahd, saved_scbptr);  in ahd_flush_qoutfifo()
 1320 	saved_scbptr = ahd_get_scbptr(ahd);  in ahd_flush_qoutfifo()
 1385 	ahd_set_scbptr(ahd, saved_scbptr);  in ahd_flush_qoutfifo()
 2906 		u_int saved_scbptr;  in ahd_handle_pkt_busfree()  local
 2954 		saved_scbptr = ahd_get_scbptr(ahd);  in ahd_handle_pkt_busfree()
 2969 		ahd_set_scbptr(ahd, saved_scbptr);  in ahd_handle_pkt_busfree()
 4219 	u_int		saved_scbptr;  in ahd_update_pending_scbs()  local
 4275 	saved_scbptr = ahd_get_scbptr(ahd);  in ahd_update_pending_scbs()
 [all …]
 
 | 
| D | aic79xx_osm.c | 2152 	u_int  saved_scbptr;  in ahd_linux_queue_abort_cmd()  local2256 	saved_scbptr = ahd_get_scbptr(ahd);  in ahd_linux_queue_abort_cmd()
 2257 	active_scbptr = saved_scbptr;  in ahd_linux_queue_abort_cmd()
 2339 		ahd_set_scbptr(ahd, saved_scbptr);  in ahd_linux_queue_abort_cmd()
 
 | 
| D | aic7xxx_osm.c | 2055 	u_int  saved_scbptr;  in ahc_linux_queue_recovery_cmd()  local2210 	saved_scbptr = ahc_inb(ahc, SCBPTR);  in ahc_linux_queue_recovery_cmd()
 2287 		ahc_outb(ahc, SCBPTR, saved_scbptr);  in ahc_linux_queue_recovery_cmd()
 
 |