Home
last modified time | relevance | path

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

/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/include/
A Dusb.h114 unsigned int toggle[2]; member
378 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> ep) & 1)
379 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << ep))
380 #define usb_settoggle(dev, ep, out, bit) ((dev)->toggle[out] = \
381 ((dev)->toggle[out] & \
/u-boot/drivers/usb/host/
A Dehci-hcd.c361 uint32_t c, toggle; in ehci_submit_async() local
502 toggle = 1; in ehci_submit_async()
545 token = QT_TOKEN_DT(toggle) | in ehci_submit_async()
567 toggle ^= 1; in ehci_submit_async()
660 toggle = QT_TOKEN_GET_DT(qhtoken); in ehci_submit_async()
662 usb_pipeout(pipe), toggle); in ehci_submit_async()
1272 uint32_t i, toggle; in _ehci_create_int_queue() local
1364 QT_TOKEN_DT(toggle) | in _ehci_create_int_queue()
1380 toggle ^= 1; in _ehci_create_int_queue()
1432 uint32_t token, toggle; in _ehci_poll_int_queue() local
[all …]
A Dohci-hcd.c964 unsigned int toggle = 0; in td_submit_job() local
971 toggle = TD_T_TOGGLE; in td_submit_job()
973 toggle = TD_T_DATA0; in td_submit_job()
988 td_fill(ohci, info | (cnt? TD_T_TOGGLE:toggle), in td_submit_job()
994 td_fill(ohci, info | (cnt? TD_T_TOGGLE:toggle), data, in td_submit_job()
1033 TD_CC | TD_DP_OUT | toggle: in td_submit_job()
1034 TD_CC | TD_R | TD_DP_IN | toggle; in td_submit_job()
A Ddwc2.c821 int wait_for_chhltd(struct dwc2_hc_regs *hc_regs, uint32_t *sub, u8 *toggle) in wait_for_chhltd() argument
835 *toggle = (hctsiz & DWC2_HCTSIZ_PID_MASK) >> DWC2_HCTSIZ_PID_OFFSET; in wait_for_chhltd()
838 *toggle); in wait_for_chhltd()
/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.pl1826 my $toggle = 0;
1827 $toggle = 1 if ($sel eq '*');
1829 $selected{$i} = $toggle;
1861 my $toggle = 0;
1862 $toggle = 1 if ($str eq '*');
1864 $authored{$i} = $toggle;
1871 my $toggle = 0;
1872 $toggle = 1 if ($str eq '*');
1874 $signed{$i} = $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/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/doc/board/kontron/
A Dsl28.rst104 applied. Instead, the user has to either toggle the ``PWR_BTN#`` line or
/u-boot/common/
A Dusb.c679 dev->toggle[0] = 0; in usb_set_configuration()
680 dev->toggle[1] = 0; in usb_set_configuration()
/u-boot/arch/arm/dts/
A Dexynos5420-peach-pit.dts157 0x00 0xf1 0x03 /* HPD CP toggle enable */
A Drk3288-tinker.dtsi98 * 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/board/sbc8548/
A DREADME205 S1 Pwr toggle n/a n/a
/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 59 milliseconds