Home
last modified time | relevance | path

Searched refs:clocked (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/usb/host/
H A Dehci-atmel.c38 bool clocked; member
51 if (atmel_ehci->clocked) in atmel_start_clock()
56 atmel_ehci->clocked = true; in atmel_start_clock()
61 if (!atmel_ehci->clocked) in atmel_stop_clock()
66 atmel_ehci->clocked = false; in atmel_stop_clock()
H A Dohci-at91.c56 bool clocked; member
75 if (ohci_at91->clocked) in at91_start_clock()
82 ohci_at91->clocked = true; in at91_start_clock()
87 if (!ohci_at91->clocked) in at91_stop_clock()
93 ohci_at91->clocked = false; in at91_stop_clock()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dmicrochip,pic32-dmt.txt4 malfunction. It is a free-running instruction fetch timer, which is clocked
/openbmc/u-boot/drivers/usb/gadget/
H A Dat91_udc.c378 if (ep->udc->clocked) { in at91_ep_disable()
551 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
601 if (!to_udc(gadget)->clocked) in at91_get_frame()
616 if (!udc->clocked || !udc->suspended) in at91_wakeup()
706 if (udc->clocked) in clk_on()
708 udc->clocked = 1; in clk_on()
713 if (!udc->clocked) in clk_off()
715 udc->clocked = 0; in clk_off()
1205 if (!udc->clocked) { in at91_udc_irq()
H A Dat91_udc.h122 unsigned clocked:1; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-beagle-ab4.dts35 /* Always clocked by secure_32k_fck */
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-timer-stm32116 attribute and the counter is clocked by the internal clock.
142 attribute and the counter is clocked by the connected trigger
/openbmc/linux/drivers/usb/gadget/udc/
H A Dat91_udc.c200 if (!udc->clocked) { in proc_udc_show()
567 if (ep->udc->clocked) { in at91_ep_disable()
745 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
795 if (!to_udc(gadget)->clocked) in at91_get_frame()
809 if (!udc->clocked || !udc->suspended) in at91_wakeup()
900 if (udc->clocked) in clk_on()
902 udc->clocked = 1; in clk_on()
910 if (!udc->clocked) in clk_off()
912 udc->clocked = 0; in clk_off()
1405 if (!udc->clocked) { in at91_udc_irq()
H A Dlpc32xx_udc.c164 bool clocked; member
949 if (udc->clocked) in udc_clk_set()
952 udc->clocked = 1; in udc_clk_set()
955 if (!udc->clocked) in udc_clk_set()
958 udc->clocked = 0; in udc_clk_set()
1553 if (!udc->clocked) in pullup()
2413 if (!udc->clocked) in lpc32xx_get_frame()
2926 if (udc->clocked) { in lpc32xx_stop()
3080 udc->clocked = 1; in lpc32xx_udc_probe()
3206 if (udc->clocked) { in lpc32xx_udc_suspend()
[all …]
H A Dat91_udc.h128 unsigned clocked:1; member
H A Datmel_usba_udc.h345 bool clocked; member
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,arizona.yaml77 wlf,max-channels-clocked:
79 The maximum number of channels to be clocked on each AIF, useful for
H A Dcirrus,madera.yaml86 cirrus,max-channels-clocked:
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dnxp,tpm-timer.yaml16 are clocked by an asynchronous clock that can remain enabled in low
/openbmc/linux/Documentation/peci/
H A Dpeci.rst29 physical layer is a self-clocked one-wire bus signal that begins each
/openbmc/linux/Documentation/input/devices/
H A Damijoy.rst101 are loaded from the MDAT serial stream and are clocked in on
123 clocked by 2 of the signals input from the mouse serial
/openbmc/linux/Documentation/devicetree/bindings/devfreq/
H A Dnvidia,tegra30-actmon.yaml17 which the external memory needs to be clocked in order to serve all requests
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dti,lmk04832.yaml75 Re-clocked 1
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddc-glossary.rst50 raw stream of pixels, clocked at pixel clock
/openbmc/linux/Documentation/core-api/
H A Dkernel-api.rst374 disabled in software. Sections of chips that are powered but not clocked
378 mostly used by clocked state changes.
/openbmc/u-boot/doc/
H A DREADME.iomux74 On a slow machine, such as MPC852T clocked at 66MHz, the overhead associated
/openbmc/linux/drivers/clk/
H A DKconfig88 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each.
98 multi-function device has one fixed-rate oscillator, clocked
278 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dnvidia,tegra186-mc.yaml67 which the external memory is clocked and a remote procedure call that
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dcirrus,madera.yaml272 cirrus,max-channels-clocked = <2 0 0>;
/openbmc/linux/Documentation/networking/
H A Dphy.rst241 This is serial MII, clocked at 125MHz, supporting 100M and 10M speeds.
251 remote end. This does not include "up-clocked" variants such as 2.5Gbps
255 This defines a variant of 1000BASE-X which is clocked 2.5 times as fast
266 receipt. This does not include "up-clocked" variants such as 2.5Gbps

12