Searched refs:MEM_PDC (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dfirmware.c87 * and MEM_PDC calls are always the same width as the OS.
91 * 64-bit kernels to run on systems with 32-bit MEM_PDC calls.
103 # define MEM_PDC (unsigned long)(PAGE0->mem_pdc_hi) << 32 | PAGE0->mem_pdc macro
104 # define mem_pdc_call(args...) unlikely(parisc_narrow_firmware) ? real32_call(MEM_PDC, args) : real64_call(MEM_PDC, args)
106 # define MEM_PDC (unsigned long)PAGE0->mem_pdc macro
107 # define mem_pdc_call(args...) real32_call(MEM_PDC, args)

Completed in 23 milliseconds