Searched refs:MAX_TLV_DEVICES (Results 1 – 1 of 1) sorted by relevance
28 #define MAX_TLV_DEVICES 2 macro50 static struct udevice *tlv_devices[MAX_TLV_DEVICES];505 if (devnum > MAX_TLV_DEVICES || !tlv_devices[devnum]) { in do_tlv_eeprom()890 for (dev = 0; dev < MAX_TLV_DEVICES; dev++) in show_tlv_devices()907 if (count_dev >= MAX_TLV_DEVICES) in find_tlv_devices()916 struct udevice *local_tlv_devices[MAX_TLV_DEVICES] = {}; in find_tlv_device_by_index()943 if (dev_num >= MAX_TLV_DEVICES) in read_tlv_eeprom()
Completed in 4 milliseconds