Lines Matching refs:time_scale
1024 u8 time_base, time_scale; in dvsec_cxl_gpf_device() local
1028 time_scale = BITS(w, 8, 4); in dvsec_cxl_gpf_device()
1030 switch (time_scale) in dvsec_cxl_gpf_device()
1048 printf("\t\tReserved time scale encoding %x\n", time_scale); in dvsec_cxl_gpf_device()
1053 (time_scale < PCI_CXL_GPF_DEV_1MS) ? "us": in dvsec_cxl_gpf_device()
1054 (time_scale < PCI_CXL_GPF_DEV_1S) ? "ms" : in dvsec_cxl_gpf_device()
1055 (time_scale <= PCI_CXL_GPF_DEV_10S) ? "s" : "<?>"); in dvsec_cxl_gpf_device()
1065 u8 time_base, time_scale; in dvsec_cxl_gpf_port() local
1069 time_scale = BITS(w, 8, 4); in dvsec_cxl_gpf_port()
1071 switch (time_scale) in dvsec_cxl_gpf_port()
1089 printf("\t\tReserved time scale encoding %x\n", time_scale); in dvsec_cxl_gpf_port()
1094 (time_scale < PCI_CXL_GPF_PORT_1MS) ? "us": in dvsec_cxl_gpf_port()
1095 (time_scale < PCI_CXL_GPF_PORT_1S) ? "ms" : in dvsec_cxl_gpf_port()
1096 (time_scale <= PCI_CXL_GPF_PORT_10S) ? "s" : "<?>"); in dvsec_cxl_gpf_port()
1100 time_scale = BITS(w, 8, 4); in dvsec_cxl_gpf_port()
1102 switch (time_scale) in dvsec_cxl_gpf_port()
1120 printf("\t\tReserved time scale encoding %x\n", time_scale); in dvsec_cxl_gpf_port()
1125 (time_scale < PCI_CXL_GPF_PORT_1MS) ? "us": in dvsec_cxl_gpf_port()
1126 (time_scale < PCI_CXL_GPF_PORT_1S) ? "ms" : in dvsec_cxl_gpf_port()
1127 (time_scale <= PCI_CXL_GPF_PORT_10S) ? "s" : "<?>"); in dvsec_cxl_gpf_port()