Home
last modified time | relevance | path

Searched refs:hcc_params2 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-debugfs.c358 if (!(xhci->hcc_params2 & HCC2_CTC)) in xhci_port_write()
406 else if (xhci->hcc_params2 & HCC2_E2V2C) in xhci_portli_show()
H A Dxhci.h73 __le32 hcc_params2; /* xhci 1.1 */ member
1514 __u32 hcc_params2; member
H A Dxhci-mem.c1347 lec = xhci->hci_version > 0x100 && (xhci->hcc_params2 & HCC2_LEC); in xhci_get_endpoint_mult()
1436 if (usb_endpoint_is_hs_isoc_double(udev, ep) && !(xhci->hcc_params2 & HCC2_EUSB2_DIC)) { in xhci_endpoint_init()
H A Dxhci-hub.c1403 if (!(xhci->hcc_params2 & HCC2_CTC)) { in xhci_hub_control()
H A Dxhci.c5455 xhci->hcc_params2 = readl(&xhci->cap_regs->hcc_params2); in xhci_gen_setup()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h62 __le32 hcc_params2; member