Home
last modified time | relevance | path

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

/pciutils/lib/
H A Demulated.c35 baseres_to_pcires(pciaddr_t addr, pciaddr_t ioflg, int *have_sec, u32 *sec_val) in baseres_to_pcires() argument
39 if (have_sec) in baseres_to_pcires()
40 *have_sec = 0; in baseres_to_pcires()
47 if ((val & PCI_BASE_ADDRESS_MEM_TYPE_64) && have_sec) in baseres_to_pcires()
49 *have_sec = 1; in baseres_to_pcires()
66 int have_sec; in odd_baseres_to_pcires() local
68 baseres_to_pcires(addr0, ioflg0, &have_sec, &val); in odd_baseres_to_pcires()
69 if (!have_sec) in odd_baseres_to_pcires()