Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dhdaps.c31 #define HDAPS_NR_PORTS 0x30 /* number of ports: 0x1600 - 0x162f */ macro
541 if (!request_region(HDAPS_LOW_PORT, HDAPS_NR_PORTS, "hdaps")) { in hdaps_init()
601 release_region(HDAPS_LOW_PORT, HDAPS_NR_PORTS); in hdaps_init()
613 release_region(HDAPS_LOW_PORT, HDAPS_NR_PORTS); in hdaps_exit()