Searched refs:uvtype (Results 1 – 3 of 3) sorted by relevance
12 static inline int uv(int uvtype) in uv() argument15 if (uvtype >= 0 && uvtype <= 30) in uv()16 return 1 << uvtype; in uv()28 extern int is_uv_hubbed(int uvtype);
81 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, in uv_bios_get_sn_info() argument94 if (uvtype) in uv_bios_get_sn_info()95 *uvtype = part.hub_version; in uv_bios_get_sn_info()
526 int is_uv_hubbed(int uvtype) in is_uv_hubbed() argument528 return (uv_hubbed_system & uvtype); in is_uv_hubbed()532 static int is_uv_hubless(int uvtype) in is_uv_hubless() argument534 return (uv_hubless_system & uvtype); in is_uv_hubless()