Lines Matching refs:SCB_BASE
741 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
743 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
744 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
745 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
746 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
747 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
748 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
749 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
750 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
751 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
752 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S' in ahd_check_extport()
753 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
754 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) { in ahd_check_extport()
761 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i); in ahd_check_extport()