Home
last modified time | relevance | path

Searched refs:IUU_BAUD_9600 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Diuu_phoenix.h104 #define IUU_BAUD_9600 0x0298 macro
H A Diuu_phoenix.c754 buf[1] = (u8) ((IUU_BAUD_9600 >> 8) & 0x00FF); in iuu_uart_on()
755 buf[2] = (u8) (0x00FF & IUU_BAUD_9600); in iuu_uart_on()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Diuu_phoenix.h104 #define IUU_BAUD_9600 0x0298 macro
H A Diuu_phoenix.c750 buf[1] = (u8) ((IUU_BAUD_9600 >> 8) & 0x00FF); in iuu_uart_on()
751 buf[2] = (u8) (0x00FF & IUU_BAUD_9600); in iuu_uart_on()

Completed in 5 milliseconds