Searched refs:sec_type (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pci/
H A Dpciconf.c220 enum {NONE, PCI, LDT} sec_type; local
227 sec_type = NONE;
233 sec_type = offset == 0 ? PCI : LDT;
241 if (offset != 0) sec_type = LDT;
245 if (sec_type == NONE)
248 if (sec_type == LDT && offset != 0) {
286 if (sec_type == LDT)

Completed in 40 milliseconds