HomeSort by: relevance | last modified time | path
    Searched defs:mlm (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
msc.c 1195 volatile struct mscmemory *mlm; local in function:mscinitcard
1197 mlm = (volatile struct mscmemory *)zap->va;
1198 (void)mlm->Enable6502Reset;
1201 to = (volatile u_char *)mlm;
1208 mlm->Common.Crystal = MSC_UNKNOWN; /* use automatic speed check */
1211 (void)mlm->ResetBoard;
1216 if (mlm->Common.Crystal)
msc.c 1195 volatile struct mscmemory *mlm; local in function:mscinitcard
1197 mlm = (volatile struct mscmemory *)zap->va;
1198 (void)mlm->Enable6502Reset;
1201 to = (volatile u_char *)mlm;
1208 mlm->Common.Crystal = MSC_UNKNOWN; /* use automatic speed check */
1211 (void)mlm->ResetBoard;
1216 if (mlm->Common.Crystal)

Completed in 22 milliseconds