Searched refs:LDT (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dfpreg.c56 #define LDT(reg,val) asm volatile ("itoft %0,$f"#reg : : "r"(val)); macro
58 #define LDT(reg,val) asm volatile ("ldt $f"#reg",%0" : : "m"(val)); macro
65 case 0: LDT( 0, val); break;
66 case 1: LDT( 1, val); break;
67 case 2: LDT( 2, val); break;
68 case 3: LDT( 3, val); break;
69 case 4: LDT( 4, val); break;
70 case 5: LDT( 5, val); break;
71 case 6: LDT( 6, val); break;
72 case 7: LDT(
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pci/
H A Dpciconf.c220 enum {NONE, PCI, LDT} sec_type; enumerator in enum:__anon155
231 /* See if there is an LDT capability for the secondary. */
233 sec_type = offset == 0 ? PCI : LDT;
237 /* A Type 1 host bridge (e.g., SB-1250 LDT) or an
238 X-to-LDT bridge with unassigned subclass (LDT?).
239 Probe iff the secondary is LDT (best policy?) */
241 if (offset != 0) sec_type = LDT;
248 if (sec_type == LDT && offset != 0) {
285 /* if the new bus is LDT, d
[all...]

Completed in 86 milliseconds