Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/
Ddcr.c52 if (host.type == DCR_HOST_NATIVE) in dcr_map_ok_generic()
80 host.type = DCR_HOST_NATIVE; in dcr_map_generic()
94 if (host.type == DCR_HOST_NATIVE) in dcr_unmap_generic()
105 if (host.type == DCR_HOST_NATIVE) in dcr_read_generic()
117 if (host.type == DCR_HOST_NATIVE) in dcr_write_generic()
/Linux-v4.19/arch/powerpc/include/asm/
Ddcr-generic.h25 enum host_type_t {DCR_HOST_MMIO, DCR_HOST_NATIVE, DCR_HOST_INVALID}; enumerator