Lines Matching refs:SCB_BASE
575 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
577 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
578 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
579 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
580 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
581 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
582 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
583 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
584 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
585 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
586 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S' in ahd_check_extport()
587 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
588 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) { in ahd_check_extport()
595 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i); in ahd_check_extport()