Searched refs:SNECR_EEP_DI (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/snc/
H A Dif_sncreg.h97 #define SNECR_EEP_DI 0x10 /* EEPROM Serial Data Input (high) */ macro
H A Ddp83932subr.c718 SNECR_EEP_CS | SNECR_EEP_DI);
722 SNECR_EEP_CS | SNECR_EEP_SK | SNECR_EEP_DI);
726 SNECR_EEP_CS | SNECR_EEP_DI);
730 SNECR_EEP_CS | SNECR_EEP_SK | SNECR_EEP_DI);
743 ((n & bit) ? SNECR_EEP_DI : 0x00));
748 ((n & bit) ? SNECR_EEP_DI : 0x00));

Completed in 102 milliseconds