Home
last modified time | relevance | path

Searched refs:dcr_read (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Ddcr.h44 #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n) macro
54 #define dcr_read(host, dcr_n) dcr_read_native(host, dcr_n) macro
61 #define dcr_read(host, dcr_n) dcr_read_mmio(host, dcr_n) macro
/arch/powerpc/platforms/cell/
Daxon_msi.c104 write_offset = dcr_read(msic->dcr_host, MSIC_WRITE_OFFSET_REG); in axon_msi_cascade()
331 tmp = dcr_read(msic->dcr_host, MSIC_CTRL_REG); in axon_msi_shutdown()
405 msic->read_offset = dcr_read(msic->dcr_host, MSIC_WRITE_OFFSET_REG) in axon_msi_probe()
/arch/powerpc/sysdev/
Dppc4xx_cpm.c83 value = dcr_read(cpm.dcr_host, cpm.dcr_offset[cpm_reg]); in cpm_set()
Dppc4xx_pci.c1632 gpl_cfg = dcr_read(port->dcrs, DCRO_PEGPL_CFG); in ppc4xx_pciex_read_config()
1687 gpl_cfg = dcr_read(port->dcrs, DCRO_PEGPL_CFG); in ppc4xx_pciex_write_config()
Dmpic.c180 return dcr_read(rb->dhost, reg); in _mpic_read()