Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootstage.c254 int recnum; in add_bootstages_devicetree() local
272 for (recnum = data->rec_count - 1, i = 0; recnum >= 0; recnum--, i++) { in add_bootstages_devicetree()
273 struct bootstage_record *rec = &data->record[recnum]; in add_bootstages_devicetree()