Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Denvctrl_targets.c968 int autoinc, int amode, int aenable, uint8_t *buf, int size) in ehc_read_pcf8591() argument
987 control = ((aenable << 6) | (amode << 4) | (autoinc << 2) | channel); in ehc_read_pcf8591()
1088 int autoinc, int amode, int aenable, uint8_t *buf, int size) in ehc_write_pcf8591() argument
1096 control = ((aenable << 6) | (amode << 4) | (autoinc << 2) | channel); in ehc_write_pcf8591()
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c3991 int autoinc, int amode, int aenable, uint8_t *buf, int size) in eHc_read_pcf8591() argument
4010 control = ((aenable << 6) | (amode << 4) | (autoinc << 2) | channel); in eHc_read_pcf8591()