Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Disa-bridge.c48 u32 a_lo; in pci_process_ISA_OF_ranges() member
53 u32 a_lo; in pci_process_ISA_OF_ranges() member
89 isa_addr = range->isa_addr.a_lo; in pci_process_ISA_OF_ranges()
91 range->pci_addr.a_lo; in pci_process_ISA_OF_ranges()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h342 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument
344 s_lo += a_lo; \
345 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \