Searched refs:uart_poll (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 1105 u32 uart_poll; in neo_intr() local 1118 uart_poll = readl(brd->re_map_membase + UART_17158_POLL_ADDR_OFFSET); in neo_intr() 1120 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in neo_intr() 1121 __FILE__, __LINE__, uart_poll); in neo_intr() 1123 if (!uart_poll) { in neo_intr() 1135 while (((uart_poll & 0xff) != 0) && (outofloop_count < 0xff)){ in neo_intr() 1137 tmp = uart_poll; in neo_intr() 1153 /* Remove this port + type from uart_poll */ in neo_intr() 1154 uart_poll &= ~(jsm_offset_table[port]); in neo_intr()
|
H A D | jsm_cls.c | 825 unsigned char uart_poll; in cls_intr() local 835 uart_poll = readb(brd->re_map_membase + UART_CLASSIC_POLL_ADDR_OFFSET); in cls_intr() 837 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in cls_intr() 838 __FILE__, __LINE__, uart_poll); in cls_intr() 840 if (!uart_poll) { in cls_intr()
|
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 1086 u32 uart_poll; in neo_intr() local 1099 uart_poll = readl(brd->re_map_membase + UART_17158_POLL_ADDR_OFFSET); in neo_intr() 1101 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in neo_intr() 1102 __FILE__, __LINE__, uart_poll); in neo_intr() 1104 if (!uart_poll) { in neo_intr() 1116 while (((uart_poll & 0xff) != 0) && (outofloop_count < 0xff)){ in neo_intr() 1118 tmp = uart_poll; in neo_intr() 1134 /* Remove this port + type from uart_poll */ in neo_intr() 1135 uart_poll &= ~(jsm_offset_table[port]); in neo_intr()
|
H A D | jsm_cls.c | 801 unsigned char uart_poll; in cls_intr() local 811 uart_poll = readb(brd->re_map_membase + UART_CLASSIC_POLL_ADDR_OFFSET); in cls_intr() 813 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in cls_intr() 814 __FILE__, __LINE__, uart_poll); in cls_intr() 816 if (!uart_poll) { in cls_intr()
|
Completed in 6 milliseconds