Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/cmd/
A Dlegacy_led.c22 void (*toggle)(void);/* Optional function for toggling LED */ member
123 if (led_commands[i].toggle) in do_legacy_led()
124 led_commands[i].toggle(); in do_legacy_led()
/u-boot/doc/device-tree-bindings/watchdog/
A Dgpio-wdt.txt11 - toggle: Toggle from high-to-low or low-to-high when resetting the watchdog.
23 hw_algo = "toggle";
/u-boot/doc/usage/cmd/
A Dgpio.rst11 gpio <input|set|clear|toggle> <pin>
32 gpio toggle
92 => gpio toggle a5
98 => gpio toggle a5
/u-boot/drivers/usb/host/
A Dehci-hcd.c379 uint32_t c, toggle; in ehci_submit_async() local
520 toggle = 1; in ehci_submit_async()
563 token = QT_TOKEN_DT(toggle) | in ehci_submit_async()
585 toggle ^= 1; in ehci_submit_async()
683 toggle = QT_TOKEN_GET_DT(qhtoken); in ehci_submit_async()
685 usb_pipeout(pipe), toggle); in ehci_submit_async()
1290 uint32_t i, toggle; in _ehci_create_int_queue() local
1382 QT_TOKEN_DT(toggle) | in _ehci_create_int_queue()
1398 toggle ^= 1; in _ehci_create_int_queue()
1450 uint32_t token, toggle; in _ehci_poll_int_queue() local
[all …]
A Dohci-hcd.c936 unsigned int toggle = 0; in td_submit_job() local
943 toggle = TD_T_TOGGLE; in td_submit_job()
945 toggle = TD_T_DATA0; in td_submit_job()
960 td_fill(ohci, info | (cnt? TD_T_TOGGLE:toggle), in td_submit_job()
966 td_fill(ohci, info | (cnt? TD_T_TOGGLE:toggle), data, in td_submit_job()
1005 TD_CC | TD_DP_OUT | toggle: in td_submit_job()
1006 TD_CC | TD_R | TD_DP_IN | toggle; in td_submit_job()
A Ddwc2.c812 int wait_for_chhltd(struct dwc2_hc_regs *hc_regs, uint32_t *sub, u8 *toggle) in wait_for_chhltd() argument
826 *toggle = (hctsiz & DWC2_HCTSIZ_PID_MASK) >> DWC2_HCTSIZ_PID_OFFSET; in wait_for_chhltd()
829 *toggle); in wait_for_chhltd()
/u-boot/include/
A Dusb.h117 unsigned int toggle[2]; member
382 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> ep) & 1)
383 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << ep))
384 #define usb_settoggle(dev, ep, out, bit) ((dev)->toggle[out] = \
385 ((dev)->toggle[out] & \
/u-boot/doc/device-tree-bindings/i2c/
A Di2c-gpio.txt17 between gpio-toggle operations. Speed [Hz] = 1000000 / 4 * udelay[us],
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dgpio.asl144 * local1 - to toggle Tx pin of Dw0
158 * local1 - to toggle Tx pin of Dw0
/u-boot/scripts/
A Dget_maintainer.pl1890 my $toggle = 0;
1891 $toggle = 1 if ($sel eq '*');
1893 $selected{$i} = $toggle;
1925 my $toggle = 0;
1926 $toggle = 1 if ($str eq '*');
1928 $authored{$i} = $toggle;
1935 my $toggle = 0;
1936 $toggle = 1 if ($str eq '*');
1938 $signed{$i} = $toggle;
A Dspelling.txt1477 toogle||toggle
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c41 u16 toggle = usb_gettoggle(dev, ep, dir_out); in write_toggle() local
46 if (!toggle) { in write_toggle()
55 csr |= (toggle << MUSB_TXCSR_H_DATATOGGLE_SHIFT); in write_toggle()
59 if (!toggle) { in write_toggle()
70 csr |= (toggle << MUSB_S_RXCSR_H_DATATOGGLE); in write_toggle()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-gpio.h246 bool toggle; member
A Dcvmx-bgxx-defs.h3150 u64 toggle : 1; member
3206 u64 toggle : 1; member
/u-boot/doc/
A DREADME.LED53 __led_toggle is called to toggle the current state of the LED.
A DREADME.mpc85xxcds87 After copying the image into the second bank of flash, be sure to toggle
/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.c174 u32 toggle; member
944 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl()
1483 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds()
1497 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds()
1504 qh->toggle = 0; in handle_done_ptds()
/u-boot/common/
A Dusb.c675 dev->toggle[0] = 0; in usb_set_configuration()
676 dev->toggle[1] = 0; in usb_set_configuration()
/u-boot/doc/board/kontron/
A Dsl28.rst123 applied. Instead, the user has to either toggle the ``PWR_BTN#`` line or
/u-boot/arch/arm/dts/
A Dexynos5420-peach-pit.dts157 0x00 0xf1 0x03 /* HPD CP toggle enable */
A Drk3288-tinker.dtsi100 * but it shouldn't hurt to toggle this pin there anyway.
A Dexynos5250-spring.dts634 0x00 0xf1 0x03 /* HPD CP toggle enable */
/u-boot/drivers/usb/musb-new/
A Dmusb_host.c1797 u8 toggle; in musb_schedule() local
1852 toggle = usb_gettoggle(urb->dev, qh->epnum, !is_in); in musb_schedule()
1856 toggle && (txtype == USB_ENDPOINT_XFER_ISOC)) in musb_schedule()
/u-boot/arch/sandbox/dts/
A Dtest.dts926 wdt-gpio-toggle {
930 hw_algo = "toggle";
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-cgx.h3887 u64 toggle : 1; member
3920 u64 toggle : 1; member
6138 u64 toggle : 1; member
6203 u64 toggle : 1; member

Completed in 111 milliseconds

12