Home
last modified time | relevance | path

Searched refs:maj_rev (Results 1 – 5 of 5) sorted by relevance

/drivers/crypto/caam/
Dctrl.c404 u8 maj_rev; in caam_get_era_from_hw() member
422 u8 maj_rev, era; in caam_get_era_from_hw() local
433 maj_rev = (id_ms & SECVID_MS_MAJ_REV_MASK) >> SECVID_MS_MAJ_REV_SHIFT; in caam_get_era_from_hw()
436 if (id[i].ip_id == ip_id && id[i].maj_rev == maj_rev) in caam_get_era_from_hw()
Dregs.h390 u8 maj_rev; member
/drivers/usb/host/
Dxhci-mem.c2326 rhub->maj_rev = major_revision; in xhci_add_in_port()
2331 port_cap->maj_rev = major_revision; in xhci_add_in_port()
2354 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
Dxhci.h1736 u8 maj_rev; member
1755 u8 maj_rev; member
Dxhci-hub.c69 if (xhci->port_caps[i].maj_rev == 0x03 && in xhci_create_usb3_bos_desc()