Home
last modified time | relevance | path

Searched refs:dcr_map_native (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Ddcr.h52 #define dcr_map(dev, dcr_n, dcr_c) dcr_map_native(dev, dcr_n, dcr_c)
Ddcr-native.h37 #define dcr_map_native(dev, dcr_n, dcr_c) \ macro
/arch/powerpc/sysdev/
Ddcr.c81 host.host.native = dcr_map_native(dev, dcr_n, dcr_c); in dcr_map_generic()