Searched full:cmux (Results 1 – 3 of 3) sorted by relevance
21 #. Initialize the modem in 0710 mux mode (usually ``AT+CMUX=`` command) through59 /* send the AT commands to switch the modem to CMUX mode61 write(fd, "AT+CMUX=0\r", 10);122 #. Receive ``AT+CMUX=`` command through its serial port, initialize mux mode156 /* get serial data and check "AT+CMUX=command" parameter ... */
69 * cmux freq must be >= platform pll.70 * If not set, cmux freq must be >= platform pll/294 struct clk *cmux[NUM_CMUX]; member1016 pct80_rate, "cg-cmux%d", idx); in create_one_cmux()1038 for (i = 0; i < ARRAY_SIZE(cg->cmux); i++) { in create_muxes()1047 cg->cmux[i] = create_one_cmux(cg, i); in create_muxes()1087 clk = clockgen.cmux[idx]; in core_mux_init()1407 if (idx >= ARRAY_SIZE(cg->cmux)) in clockgen_clk_get()1409 clk = cg->cmux[idx]; in clockgen_clk_get()
89 1 cmux index (n in CLKCnCSR)