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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c185 #define WR_HARPOON(ioport,val) outb((u8) val, (u32)ioport) macro
760 WR_HARPOON(port+hp_xfer_cnt_hi, (count & 0xFF)))
763 WR_HARPOON(port+hp_scsisig, S_ILL_PH);}
766 WR_HARPOON(port+hp_scsisig, (S_ILL_PH|SCSI_ATN));}
768 #define DISABLE_AUTO(port) (WR_HARPOON(port+hp_scsireset, PROG_RESET),\
769 WR_HARPOON(port+hp_scsireset, 0x00))
771 #define ARAM_ACCESS(p_port) (WR_HARPOON(p_port+hp_page_ctrl, \
774 #define SGRAM_ACCESS(p_port) (WR_HARPOON(p_port+hp_page_ctrl, \
777 #define MDISABLE_INT(p_port) (WR_HARPOON(p_port+hp_page_ctrl, \
780 #define MENABLE_INT(p_port) (WR_HARPOON(p_por
[all...]

Completed in 102 milliseconds