Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dboard.h150 int nlm_board_eeprom_read(int node, int i2cbus, int addr, int offs,
H A Dboard_eeprom.c96 nlm_board_eeprom_read(int node, int bus, int addr, int offs, uint8_t *buf, in nlm_board_eeprom_read() function
H A Dboard.c393 rv = nlm_board_eeprom_read(node, EEPROM_I2CBUS, EEPROM_I2CADDR, 0, b, in nlm_setup_xlp_board()