Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/i2c/clients/
H A Dtda8444.c152 instance = TDA8444_MINOR_TO_DEVINST(dev); in tda8444_info()
352 int instance = TDA8444_MINOR_TO_DEVINST(*devp); in tda8444_open()
399 int instance = TDA8444_MINOR_TO_DEVINST(dev); in tda8444_close()
442 int instance = TDA8444_MINOR_TO_DEVINST(getminor(dev)); in tda8444_io()
/titanic_44/usr/src/uts/sun4u/sys/i2c/clients/
H A Dtda8444_impl.h49 #define TDA8444_MINOR_TO_DEVINST(x) ((x & 0xf00) >> 8) macro