Searched refs:dle (Results 1 – 8 of 8) sorted by relevance
86 if (cs->dle && !(inbuf->inputstate & INS_DLE_command)) in cmd_loop()96 } else if (cs->dle || in cmd_loop()163 } else if (cs->dle || (inputstate & INS_DLE_command)) { in hdlc_loop()184 } else if (cs->dle || in hdlc_loop()309 } else if (cs->dle || (inputstate & INS_DLE_command)) { in iraw_loop()348 (cs->dle || inbuf->inputstate & INS_DLE_command)) { in handle_dle()380 if (cs->dle) in handle_dle()387 if (!(cs->dle || inbuf->inputstate & INS_DLE_command)) in handle_dle()
613 cs->dle = parameter; in gigaset_handle_modem_response()776 cs->dle ? "\020(AT%d%s\020)" : "AT%d%s", in send_command()780 cs->dle ? "\020(AT%s\020)" : "AT%s", in send_command()1139 cs->dle = 0; in do_action()1148 cs->dle = 1; in do_action()1154 cs->dle = 0; in do_action()1264 } else if (cs->onechannel && cs->dle) { in do_action()1276 cs->dle = 0; in do_action()1298 cs->dle = 0; in do_action()1753 if (cs->dle) { in process_command_flags()[all …]
724 cs->dle = 0; in gigaset_initcs()848 cs->dle = 0; in cleanup_cs()
469 int dle; /* !=0 if DLE mode is active member
155 int reg, dle, lle; in set_loopback() local159 dle = SUNI_MCM_DLE; in set_loopback()163 dle = SUNI_MCT_DLE; in set_loopback()167 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback()172 control |= dle; in set_loopback()
1100 struct dle* wr_ptr; 1277 struct dle *dle, *cur_dle; local1287 dle = iadev->rx_dle_q.read; 1288 dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1); 1289 cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4)); 1290 while(dle != cur_dle) 1354 if (++dle == iadev->rx_dle_q.end) 1355 dle = iadev->rx_dle_q.start; 1357 iadev->rx_dle_q.read = dle; 1440 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;
1884 struct mvumi_dyn_list_entry *dle; in mvumi_send_command() local1885 dle = ib_entry; in mvumi_send_command()1886 dle->src_low_addr = in mvumi_send_command()1888 dle->src_high_addr = in mvumi_send_command()1890 dle->if_length = (frame_len >> 2) & 0xFFF; in mvumi_send_command()