Searched refs:dle (Results 1 – 8 of 8) sorted by relevance
83 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()93 } else if (cs->dle || in cmd_loop()160 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()181 } else if (cs->dle || in hdlc_loop()306 } else if (cs->dle || (inputstate & INS_DLE_command)) { in iraw_loop()345 (cs->dle || inbuf->inputstate & INS_DLE_command)) { in handle_dle()377 if (cs->dle) in handle_dle()384 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
610 cs->dle = parameter; in gigaset_handle_modem_response()773 cs->dle ? "\020(AT%d%s\020)" : "AT%d%s", in send_command()777 cs->dle ? "\020(AT%s\020)" : "AT%s", in send_command()1136 cs->dle = 0; in do_action()1145 cs->dle = 1; in do_action()1151 cs->dle = 0; in do_action()1261 } else if (cs->onechannel && cs->dle) { in do_action()1273 cs->dle = 0; in do_action()1295 cs->dle = 0; in do_action()1750 if (cs->dle) { in process_command_flags()[all …]
721 cs->dle = 0; in gigaset_initcs()844 cs->dle = 0; in cleanup_cs()
466 int dle; /* !=0 if DLE mode is active member
156 int reg, dle, lle; in set_loopback() local160 dle = SUNI_MCM_DLE; in set_loopback()164 dle = SUNI_MCT_DLE; in set_loopback()168 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback()173 control |= dle; in set_loopback()
1101 struct dle* wr_ptr; 1278 struct dle *dle, *cur_dle; local1288 dle = iadev->rx_dle_q.read; 1289 dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1); 1290 cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4)); 1291 while(dle != cur_dle) 1355 if (++dle == iadev->rx_dle_q.end) 1356 dle = iadev->rx_dle_q.start; 1358 iadev->rx_dle_q.read = dle; 1441 iadev->rx_dle_q.start = (struct dle *)dle_addr;[all …]
278 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES)281 struct dle struct292 struct dle *start; argument293 struct dle *end; 294 struct dle *read; 295 struct dle *write;
1847 struct mvumi_dyn_list_entry *dle; in mvumi_send_command() local1848 dle = ib_entry; in mvumi_send_command()1849 dle->src_low_addr = in mvumi_send_command()1851 dle->src_high_addr = in mvumi_send_command()1853 dle->if_length = (frame_len >> 2) & 0xFFF; in mvumi_send_command()