Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dprpmc750.c236 unsigned char lcr, dll, dlm; in prpmc750_get_bus_speed() local
242 dll = readb(PRPMC750_SERIAL_0_DLL); in prpmc750_get_bus_speed()
245 baud_divisor = (dlm << 8) | dll; in prpmc750_get_bus_speed()
Dibm_ocp.h63 #define dll rbr macro
/linux-2.4.37.9/arch/ppc64/kernel/
Dudbg.c40 #define dll rbr macro
64 udbg_comport->dll = 12; eieio(); /* 1 = 115200, 2 = 57600, 3 = 38400, 12 = 9600 baud */ in udbg_init_uart()
/linux-2.4.37.9/include/asm-sh/
Dsmc37c93x.h89 #define dll rbr macro
/linux-2.4.37.9/include/asm-ia64/sn/
Dioc3.h48 volatile u8 dll; /* DLAB == 1 */ member
67 #define iu_dll u1.dll
Dioc4.h585 char dll; /* DLAB == 1 */ member
596 #define i4u_dll u1.dll
/linux-2.4.37.9/include/asm-mips64/sn/
Dioc3.h13 volatile u8 dll; /* DLAB == 1 */ member
32 #define iu_dll u1.dll
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_misc.c895 MINFO->values.memory.dll = (bd->pins[115] & 0x02) != 0; in parse_pins5()
927 MINFO->values.memory.dll = 1; in default_pins5()
Dmatroxfb_base.h654 dll:1; member
Dmatroxfb_DAC1064.c882 …lues).memory.ddr && (!ACCESS_FBINFO(values).memory.emrswen || !ACCESS_FBINFO(values).memory.dll)) { in g450_memory_init()