HomeSort by: relevance | last modified time | path
    Searched defs:toggle (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_pmc.c 141 uint32_t status, toggle; local in function:tegra_pmc_power
153 toggle = bus_space_read_4(bst, bsh, PMC_PWRGATE_TOGGLE_0_REG);
154 if ((toggle & PMC_PWRGATE_TOGGLE_0_START) == 0)
  /src/sys/arch/evbarm/g42xxeb/
if_ne_obio.c 254 static int toggle=0; local in function:dp8390_debug_overrun
259 toggle ? GPIO_GPCR0 : GPIO_GPSR0,
261 toggle ^= 1;
  /src/tests/lib/libpthread/
t_cond.c 49 static int count, share, toggle, total; variable in typeref:typename:int
239 toggle = 0;
245 } while (toggle != 1);
269 toggle = 0;
278 toggle = 1;
284 } while (toggle != 0);
288 toggle = 1;
369 toggle = 0;
374 } while (toggle != 1);
400 toggle = 0
    [all...]
  /src/sys/dev/ic/
aha.c 417 struct aha_toggle toggle; local in function:aha_intr
419 toggle.cmd.opcode = AHA_MBO_INTR_EN;
420 toggle.cmd.enable = 0;
422 sizeof(toggle.cmd), (u_char *)&toggle.cmd,
610 struct aha_toggle toggle; local in function:aha_start_ccbs
612 toggle.cmd.opcode = AHA_MBO_INTR_EN;
613 toggle.cmd.enable = 1;
615 sizeof(toggle.cmd), (u_char *)&toggle.cmd
    [all...]
bha.c 238 struct bha_toggle toggle; local in function:bha_intr
240 toggle.cmd.opcode = BHA_MBO_INTR_EN;
241 toggle.cmd.enable = 0;
243 sizeof(toggle.cmd), (u_char *)&toggle.cmd,
1352 struct bha_toggle toggle; local in function:bha_init
1381 toggle.cmd.opcode = BHA_ROUND_ROBIN;
1382 toggle.cmd.enable = 1;
1384 sizeof(toggle.cmd), (u_char *)&toggle.cmd
1451 struct bha_toggle toggle; local in function:bha_start_ccbs
    [all...]
  /src/sys/arch/arc/dti/
btl.c 532 struct bt_toggle toggle; local in function:btintr
534 toggle.cmd.opcode = BT_MBO_INTR_EN;
535 toggle.cmd.enable = 0;
536 bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 0,
755 struct bt_toggle toggle; local in function:bt_start_ccbs
757 toggle.cmd.opcode = BT_MBO_INTR_EN;
758 toggle.cmd.enable = 1;
759 bt_cmd(iobase, sc, sizeof(toggle.cmd),
760 (u_char *)&toggle.cmd, 0, (u_char *)0)
1075 struct bt_toggle toggle; local in function:bt_init
    [all...]
  /src/sys/arch/mips/adm5120/dev/
ahci.c 224 uint32_t toggle; member in struct:ahci_pipe
365 apipe->toggle=0;
1058 r = ahci_transaction(sc, pipe, pid, xfer->ux_length, buf, 0/*toggle*/);
1155 int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok; local in function:ahci_device_bulk_start
1181 if (apipe->toggle == 0) {
1182 toggle = ADMHCD_TD_DATA0;
1184 toggle = apipe->toggle;
1211 toggle | ADMHCD_TD_OWN | short_ok;
1213 toggle = ADMHCD_TD_TOGGLE
    [all...]
  /src/usr.bin/telnet/
commands.c 143 static int toggle(int, char *[]);
536 * to by the arguments to the "toggle" command.
667 const char *name; /* name of toggle */
693 "Toggle authentication debugging",
710 "Toggle verbose encryption output",
715 "Toggle encryption debugging",
777 "(debugging) toggle printing of hexadecimal terminal data",
798 printf("%-15s toggle %s\n", c->name, c->help);
828 toggle(int argc, char *argv[])
836 "Need an argument to 'toggle' command. 'toggle ?' for help.\n")
826 toggle(int argc, char *argv[]) function in typeref:typename:int
    [all...]
  /src/sys/dev/usb/
ehci.c 1288 * If there are left over TDs we need to update the toggle.
1290 * start the toggle at 0 every time.
1291 * For a short transfer we need to update the toggle for the missing
1296 DPRINTF("toggle update status=0x%08jx nstatus=0x%08jx",
1783 " toggle = %jd ioc = %jd bytes = %#jx c_page = %#jx",
1998 /* toggle state needed for bulk endpoints */
2229 /* Save toggle bit and ping status. */
3115 int length, int isread, int *toggle, ehci_soft_qtd_t **lsqtd)
3121 int tog = *toggle;
3126 DPRINTF("xfer=%#jx len %jd isread %jd toggle %jd", (uintptr_t)xfer
3804 int toggle = 1; local in function:ehci_device_ctrl_start
    [all...]

Completed in 18 milliseconds