HomeSort by: relevance | last modified time | path
    Searched refs:EEPROMBLOCKSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_card.c 178 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
190 (u_char)(128 / EEPROMBLOCKSIZE), /* 128 bytes */
214 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
238 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
274 (u_char)(256 / EEPROMBLOCKSIZE), /* 256 bytes */
403 xmax = (int)(bktr->card.eepromSize * EEPROMBLOCKSIZE);
636 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
656 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
663 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
671 bktr->card.eepromSize = (u_char)(256 / EEPROMBLOCKSIZE);
    [all...]
bktr_reg.h 366 #define EEPROMBLOCKSIZE 32
376 u_char eepromSize; /* bytes / EEPROMBLOCKSIZE */

Completed in 21 milliseconds