Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/caam/
Dctrl.c402 u8 maj_rev; in caam_get_era_from_hw() member
420 u8 maj_rev, era; in caam_get_era_from_hw() local
431 maj_rev = (id_ms & SECVID_MS_MAJ_REV_MASK) >> SECVID_MS_MAJ_REV_SHIFT; in caam_get_era_from_hw()
434 if (id[i].ip_id == ip_id && id[i].maj_rev == maj_rev) in caam_get_era_from_hw()
Dregs.h387 u8 maj_rev; member
/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c2155 rhub->maj_rev = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()
2177 port_cap->maj_rev = major_revision; in xhci_add_in_port()
2228 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
Dxhci.h1710 u8 maj_rev; member
1729 u8 maj_rev; member
Dxhci-hub.c69 if (xhci->port_caps[i].maj_rev == 0x03 && in xhci_create_usb3_bos_desc()