Home
last modified time | relevance | path

Searched refs:UART_DLL (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dserial_reg.h160 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-4.19.296/drivers/media/rc/
Dsir_ir.c302 outb(1, io + UART_DLL); outb(0, io + UART_DLM); in init_hardware()
Dserial_ir.c461 soutp(UART_DLL, 1); in hardware_init_port()
/linux-4.19.296/drivers/isdn/hisax/
Delsa_ser.c136 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed()