Home
last modified time | relevance | path

Searched refs:ASC_GET_PC_ADDR (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dadvlib.c367 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) in AscInitFromEEP()
1157 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) { in AscInitMicroCodeVar()
2989 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) in AscResetBus()
H A Dadvlib.h1279 #define ASC_GET_PC_ADDR(iot, ioh) bus_space_read_2((iot), (ioh), ASC_IOP_REG_PC) macro