Searched refs:a_lo (Results 1 – 2 of 2) sorted by relevance
51 u32 a_lo; in pci_process_ISA_OF_ranges() member56 u32 a_lo; in pci_process_ISA_OF_ranges() member92 isa_addr = range->isa_addr.a_lo; in pci_process_ISA_OF_ranges()94 range->pci_addr.a_lo; in pci_process_ISA_OF_ranges()
27 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument29 s_lo += a_lo; \30 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \