Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/ts5500/
H A Dts5500.c27 #define TS5500_PRODUCT_CODE_ADDR 0x74 macro
119 if (!request_region(TS5500_PRODUCT_CODE_ADDR, 4, "ts5500")) in ts5500_detect_config()
122 sbc->id = inb(TS5500_PRODUCT_CODE_ADDR); in ts5500_detect_config()
146 release_region(TS5500_PRODUCT_CODE_ADDR, 4); in ts5500_detect_config()