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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h364 ahc_print_register(NULL, 0, "HSCB_ADDR", 0x44, regvalue, cur_col, wrap)
1356 #define HSCB_ADDR 0x44 macro
H A Daic7xxx.c4721 ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
4722 ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
4723 ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
4724 ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);

Completed in 71 milliseconds