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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4713 ahc_outb(ahc, TARGID, 0);
4714 ahc_outb(ahc, TARGID + 1, 0);
7514 targid_mask = ahc_inb(ahc, TARGID)
7515 | (ahc_inb(ahc, TARGID + 1) << 8);
7518 ahc_outb(ahc, TARGID, targid_mask);
7519 ahc_outb(ahc, TARGID+1, (targid_mask >> 8));
7632 targid_mask = ahc_inb(ahc, TARGID)
7633 | (ahc_inb(ahc, TARGID + 1)
7637 ahc_outb(ahc, TARGID, targid_mask);
7638 ahc_outb(ahc, TARGID
[all...]
H A Daic7xxx_reg.h217 ahc_print_register(NULL, 0, "TARGID", 0x1b, regvalue, cur_col, wrap)
1245 #define TARGID 0x1b macro
H A Daic79xx.c10043 targid_mask = ahd_inw(ahd, TARGID);
10045 ahd_outw(ahd, TARGID, targid_mask);
10154 targid_mask = ahd_inw(ahd, TARGID);
10156 ahd_outw(ahd, TARGID, targid_mask);
10210 * Since we will rely on the TARGID mask
H A Daic79xx_reg.h2727 #define TARGID 0x0f macro

Completed in 111 milliseconds