Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c1024 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()
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()
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()
1094 (time_scale < PCI_CXL_GPF_PORT_1MS) ? "us": in dvsec_cxl_gpf_port()
1100 time_scale = BITS(w, 8, 4); in dvsec_cxl_gpf_port()
[all …]