| /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/doc/device-tree-bindings/watchdog/ |
| A D | gpio-wdt.txt | 11 - toggle: Toggle from high-to-low or low-to-high when resetting the watchdog. 23 hw_algo = "toggle";
|
| /u-boot/doc/usage/cmd/ |
| A D | gpio.rst | 11 gpio <input|set|clear|toggle> <pin> 32 gpio toggle 92 => gpio toggle a5 98 => gpio toggle a5
|
| /u-boot/drivers/usb/host/ |
| A D | ehci-hcd.c | 379 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 D | ohci-hcd.c | 936 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 D | dwc2.c | 812 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 D | usb.h | 117 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 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 | 1890 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 D | spelling.txt | 1477 toogle||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/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-helper-gpio.h | 246 bool toggle; member
|
| A D | cvmx-bgxx-defs.h | 3150 u64 toggle : 1; member 3206 u64 toggle : 1; member
|
| /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/drivers/usb/isp1760/ |
| A D | isp1760-hcd.c | 174 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 D | usb.c | 675 dev->toggle[0] = 0; in usb_set_configuration() 676 dev->toggle[1] = 0; in usb_set_configuration()
|
| /u-boot/doc/board/kontron/ |
| A D | sl28.rst | 123 applied. Instead, the user has to either toggle the ``PWR_BTN#`` line or
|
| /u-boot/arch/arm/dts/ |
| A D | exynos5420-peach-pit.dts | 157 0x00 0xf1 0x03 /* HPD CP toggle enable */
|
| A D | rk3288-tinker.dtsi | 100 * 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/arch/sandbox/dts/ |
| A D | test.dts | 926 wdt-gpio-toggle { 930 hw_algo = "toggle";
|
| /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
|