Home
last modified time | relevance | path

Searched refs:xhci_regs (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/usb/cdns3/
Dhost.c26 hccr = (struct xhci_hccr *)cdns->xhci_regs; in __cdns3_host_init()
27 hcor = (struct xhci_hcor *)(cdns->xhci_regs + in __cdns3_host_init()
Dcore.h75 void __iomem *xhci_regs; member
Dcore.c321 cdns->xhci_regs = dev_remap_addr_name(dev, "xhci"); in cdns3_probe()
322 if (!cdns->xhci_regs) in cdns3_probe()
/external/crosvm/devices/src/usb/xhci/
Dmod.rs18 mod xhci_regs; module
Dxhci_regs.rs427 let xhci_regs = XhciRegs { in init_xhci_mmio_space_and_regs() localVariable
531 (mmio, xhci_regs) in init_xhci_mmio_space_and_regs()
Dinterrupter.rs10 use super::xhci_regs::*;
Dxhci_controller.rs13 use crate::usb::xhci::xhci_regs::{init_xhci_mmio_space_and_regs, XhciRegs};
Dusb_hub.rs7 use super::xhci_regs::{
Dxhci_transfer.rs12 use super::xhci_regs::MAX_INTERRUPTER;
Dcommand_ring_controller.rs16 use super::xhci_regs::{valid_slot_id, MAX_SLOTS};
Dxhci.rs12 use super::xhci_regs::*;
Ddevice_slot.rs13 use super::xhci_regs::{valid_slot_id, MAX_PORTS, MAX_SLOTS};