Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dadvlib.c366 ASC_SET_PC_ADDR(iot, ioh, ASC_MCODE_START_ADDR); in AscInitFromEEP()
367 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) in AscInitFromEEP()
1155 ASC_SET_PC_ADDR(iot, ioh, ASC_MCODE_START_ADDR); in AscInitMicroCodeVar()
1157 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) { in AscInitMicroCodeVar()
2988 ASC_SET_PC_ADDR(iot, ioh, ASC_MCODE_START_ADDR); in AscResetBus()
2989 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) in AscResetBus()
Dadvlib.h1159 #define ASC_MCODE_START_ADDR 0x0080 macro