HomeSort by: relevance | last modified time | path
    Searched refs:HSCB_ADDR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 2201 mvi HSCB_ADDR call set_64byte_addr;
2235 mvi HSCB_ADDR call set_64byte_addr;
aic7xxx.reg 1413 HSCB_ADDR {
aic7xxx_reg.h 362 ahc_print_register(NULL, 0, "HSCB_ADDR", 0x44, regvalue, cur_col, wrap)
1362 #define HSCB_ADDR 0x44
  /src/sys/dev/ic/
aic7xxx.c 4798 ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
4799 ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
4800 ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
4801 ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);

Completed in 19 milliseconds