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

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

Completed in 68 milliseconds