Searched refs:dcr_host_t (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | dcr-generic.h | 20 } dcr_host_t; typedef 22 extern bool dcr_map_ok_generic(dcr_host_t host); 24 extern dcr_host_t dcr_map_generic(struct device_node *dev, unsigned int dcr_n, 26 extern void dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c); 28 extern u32 dcr_read_generic(dcr_host_t host, unsigned int dcr_n); 30 extern void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value);
|
H A D | dcr.h | 37 typedef dcr_host_native_t dcr_host_t; typedef 44 typedef dcr_host_mmio_t dcr_host_t; typedef
|
H A D | mpic.h | 243 dcr_host_t dhost;
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | dcr.c | 37 bool dcr_map_ok_generic(dcr_host_t host) in dcr_map_ok_generic() 48 dcr_host_t dcr_map_generic(struct device_node *dev, in dcr_map_generic() 52 dcr_host_t host; in dcr_map_generic() 79 void dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c) in dcr_unmap_generic() 90 u32 dcr_read_generic(dcr_host_t host, unsigned int dcr_n) in dcr_read_generic() 102 void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value) in dcr_write_generic()
|
/openbmc/linux/drivers/edac/ |
H A D | ppc4xx_edac.c | 162 dcr_host_t dcr_host; /* Indirect DCR address/data window mapping */ 229 mfsdram(const dcr_host_t *dcr_host, unsigned int idcr_n) in mfsdram() 246 mtsdram(const dcr_host_t *dcr_host, unsigned int idcr_n, u32 value) in mtsdram() 654 const dcr_host_t *dcr_host = &pdata->dcr_host; in ppc4xx_ecc_get_status() 679 const dcr_host_t *dcr_host = &pdata->dcr_host; in ppc4xx_ecc_clear_status() 995 const dcr_host_t *dcr_host, u32 mcopt1) in ppc4xx_edac_mc_init() 1161 dcr_host_t *dcr_host) in ppc4xx_edac_map_dcrs() 1213 dcr_host_t dcr_host; in ppc4xx_edac_probe()
|
/openbmc/linux/drivers/net/ethernet/xilinx/ |
H A D | ll_temac.h | 358 dcr_host_t sdma_dcrs;
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | mal.h | 184 dcr_host_t dcr_host;
|
/openbmc/linux/arch/powerpc/platforms/4xx/ |
H A D | cpm.c | 37 dcr_host_t dcr_host;
|
H A D | pci.c | 642 dcr_host_t dcrs;
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | xilinxfb.c | 143 dcr_host_t dcr_host;
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | axon_msi.c | 71 dcr_host_t dcr_host;
|
/openbmc/linux/drivers/dma/ppc4xx/ |
H A D | adma.c | 95 static dcr_host_t ppc440spe_mq_dcr_host; 4409 dcr_host_t i2o_dcr_host; in ppc440spe_configure_raid_devices()
|