Searched refs:toggle (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/usr.sbin/gpioctl/
H A Dgpioctl.c193 int config, toggle, verbose, list; local
195 config = toggle = verbose = list = pinn = 0;
212 toggle = 1;
245 if (toggle) {
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c397 uint8_t toggle = status ^ old_status; local
400 if (toggle & (1<<6))
408 toggle = status ^ old_status;
411 if (toggle & (1<<6))
H A Dcvmx-usb.h207 * endpoint. Each transaction has a PID toggle that changes 0/1
512 CVMX_USB_COMPLETE_DATATGLERR, /**< The transaction failed with a data toggle error even after a number of retries */
1082 * The FreeBSD host driver uses these functions to manipulate the toggle to deal
1085 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle);
H A Dcvmx-usb.c1875 /* Update the DATA0/DATA1 toggle */
3040 /* We need to remember the PID toggle state for the next transaction. The
3070 the transfer. For example, PID toggle errors cause these */
3440 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle) argument
3445 pipe->pid_toggle = !!toggle;
/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.h83 uint8_t toggle:1; member in struct:dwc_otg_td
H A Ddwc_otg.c741 td->toggle = 1;
775 td->toggle = 1;
1019 td->toggle = 0;
1022 td->toggle = 1;
1106 td->toggle ^= 1;
1262 (td->toggle ? (HCTSIZ_PID_DATA1 << HCTSIZ_PID_SHIFT) :
1317 (td->toggle ? (HCTSIZ_PID_DATA1 << HCTSIZ_PID_SHIFT) :
1515 td->toggle ^= 1;
1560 td->toggle ^= 1;
1626 (td->toggle
1925 uint8_t toggle; local
[all...]
H A Dmusb_otg.h142 #define MUSB2_MASK_CSR0H_DT 0x02 /* Host Side data toggle */
330 uint8_t toggle; member in struct:musbotg_td
H A Dmusb_otg.c1745 if (td->toggle)
1750 /* Set data toggle */
1795 td->toggle ^= 1;
2091 if (td->toggle)
2096 /* Set data toggle */
2105 td->toggle ^= 1;
2452 td->toggle = xfer->endpoint->toggle_next;
2695 xfer->endpoint->toggle_next = td->toggle;
2919 /* reset data toggle */
2979 /* reset data toggle */
[all...]
/freebsd-10.0-release/sys/powerpc/powermac/
H A Duninorth.c229 volatile u_int *toggle; local
234 toggle = (void *)(sc->sc_addr + UNIN_TOGGLE_REG);
235 tmpl = inl(toggle);
237 outl(toggle, tmpl);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_mib.c804 linux_debug(int syscall, int toggle, int global) argument
808 char c = toggle ? 0 : 0xff;
815 if (toggle)
834 int error, sysc, toggle; local
846 toggle = strtol(p, NULL, 0);
849 error = linux_debug(sysc, toggle, global);
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dcmd.c206 "my toggle is %d (cmd:0x%x)\n",
308 (mlx4_priv(dev)->cmd.toggle ==
370 (cmd->toggle << HCR_T_BIT) |
381 cmd->toggle = cmd->toggle ^ 1;
577 "t_bit=%d, toggle=0x%x\n", op, stat_err, status,
578 go_bit, t_bit, mlx4_priv(dev)->cmd.toggle);
1583 u16 param, u8 toggle)
1594 if (toggle != slave_state[slave].comm_toggle) {
1595 mlx4_warn(dev, "Incorrect toggle
1582 mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, u16 param, u8 toggle) argument
1722 int toggle; local
[all...]
H A Dmlx4.h575 u8 toggle; member in struct:mlx4_cmd
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dcommands.c522 * to by the arguments to the "toggle" command.
655 const char *name; /* name of toggle */
764 "(debugging) toggle printing of hexadecimal terminal data",
790 printf("%-15s toggle %s\n", c->name, c->help);
820 toggle(int argc, char *argv[])
828 "Need an argument to 'toggle' command. 'toggle ?' for help.\n");
837 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\n",
841 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\n",
878 { "echo", "character to toggle loca
818 toggle(int argc, char *argv[]) function
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c430 * to by the arguments to the "toggle" command.
574 char *name; /* name of toggle */
716 printf("%-15s toggle %s\r\n", c->name, c->help);
746 toggle(int argc, char *argv[])
754 "Need an argument to 'toggle' command. 'toggle ?' for help.\r\n");
763 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\r\n",
767 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\r\n",
802 { "echo", "character to toggle local echoing on/off", 0, &echoc },
1243 printf("Deprecated usage - please use 'toggle crmo
744 toggle(int argc, char *argv[]) function
[all...]

Completed in 225 milliseconds