Searched refs:a_lo (Results 1 – 2 of 2) sorted by relevance
52 u32 a_lo; in pci_process_ISA_OF_ranges() member57 u32 a_lo; in pci_process_ISA_OF_ranges() member93 isa_addr = range->isa_addr.a_lo; in pci_process_ISA_OF_ranges()95 range->pci_addr.a_lo; in pci_process_ISA_OF_ranges()
339 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument341 s_lo += a_lo; \342 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \