Searched refs:seeprom_bootstrap_read (Results 1 – 6 of 6) sorted by relevance
/netbsd/sys/dev/i2c/ |
H A D | at24cxxvar.h | 41 extern int seeprom_bootstrap_read(i2c_tag_t, int, int, int, u_int8_t *, size_t);
|
H A D | at24cxx.c | 406 seeprom_bootstrap_read(i2c_tag_t tag, int i2caddr, int offset, int devsize, in seeprom_bootstrap_read() function
|
/netbsd/sys/arch/evbarm/mpcsa/ |
H A D | mpcsa_machdep.c | 369 if (i2c && seeprom_bootstrap_read(i2c, 0x50, 0x00, 4096, in mpcsa_device_register()
|
/netbsd/sys/arch/evbarm/armadillo/ |
H A D | armadillo9_iic.c | 127 if (seeprom_bootstrap_read(&sc->sc_i2c, 0x50, 0x00, 128, in armadillo9iic_attach()
|
/netbsd/sys/arch/hpcarm/dev/ |
H A D | nbppcon.c | 102 rv = seeprom_bootstrap_read(sc->sc_tag, NVRAM_ADDR, 0x00, 128, in nbppcon_attach()
|
/netbsd/sys/dev/pci/ |
H A D | if_tl.c | 374 if (seeprom_bootstrap_read(&sc->sc_i2c, 0x50, 0x83, 256 /* 2kbit */, in tl_pci_attach()
|