Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/sysdev/
Ddcr.c41 else if (host.type == DCR_HOST_MMIO) in dcr_map_ok_generic()
70 host.type = DCR_HOST_MMIO; in dcr_map_generic()
83 else if (host.type == DCR_HOST_MMIO) in dcr_unmap_generic()
94 else if (host.type == DCR_HOST_MMIO) in dcr_read_generic()
106 else if (host.type == DCR_HOST_MMIO) in dcr_write_generic()
/linux-6.1.9/arch/powerpc/include/asm/
Ddcr-generic.h12 enum host_type_t {DCR_HOST_MMIO, DCR_HOST_NATIVE, DCR_HOST_INVALID}; enumerator