Home
last modified time | relevance | path

Searched refs:readEEProm (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/bktr/
HDbktr_card.c445 readEEProm( bktr_ptr_t bktr, int offset, int count, u_char *data ) in readEEProm() function
698 readEEProm(bktr, 0, 256, (u_char *) &eeprom ); in probeCard()
825 readEEProm(bktr, 0, 128, (u_char *) &eeprom ); in probeCard()
1033 readEEProm(bktr, 0, 128, (u_char *) &eeprom ); in probeCard()
1166 readEEProm(bktr, 0, 128, (u_char *) &eeprom ); in probeCard()
HDbktr_card.h93 int readEEProm( bktr_ptr_t bktr, int offset, int count, u_char *data );
HDbktr_core.c2228 if ( readEEProm( bktr, offset, count, buf ) < 0 )