Lines Matching refs:ahd_inb_scbram
585 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET); in ahd_check_extport()
587 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
588 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D' in ahd_check_extport()
589 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
590 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T') in ahd_check_extport()
591 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B' in ahd_check_extport()
592 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I' in ahd_check_extport()
593 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O' in ahd_check_extport()
594 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S') in ahd_check_extport()
595 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A' in ahd_check_extport()
596 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S' in ahd_check_extport()
597 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P' in ahd_check_extport()
598 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) { in ahd_check_extport()