Home
last modified time | relevance | path

Searched refs:HSCB_ADDR (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h268 #define HSCB_ADDR 0x41 macro
Daic7xxx.seq1355 mvi HSCB_ADDR call set_32byte_addr;
1388 mvi HSCB_ADDR call set_32byte_addr;
Daic7xxx.reg1271 HSCB_ADDR {
/drivers/scsi/aic7xxx/
Daic7xxx_reg.h_shipped479 #define HSCB_ADDR 0x44
Daic7xxx_core.c5162 ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF); in ahc_chip_init()
5163 ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF); in ahc_chip_init()
5164 ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF); in ahc_chip_init()
5165 ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF); in ahc_chip_init()
Daic7xxx.seq2198 mvi HSCB_ADDR call set_64byte_addr;
2232 mvi HSCB_ADDR call set_64byte_addr;
Daic7xxx.reg1553 HSCB_ADDR {
/drivers/scsi/
Daic7xxx_old.c8153 aic_outb(p, hscb_physaddr & 0xFF, HSCB_ADDR); in aic7xxx_register()
8154 aic_outb(p, (hscb_physaddr >> 8) & 0xFF, HSCB_ADDR + 1); in aic7xxx_register()
8155 aic_outb(p, (hscb_physaddr >> 16) & 0xFF, HSCB_ADDR + 2); in aic7xxx_register()
8156 aic_outb(p, (hscb_physaddr >> 24) & 0xFF, HSCB_ADDR + 3); in aic7xxx_register()