Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c216 int instance = PCF8591_MINOR_TO_DEVINST(minor); in pcf8591_open()
262 int instance = PCF8591_MINOR_TO_DEVINST(minor); in pcf8591_close()
297 int instance = PCF8591_MINOR_TO_DEVINST(minor); in pcf8591_io()
522 int instance = PCF8591_MINOR_TO_DEVINST(minor); in pcf8591_ioctl()
898 instance = PCF8591_MINOR_TO_DEVINST(getminor(dev)); in pcf8591_info()
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h52 #define PCF8591_MINOR_TO_DEVINST(x) (((x) & 0x700) >> 8) macro