Home
last modified time | relevance | path

Searched refs:ch_bd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c197 brd = channel->ch_bd; in jsm_tty_open()
228 jsm_dbg(OPEN, &channel->ch_bd->pci_dev, in jsm_tty_open()
278 bd = channel->ch_bd; in jsm_tty_close()
419 ch->ch_bd = brd; in jsm_tty_init()
531 bd = ch->ch_bd; in jsm_input()
561 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input()
578 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input()
655 bd = ch->ch_bd; in jsm_carrier()
697 jsm_dbg(CARR, &ch->ch_bd->pci_dev, in jsm_carrier()
777 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control()
[all …]
H A Djsm_neo.c562 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in neo_parse_modem()
594 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in neo_parse_modem()
614 neo_pci_posting_flush(ch->ch_bd); in neo_assert_modem_signals()
698 neo_pci_posting_flush(ch->ch_bd); in neo_clear_break()
934 bd = ch->ch_bd; in neo_param()
1232 neo_pci_posting_flush(ch->ch_bd); in neo_disable_receiver()
1248 neo_pci_posting_flush(ch->ch_bd); in neo_enable_receiver()
1261 neo_pci_posting_flush(ch->ch_bd); in neo_send_start_character()
1275 neo_pci_posting_flush(ch->ch_bd); in neo_send_stop_character()
1347 neo_pci_posting_flush(ch->ch_bd); in neo_send_break()
[all …]
H A Djsm_cls.c318 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_clear_break()
501 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
537 jsm_dbg(MSIGS, &ch->ch_bd->pci_dev, in cls_parse_modem()
618 jsm_dbg(IOCTL, &ch->ch_bd->pci_dev, in cls_flush_uart_write()
685 bd = ch->ch_bd; in cls_param()
737 quot = ch->ch_bd->bd_dividend / baud; in cls_param()
H A Djsm.h194 struct jsm_board *ch_bd; /* Board structure pointer */ member