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

/freebsd-10.1-release/sys/dev/bktr/
H A Dbktr_card.c172 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
184 (u_char)(128 / EEPROMBLOCKSIZE), /* 128 bytes */
208 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
232 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
268 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
390 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
457 max = (int)(bktr->card.eepromSize * EEPROMBLOCKSIZE);
696 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
714 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
721 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
[all...]
H A Dbktr_reg.h413 #define EEPROMBLOCKSIZE 32 macro
423 u_char eepromSize; /* bytes / EEPROMBLOCKSIZE */

Completed in 102 milliseconds