Home
last modified time | relevance | path

Searched refs:autoinc (Results 1 – 6 of 6) sorted by relevance

/titanic_41/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()
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c613 int autoinc; in npi_fflp_fcram_entry_write() local
629 autoinc = 0; in npi_fflp_fcram_entry_write()
643 autoinc = 1; in npi_fflp_fcram_entry_write()
657 autoinc = 1; in npi_fflp_fcram_entry_write()
668 addr.bits.ldw.autoinc = autoinc; in npi_fflp_fcram_entry_write()
711 int subarea, autoinc; in npi_fflp_fcram_entry_read() local
724 autoinc = 0; in npi_fflp_fcram_entry_read()
736 autoinc = 1; in npi_fflp_fcram_entry_read()
750 autoinc = 1; in npi_fflp_fcram_entry_read()
762 addr.bits.ldw.autoinc = autoinc; in npi_fflp_fcram_entry_read()
/titanic_41/usr/src/cmd/mailx/misc/
H A DMail.rc31 unset showname autoinc
H A Dmailx.rc34 set autoinc
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1036 uint32_t autoinc:1; member
1040 uint32_t autoinc:1;
/titanic_41/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()