Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c490 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_getinfo()
498 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_getinfo()
623 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_open()
695 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_close()
825 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_read()
988 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_write()
1258 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_ioctl()
1336 instance = HECI_MINOR_TO_INSTANCE(minor); in heci_poll()
H A Dheci_data_structures.h136 #define HECI_MINOR_TO_INSTANCE(x) ((x) & 0xFF) macro