Searched refs:cmd_offset (Results 1 – 4 of 4) sorted by relevance
32 static int cmd_offset; /* Index into cmdbuf of first displayed char */ variable125 cmd_offset = 0; in cmd_reset()279 cp = &cmdbuf[cmd_offset]; in cmd_home()342 s = cmdbuf + cmd_offset; in cmd_lshift()360 cmd_offset = (int) (s - cmdbuf); in cmd_lshift()381 s = cmdbuf + cmd_offset; in cmd_rshift()390 cmd_offset = (int) (s - cmdbuf); in cmd_rshift()630 cmd_offset = 0; in cmd_kill()713 cmd_offset = 0;898 cmd_offset = 0;
106 uint32_t cmd_offset:24; member112 uint32_t cmd_offset:24; member
319 op_idx += op->if_mode.cmd_offset; in ecore_init_block()327 op_idx += op->if_mode.cmd_offset; in ecore_init_block()
1511 uint32_t cmd_offset; in bxe_post_dmae() local1514 cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_cmd) * idx)); in bxe_post_dmae()1516 REG_WR(sc, (cmd_offset + (i * 4)), *(((uint32_t *)dmae) + i)); in bxe_post_dmae()18931 uint32_t cmd_offset; in bxe_grc_dump() local19092 cmd_offset = DMAE_REG_CMD_MEM; in bxe_grc_dump()19094 reg_addr = (cmd_offset +(i * 4)); in bxe_grc_dump()