Searched refs:PCF8574_BIT_READ_MASK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h39 * PCF8574_BIT_READ_MASK takes in a byte from the device and the bit that
43 #define PCF8574_BIT_READ_MASK(byte, bit) ((byte >> bit) & 0x01) macro
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c405 ioctl_bit.bit_value = (boolean_t)PCF8574_BIT_READ_MASK(byte,
631 key_locked_bit = (boolean_t)PCF8574_BIT_READ_MASK(byte,
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8574.c393 ioctl_bit.bit_value = (boolean_t)PCF8574_BIT_READ_MASK(byte,

Completed in 102 milliseconds