Searched refs:SCB_BASE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_pci.c624 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
626 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
627 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
628 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
629 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
630 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
631 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
632 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
633 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
634 || (ahd_inb_scbram(ahd, SCB_BASE
[all...]
H A Daic7xxx_pci.c1315 ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
1316 if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
1418 if (ahc_inb(ahc, SCB_BASE) == 'A'
1419 && ahc_inb(ahc, SCB_BASE + 1) == 'D'
1420 && ahc_inb(ahc, SCB_BASE + 2) == 'P'
1421 && ahc_inb(ahc, SCB_BASE + 3) == 'T') {
H A Daic7xxx.c4240 ahc_outb(ahc, SCB_BASE, i);
4241 if (ahc_inb(ahc, SCB_BASE) != i)
4244 if (ahc_inb(ahc, SCB_BASE) != 0)
4280 ahc_outb(ahc, SCB_BASE+j, 0xFF);
H A Daic7xxx_reg.h791 ahc_print_register(NULL, 0, "SCB_BASE", 0xa0, regvalue, cur_col, wrap)
1607 #define SCB_BASE 0xa0 macro
H A Daic79xx.c534 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
5582 ahd_outw(ahd, SCB_BASE, i);
5584 ahd_outb(ahd, SCB_BASE+j, 0);
5587 if (ahd_inw_scbram(ahd, SCB_BASE) != i)
5590 if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
H A Daic79xx_reg.h2226 ahd_print_register(NULL, 0, "SCB_BASE", 0x180, regvalue, cur_col, wrap)
3678 #define SCB_BASE 0x180 macro

Completed in 295 milliseconds