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

/linux-master/arch/powerpc/include/asm/
H A Ddcr-mmio.h17 } dcr_host_mmio_t; typedef in typeref:struct:__anon64
19 static inline bool dcr_map_ok_mmio(dcr_host_mmio_t host)
24 extern dcr_host_mmio_t dcr_map_mmio(struct device_node *dev,
27 extern void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c);
29 static inline u32 dcr_read_mmio(dcr_host_mmio_t host, unsigned int dcr_n)
34 static inline void dcr_write_mmio(dcr_host_mmio_t host,
H A Ddcr-generic.h17 dcr_host_mmio_t mmio;
H A Ddcr.h44 typedef dcr_host_mmio_t dcr_host_t;
/linux-master/arch/powerpc/sysdev/
H A Ddcr.c178 dcr_host_mmio_t dcr_map_mmio(struct device_node *dev,
182 dcr_host_mmio_t ret = { .token = NULL, .stride = 0, .base = dcr_n };
204 void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c)
206 dcr_host_mmio_t h = host;

Completed in 81 milliseconds