test1 1120 dev/ic/atw.c uint32_t test1; test1 1122 dev/ic/atw.c test1 = ATW_READ(sc, ATW_TEST1); test1 1123 dev/ic/atw.c test1 &= ~(ATW_TEST1_DBGREAD_MASK|ATW_TEST1_CONTROL); test1 1125 dev/ic/atw.c test1 |= LSHIFT(0x1, ATW_TEST1_DBGREAD_MASK) | ATW_TEST1_CONTROL; test1 1126 dev/ic/atw.c ATW_WRITE(sc, ATW_TEST1, test1); test1 3375 dev/ic/atw.c uint32_t test1, rra, rwa; test1 3403 dev/ic/atw.c test1 = ATW_READ(sc, ATW_TEST1); test1 3404 dev/ic/atw.c rra = (test1 >> 12) & 0x1ff; test1 3405 dev/ic/atw.c rwa = (test1 >> 2) & 0x1ff; test1 3407 dev/ic/atw.c if ((rra != rwa) && !(test1 & 0x2)) {