Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dnozomi.c239 struct ctrl_dl { struct
299 struct ctrl_dl { struct
322 struct ctrl_dl ctrl_dl; argument
652 memset(&dc->port[i].ctrl_dl, 0, sizeof(struct ctrl_dl)); in nozomi_read_config_table()
888 struct ctrl_dl ctrl_dl; in receive_flow_control() local
889 struct ctrl_dl old_ctrl; in receive_flow_control()
892 read_mem32((u32 *) &ctrl_dl, dc->port[PORT_CTRL].dl_addr[CH_A], 2); in receive_flow_control()
894 switch (ctrl_dl.port) { in receive_flow_control()
930 DBG1("0x%04X->0x%04X", *((u16 *)&dc->port[port].ctrl_dl), in receive_flow_control()
931 *((u16 *)&ctrl_dl)); in receive_flow_control()
[all …]