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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dearly_serial_console.c19 #define DLH 1 /* Divisor latch High */ macro
37 outb((divisor >> 8) & 0xff, port + DLH);
107 dlh = inb(port + DLH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly_printk.c92 #define DLH 1 /* Divisor latch High */ macro
160 outb((divisor >> 8) & 0xff, early_serial_base + DLH);

Completed in 37 milliseconds