Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Disa-bridge.c65 u32 a_lo; in pci_process_ISA_OF_ranges() member
70 u32 a_lo; in pci_process_ISA_OF_ranges() member
106 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()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A 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); \

Completed in 6 milliseconds