Symbol: toggle
sys/arch/amiga/dev/grf_cv.c
1780
cvscreen(int toggle, volatile void *ba)
sys/arch/amiga/dev/grf_cv.c
1783
if (toggle == 1)
sys/arch/amiga/dev/grf_cv.c
1793
gfx_on_off(int toggle, volatile void *ba)
sys/arch/amiga/dev/grf_cv.c
1797
toggle &= 0x1;
sys/arch/amiga/dev/grf_cv.c
1798
toggle = toggle << 5;
sys/arch/amiga/dev/grf_cv.c
1803
WSeq(ba, SEQ_ID_CLOCKING_MODE, r | toggle);
sys/arch/amiga/dev/grf_cv3d.c
1644
cv3dscreen(int toggle, volatile void *ba)
sys/arch/amiga/dev/grf_cv3d.c
1646
*((volatile short *)(ba)) = (toggle & 1);
sys/arch/amiga/dev/grf_cv3d.c
1653
cv3d_gfx_on_off(int toggle, volatile void *ba)
sys/arch/amiga/dev/grf_cv3d.c
1657
toggle &= 0x1;
sys/arch/amiga/dev/grf_cv3d.c
1658
toggle = toggle << 5;
sys/arch/amiga/dev/grf_cv3d.c
1663
WSeq(ba, SEQ_ID_CLOCKING_MODE, r | toggle);
sys/arch/arc/dti/btl.c
1075
struct bt_toggle toggle;
sys/arch/arc/dti/btl.c
1077
toggle.cmd.opcode = BT_ROUND_ROBIN;
sys/arch/arc/dti/btl.c
1078
toggle.cmd.enable = 1;
sys/arch/arc/dti/btl.c
1079
bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd,
sys/arch/arc/dti/btl.c
532
struct bt_toggle toggle;
sys/arch/arc/dti/btl.c
534
toggle.cmd.opcode = BT_MBO_INTR_EN;
sys/arch/arc/dti/btl.c
535
toggle.cmd.enable = 0;
sys/arch/arc/dti/btl.c
536
bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 0,
sys/arch/arc/dti/btl.c
755
struct bt_toggle toggle;
sys/arch/arc/dti/btl.c
757
toggle.cmd.opcode = BT_MBO_INTR_EN;
sys/arch/arc/dti/btl.c
758
toggle.cmd.enable = 1;
sys/arch/arc/dti/btl.c
759
bt_cmd(iobase, sc, sizeof(toggle.cmd),
sys/arch/arc/dti/btl.c
760
(u_char *)&toggle.cmd, 0, (u_char *)0);
sys/arch/arm/nvidia/tegra_pmc.c
141
uint32_t status, toggle;
sys/arch/arm/nvidia/tegra_pmc.c
153
toggle = bus_space_read_4(bst, bsh, PMC_PWRGATE_TOGGLE_0_REG);
sys/arch/arm/nvidia/tegra_pmc.c
154
if ((toggle & PMC_PWRGATE_TOGGLE_0_START) == 0)
sys/arch/evbarm/g42xxeb/if_ne_obio.c
254
static int toggle=0;
sys/arch/evbarm/g42xxeb/if_ne_obio.c
259
toggle ? GPIO_GPCR0 : GPIO_GPSR0,
sys/arch/evbarm/g42xxeb/if_ne_obio.c
261
toggle ^= 1;
sys/arch/hppa/hppa/autoconf.c
204
hppa_led_ctl(int off, int on, int toggle)
sys/arch/hppa/hppa/autoconf.c
212
r = ~(machine_leds = ((machine_leds & ~off) | on) ^ toggle);
sys/arch/hppa/hppa/machdep.h
148
#define hppa_led_ctl(off, on, toggle)
sys/arch/mips/adm5120/dev/ahci.c
1155
int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok;
sys/arch/mips/adm5120/dev/ahci.c
1181
if (apipe->toggle == 0) {
sys/arch/mips/adm5120/dev/ahci.c
1182
toggle = ADMHCD_TD_DATA0;
sys/arch/mips/adm5120/dev/ahci.c
1184
toggle = apipe->toggle;
sys/arch/mips/adm5120/dev/ahci.c
1211
toggle | ADMHCD_TD_OWN | short_ok;
sys/arch/mips/adm5120/dev/ahci.c
1213
toggle = ADMHCD_TD_TOGGLE;
sys/arch/mips/adm5120/dev/ahci.c
1279
apipe->toggle = ((uint32_t)ep->head & 2)?ADMHCD_TD_DATA1:ADMHCD_TD_DATA0;
sys/arch/mips/adm5120/dev/ahci.c
1330
uint8_t pid, int len, u_char *buf, uint8_t toggle)
sys/arch/mips/adm5120/dev/ahci.c
1390
sl11write(sc, SL11_E0CTRL, cmd | toggle);
sys/arch/mips/adm5120/dev/ahci.c
1450
apipe->toggle = 0;
sys/arch/mips/adm5120/dev/ahci.c
224
uint32_t toggle;
sys/arch/mips/adm5120/dev/ahci.c
365
apipe->toggle=0;
sys/dev/ic/aha.c
417
struct aha_toggle toggle;
sys/dev/ic/aha.c
419
toggle.cmd.opcode = AHA_MBO_INTR_EN;
sys/dev/ic/aha.c
420
toggle.cmd.enable = 0;
sys/dev/ic/aha.c
422
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
sys/dev/ic/aha.c
610
struct aha_toggle toggle;
sys/dev/ic/aha.c
612
toggle.cmd.opcode = AHA_MBO_INTR_EN;
sys/dev/ic/aha.c
613
toggle.cmd.enable = 1;
sys/dev/ic/aha.c
615
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
sys/dev/ic/bha.c
1352
struct bha_toggle toggle;
sys/dev/ic/bha.c
1381
toggle.cmd.opcode = BHA_ROUND_ROBIN;
sys/dev/ic/bha.c
1382
toggle.cmd.enable = 1;
sys/dev/ic/bha.c
1384
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
sys/dev/ic/bha.c
1451
struct bha_toggle toggle;
sys/dev/ic/bha.c
1453
toggle.cmd.opcode = BHA_MBO_INTR_EN;
sys/dev/ic/bha.c
1454
toggle.cmd.enable = 1;
sys/dev/ic/bha.c
1456
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
sys/dev/ic/bha.c
238
struct bha_toggle toggle;
sys/dev/ic/bha.c
240
toggle.cmd.opcode = BHA_MBO_INTR_EN;
sys/dev/ic/bha.c
241
toggle.cmd.enable = 0;
sys/dev/ic/bha.c
243
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
sys/dev/pci/if_iwi.c
2942
iwi_led_set(struct iwi_softc *sc, uint32_t state, int toggle)
sys/dev/pci/if_iwi.c
2965
val = (toggle && (val & state)) ? val & ~state : val | state;
sys/dev/usb/ehci.c
3115
int length, int isread, int *toggle, ehci_soft_qtd_t **lsqtd)
sys/dev/usb/ehci.c
3121
int tog = *toggle;
sys/dev/usb/ehci.c
3232
*toggle = tog;
sys/dev/usb/ehci.c
3804
int toggle = 1;
sys/dev/usb/ehci.c
3807
ehci_reset_sqtd_chain(sc, xfer, len, isread, &toggle, &end);
sys/dev/usb/uhci.c
2069
int length, int isread, int *toggle, uhci_soft_td_t **lstd)
sys/dev/usb/uhci.c
2077
int tog = *toggle;
sys/dev/usb/uhci.c
2084
len, isread, *toggle);
sys/dev/usb/uhci.c
2182
*toggle = tog;
sys/dev/wscons/wskbd.c
1494
update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask)
sys/dev/wscons/wskbd.c
1496
if (toggle) {
tests/lib/libpthread/t_cond.c
239
toggle = 0;
tests/lib/libpthread/t_cond.c
245
} while (toggle != 1);
tests/lib/libpthread/t_cond.c
269
toggle = 0;
tests/lib/libpthread/t_cond.c
278
toggle = 1;
tests/lib/libpthread/t_cond.c
284
} while (toggle != 0);
tests/lib/libpthread/t_cond.c
288
toggle = 1;
tests/lib/libpthread/t_cond.c
369
toggle = 0;
tests/lib/libpthread/t_cond.c
374
} while (toggle != 1);
tests/lib/libpthread/t_cond.c
400
toggle = 0;
tests/lib/libpthread/t_cond.c
409
toggle = 1;
tests/lib/libpthread/t_cond.c
414
} while (toggle != 0);
tests/lib/libpthread/t_cond.c
418
toggle = 1;
tests/lib/libpthread/t_cond.c
49
static int count, share, toggle, total;
usr.bin/telnet/commands.c
143
static int toggle(int, char *[]);
usr.bin/telnet/commands.c
2304
{ "toggle", togglestring, toggle, 0 },