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

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx.seq2202 mvi HSCB_ADDR call set_64byte_addr;
2236 mvi HSCB_ADDR call set_64byte_addr;
H A Daic7xxx.reg1411 HSCB_ADDR {
H A Daic7xxx.c4727 ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
4728 ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
4729 ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
4730 ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
H A Daic7xxx_reg.h364 ahc_print_register(NULL, 0, "HSCB_ADDR", 0x44, regvalue, cur_col, wrap)
1356 #define HSCB_ADDR 0x44 macro

Completed in 160 milliseconds