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

  /src/sys/arch/arm/nvidia/
tegra_pmc.c 141 uint32_t status, toggle; local
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
259 toggle ? GPIO_GPCR0 : GPIO_GPSR0,
261 toggle ^= 1;
  /src/external/bsd/libfido2/dist/tools/
assert_get.c 19 struct toggle { struct
41 parse_toggle(const char *str, struct toggle *opt)
79 prepare_assert(FILE *in_f, int flags, const struct toggle *opt)
216 struct toggle opt;
  /src/tests/lib/libpthread/
t_cond.c 49 static int count, share, toggle, total; variable
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
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
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
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
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
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_eeprom.c 419 toggle(hw_eeprom_device *eeprom, function
453 return toggle(eeprom, eeprom->memory[address]);
460 return toggle(eeprom, eeprom->memory[eeprom->byte_program_address]);
470 return toggle(eeprom, eeprom->memory[address]);
482 return toggle(eeprom, eeprom->memory[address]) & ~0x8;
485 return toggle(eeprom, eeprom->memory[address]) | 0x8;
488 return toggle(eeprom, eeprom->memory[address]) & ~0x8;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_eeprom.c 419 toggle(hw_eeprom_device *eeprom, function
453 return toggle(eeprom, eeprom->memory[address]);
460 return toggle(eeprom, eeprom->memory[eeprom->byte_program_address]);
470 return toggle(eeprom, eeprom->memory[address]);
482 return toggle(eeprom, eeprom->memory[address]) & ~0x8;
485 return toggle(eeprom, eeprom->memory[address]) | 0x8;
488 return toggle(eeprom, eeprom->memory[address]) & ~0x8;
  /src/sys/arch/arc/dti/
btl.c 532 struct bt_toggle toggle; local
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
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
    [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
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
    [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
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 3895 int rc, len, toggle; local
3904 toggle = txn->mt_txnid & 1;
3906 toggle, txn->mt_dbs[MAIN_DBI].md_root));
3910 mp = env->me_metas[toggle];
3911 mapsize = env->me_metas[toggle ^ 1]->mm_mapsize;
9193 int toggle = 0, wsize, rc; local
9215 wsize = my->mc_wlen[toggle];
9216 ptr = my->mc_wbuf[toggle];
9247 if (my->mc_olen[toggle]) {
9248 wsize = my->mc_olen[toggle];
9297 int rc, toggle; local
    [all...]

Completed in 34 milliseconds