Home
last modified time | relevance | path

Searched refs:imod (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Da32-uncond.decode39 &cps mode imod M A I F
43 CPS 1111 0001 0000 imod:2 M:1 0 0000 000 A:1 I:1 F:1 0 mode:5 \
H A Dt16.decode36 &cps !extern mode imod M A I F
207 %imod 4:1 !function=plus_2
211 CPS 1011 0110 011 . 0 A:1 I:1 F:1 &cps mode=0 M=0 %imod
H A Dt32.decode47 &cps !extern mode imod M A I F
383 # If imod == '00' && M == '0' then SEE "Hint instructions", above.
384 CPS 1111 0011 1010 1111 1000 0 imod:2 M:1 A:1 I:1 F:1 mode:5 \
H A Dtranslate.c8637 if (a->imod & 2) { in trans_CPS()
8647 if (a->imod & 1) { in trans_CPS()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dusb-xhci.yaml28 imod-interval-ns:
H A Dhisilicon,histb-xhci.txt28 - imod-interval-ns: default interrupt moderation interval is 40000ns
H A Dmediatek,mtk-xhci.yaml121 imod-interval-ns:
210 imod-interval-ns = <10000>;
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h156 uint32_t imod; member
H A Dhcd-xhci.c2724 xhci->intr[i].imod = 0; in xhci_reset()
3040 ret = intr->imod; in xhci_runtime_read()
3090 intr->imod = val; in xhci_runtime_write()
3577 VMSTATE_UINT32(imod, XHCIInterrupter),
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3391 u32 val, imod; in tegra_xudc_device_params_init() local
3479 imod = XUDC_INTERRUPT_MODERATION_US * 4; in tegra_xudc_device_params_init()
3482 val |= (RT_IMOD_IMODI(imod) | RT_IMOD_IMODC(imod)); in tegra_xudc_device_params_init()