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

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c140 uint16_t size, uint8_t bitpattern);
1357 * The bitpattern tells which bits are being modified, by setting these
1358 * bits in bitpattern to 1, e.g for fanspeed, bitpattern = 0x08, fanspeed
1364 uint16_t size, uint8_t bitpattern)
1388 * bit positions which does not appear in bitpattern.
1405 tp->i2c_rbuf[i] &= ~(bitpattern);
1410 (tp->i2c_wbuf[i] & bitpattern);
1363 pcf8574_write_chip(struct pcf8574_unit *unitp, uint16_t size, uint8_t bitpattern) argument

Completed in 94 milliseconds