Home
last modified time | relevance | path

Searched refs:PORT_OCC (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/usb/
H A Dehci_def.h160 #define PORT_OCC (1<<5) /* over current change */ macro
166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/usb/
H A Dehci_def.h160 #define PORT_OCC (1<<5) /* over current change */ macro
166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/usb/
H A Dehci_def.h160 #define PORT_OCC (1<<5) /* over current change */ macro
166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.h85 #define PORT_OCC (1<<5) macro
91 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
609 status = PORT_OCC; in xhci_clear_port_change_bit()
1134 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()
1339 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1643 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
984 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()
1016 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
609 status = PORT_OCC; in xhci_clear_port_change_bit()
1134 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()
1339 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1643 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
984 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()
1016 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
609 status = PORT_OCC; in xhci_clear_port_change_bit()
1134 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()
1339 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1643 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
984 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()
1016 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/host/
H A Dxhci.c613 status = PORT_OCC; in xhci_clear_port_change_bit()
798 if (reg & PORT_OCC) in xhci_submit_root()

1234567