Searched defs:SCL_VAL_IN (Results 1 - 2 of 2) sorted by relevance

/drivers/video/fbdev/intelfb/
H A Dintelfb_i2c.c47 #define SCL_VAL_IN 0x0010 macro
85 return ((val & SCL_VAL_IN) != 0);
/drivers/video/fbdev/i810/
H A Di810-i2c.c27 #define SCL_VAL_IN 0x0010 macro
76 return ((i810_readl(mmio, chan->ddc_base) & SCL_VAL_IN) != 0);

Completed in 59 milliseconds