DLH
dlh = inb(port + DLH);
outb((divisor >> 8) & 0xff, port + DLH);
static_call(serial_out)(early_serial_base, DLH, (divisor >> 8) & 0xff);