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

/linux-4.4.14/arch/powerpc/include/asm/
H A Ddcr.h55 #define dcr_write(host, dcr_n, value) dcr_write_native(host, dcr_n, value)
H A Ddcr-native.h41 #define dcr_write_native(host, dcr_n, value) mtdcr(dcr_n + host.base, value) macro
/linux-4.4.14/arch/powerpc/sysdev/
H A Ddcr.c118 dcr_write_native(host.host.native, dcr_n, value); dcr_write_generic()

Completed in 129 milliseconds