Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dintel_vsec.h16 #define INTEL_DVSEC_SIZE 0xB macro
/linux/drivers/platform/x86/intel/
H A Dvsec.c271 pci_read_config_byte(pdev, pos + INTEL_DVSEC_SIZE, &header.entry_size); in intel_vsec_walk_dvsec()
319 pci_read_config_byte(pdev, pos + INTEL_DVSEC_SIZE, &header.entry_size); in intel_vsec_walk_vsec()
/linux/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c190 header.entry_size = readb(dvsec + INTEL_DVSEC_SIZE); in pmc_add_pmt()