Searched refs:ch_neo_uart (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 47 ier = readb(&ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 48 efr = readb(&ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 60 writeb(0, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 63 writeb(efr, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 66 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); in neo_set_cts_flow_control() 69 writeb(8, &ch->ch_neo_uart->tfifo); in neo_set_cts_flow_control() 72 writeb(ier, &ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 78 ier = readb(&ch->ch_neo_uart->ier); in neo_set_rts_flow_control() 79 efr = readb(&ch->ch_neo_uart->efr); in neo_set_rts_flow_control() 92 writeb(0, &ch->ch_neo_uart->efr); in neo_set_rts_flow_control() [all …]
|
D | jsm.h | 225 struct neo_uart_struct __iomem *ch_neo_uart; /* NEO card */ member
|
D | jsm_tty.c | 422 ch->ch_neo_uart = vaddr + (brd->bd_uart_offset * i); in jsm_tty_init()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_neo.c | 100 unsigned char ier = readb(&ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 101 unsigned char efr = readb(&ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 117 writeb(0, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 120 writeb(efr, &ch->ch_neo_uart->efr); in neo_set_cts_flow_control() 123 writeb((UART_17158_FCTR_TRGD | UART_17158_FCTR_RTS_4DELAY), &ch->ch_neo_uart->fctr); in neo_set_cts_flow_control() 126 writeb(8, &ch->ch_neo_uart->tfifo); in neo_set_cts_flow_control() 129 writeb(ier, &ch->ch_neo_uart->ier); in neo_set_cts_flow_control() 137 unsigned char ier = readb(&ch->ch_neo_uart->ier); in neo_set_rts_flow_control() 138 unsigned char efr = readb(&ch->ch_neo_uart->efr); in neo_set_rts_flow_control() 153 writeb(0, &ch->ch_neo_uart->efr); in neo_set_rts_flow_control() [all …]
|
D | dgnc_driver.h | 342 struct neo_uart_struct __iomem *ch_neo_uart; /* Pointer to the "mapped" UART struct */ member
|
D | dgnc_tty.c | 346 ch->ch_neo_uart = vaddr + (brd->bd_uart_offset * i); in dgnc_tty_init()
|