Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dadvlib.c359 ASC_SET_PC_ADDR(iot, ioh, ASC_MCODE_START_ADDR); in AscInitFromEEP()
360 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) in AscInitFromEEP()
1152 ASC_SET_PC_ADDR(iot, ioh, ASC_MCODE_START_ADDR); in AscInitMicroCodeVar()
1154 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) { in AscInitMicroCodeVar()
2971 ASC_SET_PC_ADDR(iot, ioh, ASC_MCODE_START_ADDR); in AscResetBus()
2972 if (ASC_GET_PC_ADDR(iot, ioh) != ASC_MCODE_START_ADDR) in AscResetBus()
H A Dadvlib.h1167 #define ASC_MCODE_START_ADDR 0x0080 macro