Searched refs:version_type (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mfd/
H A Dkempld-core.c342 const char *version_type; kempld_get_type_string() local
346 version_type = "release"; kempld_get_type_string()
349 version_type = "debug"; kempld_get_type_string()
352 version_type = "custom"; kempld_get_type_string()
355 version_type = "unspecified"; kempld_get_type_string()
359 return version_type; kempld_get_type_string()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci_sun4v.c610 u64 version_type; member in struct:pci_sun4v_msiq_entry
682 if ((ep->version_type & MSIQ_TYPE_MASK) == 0) pci_sun4v_dequeue_msi()
685 type = (ep->version_type & MSIQ_TYPE_MASK) >> MSIQ_TYPE_SHIFT; pci_sun4v_dequeue_msi()
699 ep->version_type &= ~MSIQ_TYPE_MASK; pci_sun4v_dequeue_msi()

Completed in 96 milliseconds