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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c454 scb_index = ahc_inb(ahc, SCB_TAG);
619 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
621 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
711 scb_index = ahc_inb(ahc, SCB_TAG);
802 scb_index = ahc_inb(ahc, SCB_TAG);
826 u_int scbindex = ahc_inb(ahc, SCB_TAG);
897 scbindex = ahc_inb(ahc, SCB_TAG);
947 "SCB_TAG == 0x%x, SCB_CONTROL == 0x%x\n",
949 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
1013 scb_index = ahc_inb(ahc, SCB_TAG);
[all...]
H A Daic7xxx_reg.h882 ahc_print_register(NULL, 0, "SCB_TAG", 0xbb, regvalue, cur_col, wrap)
1655 #define SCB_TAG 0xbb macro
H A Daic79xx_reg.h2282 ahd_print_register(NULL, 0, "SCB_TAG", 0x190, regvalue, cur_col, wrap)
3702 #define SCB_TAG 0x190 macro
H A Daic79xx.c458 ahd_outw(ahd, SCB_TAG, scbid);
7802 ahd_outb(ahd, SCB_TAG, SCB_LIST_NULL);

Completed in 121 milliseconds