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;
213 mp->mace = MACE_BASE;
218 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo;
264 volatile struct mace *mb = mp->mace;
315 * Load the address on a mace controller.
321 volatile struct mace *mb = mp->mace;
342 volatile struct mace *mb = mp->mace;
367 volatile struct mace *mb = mp->mace;
424 * Shut down the mace and its interrupt channel
430 volatile struct mace *mb = mp->mace;
482 volatile struct mace *mb = mp->mace;
533 volatile struct mace *mb = mp->mace;
556 volatile struct mace *mb = mp->mace;
572 * XXX mace likes to hang the machine after a xmtfs error.
606 volatile struct mace *mb = mp->mace;