Home
last modified time | relevance | path

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

/trueos/contrib/less/
HDcmdbuf.c30 static int cmd_offset; /* Index into cmdbuf of first displayed char */ variable
122 cmd_offset = 0; in cmd_reset()
343 cp = &cmdbuf[cmd_offset]; in cmd_home()
360 s = cmdbuf + cmd_offset; in cmd_lshift()
378 cmd_offset = s - cmdbuf; in cmd_lshift()
399 s = cmdbuf + cmd_offset; in cmd_rshift()
408 cmd_offset = s - cmdbuf; in cmd_rshift()
647 cmd_offset = 0; in cmd_kill()
873 cmd_offset = 0;
/trueos/sys/dev/bxe/
HDecore_init.h104 uint32_t cmd_offset:24; member
110 uint32_t cmd_offset:24; member
HDecore_init_ops.h317 op_idx += op->if_mode.cmd_offset; in ecore_init_block()
325 op_idx += op->if_mode.cmd_offset; in ecore_init_block()
HDbxe.c1590 uint32_t cmd_offset; in bxe_post_dmae() local
1593 cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_command) * idx)); in bxe_post_dmae()
1595 REG_WR(sc, (cmd_offset + (i * 4)), *(((uint32_t *)dmae) + i)); in bxe_post_dmae()