HomeSort by: relevance | last modified time | path
    Searched refs:ISSETPRINT (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
tx39biu.c 54 #define ISSETPRINT(r, s, m) dbg_bitmask_print((u_int32_t)(r), \
181 ISSETPRINT(reg, 0, ENDCLKOUTTRI);
182 ISSETPRINT(reg, 0, DISDQMINIT);
183 ISSETPRINT(reg, 0, ENSDRAMPD);
184 ISSETPRINT(reg, 0, SHOWDINO);
185 ISSETPRINT(reg, 0, ENRMAP2);
186 ISSETPRINT(reg, 0, ENRMAP1);
187 ISSETPRINT(reg, 0, ENWRINPAGE);
188 ISSETPRINT(reg, 0, ENCS3USER);
189 ISSETPRINT(reg, 0, ENCS2USER)
    [all...]
tx39power.c 61 #define ISSETPRINT(r, m) dbg_bitmask_print(r, TX39_POWERCTRL_##m, #m)
286 ISSETPRINT(reg, ONBUTN);
287 ISSETPRINT(reg, PWRINT);
288 ISSETPRINT(reg, PWROK);
290 ISSETPRINT(reg, PWROKNMI);
292 ISSETPRINT(reg, SLOWBUS);
294 ISSETPRINT(reg, DIVMOD);
296 ISSETPRINT(reg, ENSTPTIMER);
297 ISSETPRINT(reg, ENFORCESHUTDWN);
298 ISSETPRINT(reg, FORCESHUTDWN);
    [all...]
tx39ir.c 131 #define ISSETPRINT(r, m) dbg_bitmask_print((u_int32_t)(r), \
133 ISSETPRINT(reg, CARDET);
134 ISSETPRINT(reg, TESTIR);
135 ISSETPRINT(reg, DTINVERT);
136 ISSETPRINT(reg, RXPWR);
137 ISSETPRINT(reg, ENSTATE);
138 ISSETPRINT(reg, ENCOMSM);
139 #undef ISSETPRINT
tx39clock.c 59 #define ISSETPRINT(r, m) \
321 ISSETPRINT(reg, CHIM);
323 ISSETPRINT(reg, VID);
324 ISSETPRINT(reg, MBUS);
327 ISSETPRINT(reg, IRDA);
329 ISSETPRINT(reg, SPI);
330 ISSETPRINT(reg, TIMER);
331 ISSETPRINT(reg, FASTTIMER);
333 ISSETPRINT(reg, C48MOUT);
335 ISSETPRINT(reg, SIBM)
    [all...]
txcom.c 1194 #define ISSETPRINT(r, m) \
1196 ISSETPRINT(reg, UARTON);
1197 ISSETPRINT(reg, EMPTY);
1198 ISSETPRINT(reg, PRXHOLDFULL);
1199 ISSETPRINT(reg, RXHOLDFULL);
1200 ISSETPRINT(reg, ENDMARX);
1201 ISSETPRINT(reg, ENDMATX);
1202 ISSETPRINT(reg, TESTMODE);
1203 ISSETPRINT(reg, ENBREAHALT);
1204 ISSETPRINT(reg, ENDMATEST)
    [all...]

Completed in 34 milliseconds