/u-boot/cmd/ |
A D | legacy_led.c | 22 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 D | usb.h | 114 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 D | ehci-hcd.c | 361 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 D | ohci-hcd.c | 964 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 D | dwc2.c | 821 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 D | i2c-gpio.txt | 17 between gpio-toggle operations. Speed [Hz] = 1000000 / 4 * udelay[us],
|
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/ |
A D | gpio.asl | 144 * local1 - to toggle Tx pin of Dw0 158 * local1 - to toggle Tx pin of Dw0
|
/u-boot/scripts/ |
A D | get_maintainer.pl | 1826 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 D | musb_hcd.c | 41 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 D | README.LED | 53 __led_toggle is called to toggle the current state of the LED.
|
A D | README.mpc85xxcds | 87 After copying the image into the second bank of flash, be sure to toggle
|
/u-boot/doc/board/kontron/ |
A D | sl28.rst | 104 applied. Instead, the user has to either toggle the ``PWR_BTN#`` line or
|
/u-boot/common/ |
A D | usb.c | 679 dev->toggle[0] = 0; in usb_set_configuration() 680 dev->toggle[1] = 0; in usb_set_configuration()
|
/u-boot/arch/arm/dts/ |
A D | exynos5420-peach-pit.dts | 157 0x00 0xf1 0x03 /* HPD CP toggle enable */
|
A D | rk3288-tinker.dtsi | 98 * but it shouldn't hurt to toggle this pin there anyway.
|
A D | exynos5250-spring.dts | 634 0x00 0xf1 0x03 /* HPD CP toggle enable */
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_host.c | 1797 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 D | README | 205 S1 Pwr toggle n/a n/a
|
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-cgx.h | 3887 u64 toggle : 1; member 3920 u64 toggle : 1; member 6138 u64 toggle : 1; member 6203 u64 toggle : 1; member
|