Lines Matching refs:mace
4 * driven DMA. The MACE driver code is derived from mace.c. The
15 * sync'd some routines with mace.c and fixed various bugs.
35 #include "mace.h"
57 volatile struct mace *mace;
119 volatile struct mace *mace = mp->mace;
120 u8 maccc = mace->maccc;
122 mace->maccc = maccc & ~ENRCV;
132 mace->maccc = maccc;
146 volatile struct mace *mace = mp->mace;
151 maccc = mace->maccc;
152 mace->maccc = maccc & ~ENXMT;
158 mace->maccc = maccc;
214 mp->mace = MACE_BASE;
219 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo;
266 volatile struct mace *mb = mp->mace;
317 * Load the address on a mace controller.
323 volatile struct mace *mb = mp->mace;
346 volatile struct mace *mb = mp->mace;
371 volatile struct mace *mb = mp->mace;
428 * Shut down the mace and its interrupt channel
434 volatile struct mace *mb = mp->mace;
486 volatile struct mace *mb = mp->mace;
537 volatile struct mace *mb = mp->mace;
560 volatile struct mace *mb = mp->mace;
576 * XXX mace likes to hang the machine after a xmtfs error.
610 volatile struct mace *mb = mp->mace;