Searched refs:ch_neo_uart (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 38 ier = readb(&ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 39 efr = readb(&ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 51 writeb(0, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 54 writeb(efr, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 57 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); in neo_set_cts_flow_control() 60 writeb(8, &ch->ch_neo_uart->tfifo); in neo_set_cts_flow_control() 63 writeb(ier, &ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 69 ier = readb(&ch->ch_neo_uart->ier); in neo_set_rts_flow_control() 70 efr = readb(&ch->ch_neo_uart->efr); in neo_set_rts_flow_control() 83 writeb(0, &ch->ch_neo_uart in neo_set_rts_flow_control() [all...] |
H A D | jsm.h | 216 struct neo_uart_struct __iomem *ch_neo_uart; /* NEO card */ member
|
H A D | jsm_tty.c | 415 ch->ch_neo_uart = vaddr + (brd->bd_uart_offset * i); in jsm_tty_init()
|
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 38 ier = readb(&ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 39 efr = readb(&ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 51 writeb(0, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 54 writeb(efr, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 57 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); in neo_set_cts_flow_control() 60 writeb(8, &ch->ch_neo_uart->tfifo); in neo_set_cts_flow_control() 63 writeb(ier, &ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 69 ier = readb(&ch->ch_neo_uart->ier); in neo_set_rts_flow_control() 70 efr = readb(&ch->ch_neo_uart->efr); in neo_set_rts_flow_control() 83 writeb(0, &ch->ch_neo_uart in neo_set_rts_flow_control() [all...] |
H A D | jsm.h | 216 struct neo_uart_struct __iomem *ch_neo_uart; /* NEO card */ member
|
H A D | jsm_tty.c | 415 ch->ch_neo_uart = vaddr + (brd->bd_uart_offset * i); in jsm_tty_init()
|
Completed in 11 milliseconds