Home
last modified time | relevance | path

Searched refs:AT24C512_IO_LIMIT (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_at24_eeprom.c40 if (count > AT24C512_IO_LIMIT) in at24_eeprom_read()
41 len = AT24C512_IO_LIMIT; in at24_eeprom_read()
H A Dopae_at24_eeprom.h7 #define AT24C512_IO_LIMIT 128 macro