Searched refs:UI (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/arch/arm/mach-davinci/ |
D | Kconfig | 141 prompt "Select DA830/OMAP-L137/AM17x UI board peripheral" 144 The presence of UI card on the DA830/OMAP-L137/AM17x EVM is 147 menu has an effect only in case of a successful UI card detection. 170 prompt "Select peripherals connected to expander on UI board" 173 The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x 176 menu has an effect only in case of a successful UI card detection. 182 to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card 188 EVM. This PHY is found on the UI daughter card that is supplied with
|
/linux-2.6.39/drivers/isdn/hisax/ |
D | isdnl2.h | 16 #define UI 0x03 macro
|
D | tei.c | 116 bp[2] = UI; in put_tei_msg() 329 } else if ((skb->data[2] & 0xef) != UI) { in tei_l1l2()
|
D | isdnl2.c | 231 return ((data[0] & 0xef) == UI); in IsUI() 600 header[i++] = UI; in tx_ui()
|
/linux-2.6.39/drivers/isdn/mISDN/ |
D | layer2.h | 111 #define UI 0x03 macro
|
D | tei.c | 405 skb->data[2] = UI; /* UI frame */ in dl_unit_data() 450 bp[2] = UI; in put_tei_msg() 895 if ((skb->data[2] & 0xef) != UI) /* not UI */ in ph_data_ind()
|
D | layer2.c | 409 return (data[0] & 0xef) == UI; in IsUI() 779 header[i++] = UI; in tx_ui()
|
/linux-2.6.39/drivers/tty/ |
D | n_gsm.c | 265 #define UI 0x03 macro 453 case UI: in gsm_print_packet() 741 if (msg->ctrl == UI || msg->ctrl == (UI|PF)) in __gsm_data_queue() 1659 if ((gsm->control & ~PF) == UI) in gsm_queue() 1731 case UI: in gsm_queue() 1732 case UI|PF: in gsm_queue() 2428 gsm->ftype = UI; in gsmld_config()
|
/linux-2.6.39/arch/powerpc/xmon/ |
D | ppc-opc.c | 508 #define UI U + 1 macro 512 #define VA UI + 1 2520 { "cmplwi", OPL(10,0), OPL_MASK, PPCCOM, { OBF, RA, UI } }, 2521 { "cmpldi", OPL(10,1), OPL_MASK, PPC64, { OBF, RA, UI } }, 2522 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } }, 2523 { "cmpli", OP(10), OP_MASK, PWRCOM, { BF, RA, UI } }, 3276 { "ori", OP(24), OP_MASK, PPCCOM, { RA, RS, UI } }, 3277 { "oril", OP(24), OP_MASK, PWRCOM, { RA, RS, UI } }, 3279 { "oris", OP(25), OP_MASK, PPCCOM, { RA, RS, UI } }, 3280 { "oriu", OP(25), OP_MASK, PWRCOM, { RA, RS, UI } }, [all …]
|
/linux-2.6.39/Documentation/isdn/ |
D | README | 232 1 = X75/LAPB with UI-frames 494 uihdlc HDLC with UI-frame-header (for use with DOS ISPA, option -h1)
|
/linux-2.6.39/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1098 should be done by the local admin only. The ThinkPad UI is for the
|
/linux-2.6.39/Documentation/uml/ |
D | UserModeLinux-HOWTO.txt | 2858 This is useful when gdb is a subprocess of some UI, such as emacs or 2867 If you are using gdb under some UI, then tell it to 'att 1', and
|