Searched refs:version_type (Results 1 – 5 of 5) sorted by relevance
334 const char *version_type; in kempld_get_type_string() local338 version_type = "release"; in kempld_get_type_string()341 version_type = "debug"; in kempld_get_type_string()344 version_type = "custom"; in kempld_get_type_string()347 version_type = "unspecified"; in kempld_get_type_string()351 return version_type; in kempld_get_type_string()
918 u64 version_type; member990 if ((ep->version_type & MSIQ_TYPE_MASK) == 0) in pci_sun4v_dequeue_msi()993 type = (ep->version_type & MSIQ_TYPE_MASK) >> MSIQ_TYPE_SHIFT; in pci_sun4v_dequeue_msi()1007 ep->version_type &= ~MSIQ_TYPE_MASK; in pci_sun4v_dequeue_msi()
1143 u32 version_type; member
1403 dwc->version_type >= DWC31_VERSIONTYPE_EA01 && in __dwc3_gadget_start_isoc()1404 dwc->version_type <= DWC31_VERSIONTYPE_EA06))) { in __dwc3_gadget_start_isoc()
718 dwc->version_type = dwc3_readl(dwc->regs, DWC3_VER_TYPE); in dwc3_core_is_valid()