Searched refs:eHc_envcunit (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/tazmo/io/ |
H A D | envctrl.c | 349 struct eHc_envcunit { struct 360 static int eHc_write_tda8444(struct eHc_envcunit *, int, int, int, uint8_t *, argument 362 static int eHc_read_pcf8591(struct eHc_envcunit *, int, int, int, int, int, 364 static int eHc_read_pcf8574a(struct eHc_envcunit *, int, uint8_t *, int); 365 static int eHc_write_pcf8574a(struct eHc_envcunit *, int, uint8_t *, int); 366 static int eHc_read_pcf8574(struct eHc_envcunit *, int, uint8_t *, int); 367 static int eHc_write_pcf8574(struct eHc_envcunit *, int, uint8_t *, int); 368 static int eHc_read_lm75(struct eHc_envcunit *, int, uint8_t *, int); 369 static int eHc_write_pcf8583(struct eHc_envcunit *, int, uint8_t *, int); 371 static int eHc_start_pcf8584(struct eHc_envcunit *, uint8_t); [all …]
|