Searched refs:ch_neo_uart (Results 1 – 3 of 3) sorted by relevance
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->efr); in neo_set_rts_flow_control()[all …]
216 struct neo_uart_struct __iomem *ch_neo_uart; /* NEO card */ member
415 ch->ch_neo_uart = vaddr + (brd->bd_uart_offset * i); in jsm_tty_init()