Searched refs:UI (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h102 #define UI 0x03 macro
H A Dtei.c388 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) /* only net send UI */
396 skb->data[2] = UI; /* UI frame */
441 bp[2] = UI;
899 if ((skb->data[2] & 0xef) != UI) /* not UI */
H A Dlayer2.c432 return (data[0] & 0xef) == UI;
802 header[i++] = UI;
/linux-master/drivers/tty/
H A Dn_gsm.c331 u8 ftype; /* UI or UIH */
372 #define UI 0x03 macro
600 case UI:
601 i = 1; /* UI */
715 if ((control & ~PF) == UI || (control & ~PF) == UIH)
733 case UI:
734 pr_cont("UI");
988 case UI:
1083 * __gsm_data_queue - queue a UI or UIH frame
1115 if (msg->ctrl == UI || ms
[all...]
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c711 /* The UI field in a D form instruction. */
712 #define UI TO + 1
715 #define UISIGNOPT UI + 1
4618 {"ori", OP(24), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}},
4619 {"oril", OP(24), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}},
4621 {"oris", OP(25), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}},
4622 {"oriu", OP(25), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}},
4625 {"xori", OP(26), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}},
4626 {"xoril", OP(26), OP_MASK, PWRCOM, PPCVLE, {RA, RS, UI}},
4628 {"xoris", OP(27), OP_MASK, PPCCOM, PPCVLE, {RA, RS, UI}},
710 #define UI macro
[all...]

Completed in 203 milliseconds