toggle
cvscreen(int toggle, volatile void *ba)
if (toggle == 1)
gfx_on_off(int toggle, volatile void *ba)
toggle &= 0x1;
toggle = toggle << 5;
WSeq(ba, SEQ_ID_CLOCKING_MODE, r | toggle);
cv3dscreen(int toggle, volatile void *ba)
*((volatile short *)(ba)) = (toggle & 1);
cv3d_gfx_on_off(int toggle, volatile void *ba)
toggle &= 0x1;
toggle = toggle << 5;
WSeq(ba, SEQ_ID_CLOCKING_MODE, r | toggle);
struct bt_toggle toggle;
toggle.cmd.opcode = BT_ROUND_ROBIN;
toggle.cmd.enable = 1;
bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd,
struct bt_toggle toggle;
toggle.cmd.opcode = BT_MBO_INTR_EN;
toggle.cmd.enable = 0;
bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 0,
struct bt_toggle toggle;
toggle.cmd.opcode = BT_MBO_INTR_EN;
toggle.cmd.enable = 1;
bt_cmd(iobase, sc, sizeof(toggle.cmd),
(u_char *)&toggle.cmd, 0, (u_char *)0);
uint32_t status, toggle;
toggle = bus_space_read_4(bst, bsh, PMC_PWRGATE_TOGGLE_0_REG);
if ((toggle & PMC_PWRGATE_TOGGLE_0_START) == 0)
static int toggle=0;
toggle ? GPIO_GPCR0 : GPIO_GPSR0,
toggle ^= 1;
hppa_led_ctl(int off, int on, int toggle)
r = ~(machine_leds = ((machine_leds & ~off) | on) ^ toggle);
#define hppa_led_ctl(off, on, toggle)
int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok;
if (apipe->toggle == 0) {
toggle = ADMHCD_TD_DATA0;
toggle = apipe->toggle;
toggle | ADMHCD_TD_OWN | short_ok;
toggle = ADMHCD_TD_TOGGLE;
apipe->toggle = ((uint32_t)ep->head & 2)?ADMHCD_TD_DATA1:ADMHCD_TD_DATA0;
uint8_t pid, int len, u_char *buf, uint8_t toggle)
sl11write(sc, SL11_E0CTRL, cmd | toggle);
apipe->toggle = 0;
uint32_t toggle;
apipe->toggle=0;
struct aha_toggle toggle;
toggle.cmd.opcode = AHA_MBO_INTR_EN;
toggle.cmd.enable = 0;
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
struct aha_toggle toggle;
toggle.cmd.opcode = AHA_MBO_INTR_EN;
toggle.cmd.enable = 1;
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
struct bha_toggle toggle;
toggle.cmd.opcode = BHA_ROUND_ROBIN;
toggle.cmd.enable = 1;
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
struct bha_toggle toggle;
toggle.cmd.opcode = BHA_MBO_INTR_EN;
toggle.cmd.enable = 1;
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
struct bha_toggle toggle;
toggle.cmd.opcode = BHA_MBO_INTR_EN;
toggle.cmd.enable = 0;
sizeof(toggle.cmd), (u_char *)&toggle.cmd,
iwi_led_set(struct iwi_softc *sc, uint32_t state, int toggle)
val = (toggle && (val & state)) ? val & ~state : val | state;
int length, int isread, int *toggle, ehci_soft_qtd_t **lsqtd)
int tog = *toggle;
*toggle = tog;
int toggle = 1;
ehci_reset_sqtd_chain(sc, xfer, len, isread, &toggle, &end);
int length, int isread, int *toggle, uhci_soft_td_t **lstd)
int tog = *toggle;
len, isread, *toggle);
*toggle = tog;
update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask)
if (toggle) {
toggle = 0;
} while (toggle != 1);
toggle = 0;
toggle = 1;
} while (toggle != 0);
toggle = 1;
toggle = 0;
} while (toggle != 1);
toggle = 0;
toggle = 1;
} while (toggle != 0);
toggle = 1;
static int count, share, toggle, total;
static int toggle(int, char *[]);
{ "toggle", togglestring, toggle, 0 },