Home
last modified time | relevance | path

Searched refs:OHCI_INTR_RHSC (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dohci-hub.c116 ohci_writel(ohci, OHCI_INTR_RHSC | OHCI_INTR_RD, in ohci_rh_suspend()
355 OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
361 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
417 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
444 if (ohci_readl(ohci, &ohci->regs->intrenable) & OHCI_INTR_RHSC) in ohci_root_hub_state_changes()
455 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
497 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrstatus); in ohci_hub_status_data()
499 OHCI_INTR_RHSC; in ohci_hub_status_data()
H A Dohci-hcd.c59 (OHCI_INTR_MIE | OHCI_INTR_RHSC | OHCI_INTR_UE \
928 if (ints & OHCI_INTR_RHSC) { in ohci_irq()
931 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
942 ohci_writel(ohci, OHCI_INTR_RHSC, &regs->intrdisable); in ohci_irq()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dohci-hub.c116 ohci_writel(ohci, OHCI_INTR_RHSC | OHCI_INTR_RD, in ohci_rh_suspend()
355 OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
361 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
417 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
444 if (ohci_readl(ohci, &ohci->regs->intrenable) & OHCI_INTR_RHSC) in ohci_root_hub_state_changes()
455 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
497 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrstatus); in ohci_hub_status_data()
499 OHCI_INTR_RHSC; in ohci_hub_status_data()
H A Dohci-hcd.c59 (OHCI_INTR_MIE | OHCI_INTR_RHSC | OHCI_INTR_UE \
928 if (ints & OHCI_INTR_RHSC) { in ohci_irq()
931 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
942 ohci_writel(ohci, OHCI_INTR_RHSC, &regs->intrdisable); in ohci_irq()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dohci-hub.c116 ohci_writel(ohci, OHCI_INTR_RHSC | OHCI_INTR_RD, in ohci_rh_suspend()
355 OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
361 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
417 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
444 if (ohci_readl(ohci, &ohci->regs->intrenable) & OHCI_INTR_RHSC) in ohci_root_hub_state_changes()
455 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
497 ohci_writel(ohci, OHCI_INTR_RHSC, &ohci->regs->intrstatus); in ohci_hub_status_data()
499 OHCI_INTR_RHSC; in ohci_hub_status_data()
H A Dohci-hcd.c59 (OHCI_INTR_MIE | OHCI_INTR_RHSC | OHCI_INTR_UE \
928 if (ints & OHCI_INTR_RHSC) { in ohci_irq()
931 ohci_writel(ohci, OHCI_INTR_RD | OHCI_INTR_RHSC, in ohci_irq()
942 ohci_writel(ohci, OHCI_INTR_RHSC, &regs->intrdisable); in ohci_irq()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1470 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1512 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1470 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1512 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1470 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1512 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ in ohci_pci_register_types()
289 ohci_set_interrupt(s, OHCI_INTR_RHSC);
314 ohci_set_interrupt(s, OHCI_INTR_RHSC);
327 intr = OHCI_INTR_RHSC;
1494 ohci_set_interrupt(ohci, OHCI_INTR_RHSC);
1536 ohci_set_interrupt(ohci, OHCI_INTR_RHSC);
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1494 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1536 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1494 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1536 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1470 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1512 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-ohci.c173 #define OHCI_INTR_RHSC (1U<<6) /* Root hub status change */ macro
289 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
314 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
327 intr = OHCI_INTR_RHSC; in ohci_wakeup()
1494 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1536 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c207 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1324 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1331 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1379 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/powerpc/cpu/ppc4xx/
H A Dusb_ohci.c210 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1329 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1336 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1384 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc5xxx/
H A Dusb_ohci.c226 (mask & OHCI_INTR_RHSC) ? " RHSC" : "", in ohci_dump_intr_mask()
1441 OHCI_INTR_UE | OHCI_INTR_FNO | OHCI_INTR_RHSC | in hc_start()
1448 mask = OHCI_INTR_RHSC | OHCI_INTR_UE | OHCI_INTR_WDH | OHCI_INTR_SO; in hc_start()
1497 if (ints & OHCI_INTR_RHSC) { in hc_interrupt()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dusb_ohci.h216 #define OHCI_INTR_RHSC (1 << 6) /* root hub status change */ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dusb_ohci.h216 #define OHCI_INTR_RHSC (1 << 6) /* root hub status change */ macro

12345678910