Searched refs:a_lo (Results 1 – 2 of 2) sorted by relevance
65 u32 a_lo; in pci_process_ISA_OF_ranges() member70 u32 a_lo; in pci_process_ISA_OF_ranges() member106 isa_addr = range->isa_addr.a_lo; in pci_process_ISA_OF_ranges()108 range->pci_addr.a_lo; in pci_process_ISA_OF_ranges()
342 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument344 s_lo += a_lo; \345 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \
Completed in 6 milliseconds