Searched refs:isp_outw (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | qlogicisp.c | 640 static inline void isp_outw(u_short val, struct Scsi_Host *host, long offset) in isp_outw() function 651 isp_outw(ISP_EN_INT|ISP_EN_RISC, host, PCI_INTF_CTL); in isp1020_enable_irqs() 657 isp_outw(0x0, host, PCI_INTF_CTL); in isp1020_disable_irqs() 717 isp_outw(0x0, host, PCI_SEMAPHORE); in isp1020_detect() 718 isp_outw(HCCR_CLEAR_RISC_INTR, host, HOST_HCCR); in isp1020_detect() 755 isp_outw(0x0, host, PCI_INTF_CTL); in isp1020_release() 843 isp_outw(in_ptr, host, MBOX4); in isp1020_queuecommand() 956 isp_outw(in_ptr, host, MBOX4); in isp1020_queuecommand() 1001 isp_outw(HCCR_CLEAR_RISC_INTR, host, HOST_HCCR); in isp1020_intr_handler() 1021 isp_outw(0x0, host, PCI_SEMAPHORE); in isp1020_intr_handler() [all …]
|