Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/ts5500/
Dts5500.c33 #define TS5500_PRODUCT_CODE_ADDR 0x74 macro
125 if (!request_region(TS5500_PRODUCT_CODE_ADDR, 4, "ts5500")) in ts5500_detect_config()
128 sbc->id = inb(TS5500_PRODUCT_CODE_ADDR); in ts5500_detect_config()
152 release_region(TS5500_PRODUCT_CODE_ADDR, 4); in ts5500_detect_config()