/external/coreboot/payloads/libpayload/drivers/usb/ |
D | uhci_rh.c | 52 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)); in uhci_rh_port_status_changed() local 64 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)); in uhci_rh_port_connected() local 71 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)); in uhci_rh_port_enabled() local 78 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)); in uhci_rh_port_speed() local 87 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)) & ~PORTSC_SUSP; in uhci_rh_enable_port() local 96 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)); in uhci_rh_disable_port() local 104 const u16 portsc = uhci_reg_read16(dev->controller, PORTSC(port)) & ~PORTSC_PR; in uhci_rh_reset_port() local
|
D | xhci_rh.c | 51 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_status_changed() local 63 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_connected() local 72 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_in_reset() local 81 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_enabled() local 90 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_port_speed() local 105 volatile u32 *const portsc = &xhci->opreg->prs[port - 1].portsc; in xhci_rh_reset_port() local 126 volatile u32 *const portsc = in xhci_rh_enable_port() local
|
D | ehci_private.h | 81 portsc_t portsc[0]; member
|
D | xhci_private.h | 413 u32 portsc; /* 0x400 + 4 * port */ member
|
/external/coreboot/src/soc/intel/broadwell/pch/ |
D | usb_xhci.c | 33 u8 *portsc = mem_base + XHCI_USB3_PORTSC(port); in usb_xhci_reset_status_usb3() local 44 u8 *portsc = mem_base + XHCI_USB3_PORTSC(port); in usb_xhci_reset_port_usb3() local 92 u8 *portsc = mem_base + XHCI_USB3_PORTSC(port); in usb_xhci_reset_usb3() local
|
/external/coreboot/src/southbridge/intel/lynxpoint/ |
D | usb_xhci.c | 56 u8 *portsc = mem_base + XHCI_USB3_PORTSC(port); in usb_xhci_reset_status_usb3() local 67 u8 *portsc = mem_base + XHCI_USB3_PORTSC(port); in usb_xhci_reset_port_usb3() local 119 u8 *portsc = mem_base + XHCI_USB3_PORTSC(port); in usb_xhci_reset_usb3() local
|
/external/coreboot/src/soc/amd/common/block/xhci/ |
D | elog.c | 22 uint32_t portsc = read32p(base + i * PORTSC_STRIDE); in xhci_port_wake_check() local
|
/external/crosvm/devices/src/usb/xhci/ |
D | xhci_regs.rs | 159 pub portsc: Vec<Register<u32>>, field 333 let portsc = register_array!( in init_xhci_mmio_space_and_regs() localVariable
|
D | usb_hub.rs | 68 portsc: Register<u32>, field
|
/external/coreboot/src/drivers/usb/ |
D | ehci_debug.c | 370 u32 portsc; in ehci_reset_port() local 428 u32 cmd, ctrl, status, portsc, hcs_params; in usbdebug_init_() local
|
/external/coreboot/payloads/libpayload/drivers/udc/ |
D | chipidea_priv.h | 46 uint32_t portsc; // 0x174 member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 109464 __le32 portsc; member 109658 u32 portsc; member 109929 __le32 portsc; member
|
D | vmlinux_518.h | 109464 __le32 portsc; member 109658 u32 portsc; member 109929 __le32 portsc; member
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 58860 __le32 portsc; member 59054 u32 portsc; member
|
D | vmlinux.h | 58860 __le32 portsc; member 59054 u32 portsc; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 108822 __le32 portsc; member 109062 u32 portsc; member
|
D | vmlinux.h | 108822 __le32 portsc; member 109062 u32 portsc; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 52267 __le32 portsc; member 135936 u32 portsc; member
|
D | vmlinux.h | 52267 __le32 portsc; member 135936 u32 portsc; member
|