HomeSort by: relevance | last modified time | path
    Searched refs:toggle (Results 1 - 25 of 28) sorted by relevancy

1 2

  /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/share/man/man3lua/
Makefile 13 gpio.3lua gpio.toggle.3lua \
  /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/hppa/hppa/
machdep.h 148 #define hppa_led_ctl(off, on, toggle)
autoconf.c 204 hppa_led_ctl(int off, int on, int toggle)
212 r = ~(machine_leds = ((machine_leds & ~off) | on) ^ toggle);
  /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/sys/external/bsd/common/include/linux/
bitops.h 197 unsigned long startbit, unsigned long toggle)
214 /* Toggle the bits and convert to 64 bits for ffs64. */
215 word = *p ^ toggle;
231 /* Toggle the bits and convert to 64 bits for ffs64. */
232 word = *p ^ toggle;
  /src/sys/dev/ic/
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...]
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...]
  /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/sys/arch/m68k/m68k/
mmu_subr.s 194 andl #~MMU_CEN,%a0@(MMUCMD) | toggle cache enable
  /src/usr.bin/make/unit-tests/
deptgt-makeflags.mk 6 # In these unit tests, it is often used to temporarily toggle the debug log
  /src/sys/arch/amiga/dev/
grf_cv.c 1780 cvscreen(int toggle, volatile void *ba)
1783 if (toggle == 1)
1793 gfx_on_off(int toggle, volatile void *ba)
1797 toggle &= 0x1;
1798 toggle = toggle << 5;
1803 WSeq(ba, SEQ_ID_CLOCKING_MODE, r | toggle);
grf_cv3d.c 1644 cv3dscreen(int toggle, volatile void *ba)
1646 *((volatile short *)(ba)) = (toggle & 1);
1653 cv3d_gfx_on_off(int toggle, volatile void *ba)
1657 toggle &= 0x1;
1658 toggle = toggle << 5;
1663 WSeq(ba, SEQ_ID_CLOCKING_MODE, r | toggle);
  /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/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-385-clearfog-gtr.dtsi 39 32 - Fuse programming power toggle (1.8v)
rk3288-evb.dtsi 168 * but it shouldn't hurt to toggle this pin there anyway.
  /src/lib/libedit/
readline.c 405 el_set(e, EL_BIND, "\\e[2~", "em-toggle-overwrite", NULL);
  /src/sys/dev/wscons/
wskbd.c 1468 update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask)
1470 if (toggle) {
  /src/sys/dev/usb/
uhci.c 1709 /* If there are left over TDs we need to update the toggle. */
2069 int length, int isread, int *toggle, uhci_soft_td_t **lstd)
2077 int tog = *toggle;
2083 DPRINTFN(8, "xfer=%#jx len %jd isread %jd toggle %jd", (uintptr_t)xfer,
2084 len, isread, *toggle);
2182 *toggle = tog;
3399 /* toggle state needed for bulk endpoints */
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...]
  /src/usr.sbin/sysinst/
msg.mi.fr 341 message toggle
  /src/sys/arch/hp300/hp300/
locore.s 856 jbsr _C_LABEL(ledcontrol) | toggle pulse, turn all others off
  /src/sys/dev/pci/
if_iwi.c 2942 iwi_led_set(struct iwi_softc *sc, uint32_t state, int toggle)
2958 /* and ignore toggle effect */
2965 val = (toggle && (val & state)) ? val & ~state : val | state;

Completed in 313 milliseconds

1 2