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

  /src/sys/arch/x68k/stand/xxboot/
ashldi3.S 66 TEST test0
92 test0: | count = 0 label
ashrdi3.S 66 TEST test0
95 test0: | count = 0 label
  /src/sys/dev/ic/
atw.c 339 uint32_t test0, fail_bits; local in function:atw_read_srom
343 test0 = ATW_READ(sc, ATW_TEST0);
354 if ((test0 & fail_bits) != 0) {
359 switch (test0 & ATW_TEST0_EPTYP_MASK) {
373 __SHIFTOUT(test0, ATW_TEST0_EPTYP_MASK));
2992 uint32_t ackmask = 0, opmode, stsr, test0; local in function:atw_idle
3023 test0 = ATW_READ(sc, ATW_TEST0);
3026 (test0 & ATW_TEST0_TS_MASK) != ATW_TEST0_TS_STOPPED) {
3029 atw_tx_state[__SHIFTOUT(test0, ATW_TEST0_TS_MASK)]);
3030 printf("%s: bits %08x test0 %08x stsr %08x\n"
    [all...]

Completed in 14 milliseconds