Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sys/i2c/clients/
H A Dtda8444_impl.h50 #define TDA8444_MINOR_TO_CHANNEL(x) (x & 0x00f) macro
/titanic_44/usr/src/uts/sun4u/io/i2c/clients/
H A Dtda8444.c353 int channel = TDA8444_MINOR_TO_CHANNEL(*devp); in tda8444_open()
400 int channel = TDA8444_MINOR_TO_CHANNEL(dev); in tda8444_close()
443 int channel = TDA8444_MINOR_TO_CHANNEL(getminor(dev)); in tda8444_io()