Home | History | Annotate | Download | only in dev

Lines Matching defs:ub

894 	u_char ub = 0;
908 ub |= 0x04 << unit;
910 ub |= 0x01 << unit;
915 sc->sc_regs->du_btst = ub;
916 sc->sc_regs->du_btrst = ub ^ (0x05 << unit);
920 sc->sc_regs->du_btrst = ub;
921 ub = ~sc->sc_regs->du_ip;
925 sc->sc_regs->du_btst = ub;
926 ub = ~sc->sc_regs->du_ip;
930 ub = ~sc->sc_regs->du_ip;
937 if (ub & (1 << unit))
939 if (ub & (4 << unit))
941 if (ub & (0x10 << unit))