Searched refs:GT_READ (Results 1 – 9 of 9) sorted by relevance
25 cause = GT_READ(GT_INTRCAUSE_OFS); in ack_gt641xx_irq()37 mask = GT_READ(GT_INTRMASK_OFS); in mask_gt641xx_irq()49 mask = GT_READ(GT_INTRMASK_OFS); in mask_ack_gt641xx_irq()53 cause = GT_READ(GT_INTRCAUSE_OFS); in mask_ack_gt641xx_irq()65 mask = GT_READ(GT_INTRMASK_OFS); in unmask_gt641xx_irq()84 cause = GT_READ(GT_INTRCAUSE_OFS); in gt641xx_irq_dispatch()85 mask = GT_READ(GT_INTRMASK_OFS); in gt641xx_irq_dispatch()
26 if (GT_READ(GT_TC0_OFS)) in gt641xx_timer0_state()42 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_set_next_event()60 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_shutdown()74 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_set_oneshot()89 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_set_periodic()
103 start = GT_READ(GT_PCI0M0LD_OFS); in mips_pcibios_init()104 end = GT_READ(GT_PCI0M0HD_OFS); in mips_pcibios_init()105 map = GT_READ(GT_PCI0M0REMAP_OFS); in mips_pcibios_init()107 start1 = GT_READ(GT_PCI0M1LD_OFS); in mips_pcibios_init()108 end1 = GT_READ(GT_PCI0M1HD_OFS); in mips_pcibios_init()109 map1 = GT_READ(GT_PCI0M1REMAP_OFS); in mips_pcibios_init()130 start = GT_READ(GT_PCI0IOLD_OFS); in mips_pcibios_init()131 end = GT_READ(GT_PCI0IOHD_OFS); in mips_pcibios_init()132 map = GT_READ(GT_PCI0IOREMAP_OFS); in mips_pcibios_init()
65 *data = GT_READ(GT_PCI0_CFGDATA_OFS); in gt64xxx_pci0_pcibios_config_access()71 intr = GT_READ(GT_INTRCAUSE_OFS); in gt64xxx_pci0_pcibios_config_access()
129 timeo = GT_READ(GT_PCI0_TOR_OFS); in qube_raq_galileo_fixup()137 GT_WRITE(GT_INTRMASK_OFS, GT_INTR_RETRYCTR0_MSK | GT_READ(GT_INTRMASK_OFS)); in qube_raq_galileo_fixup()
58 irq = GT_READ(GT_PCI0_IACK_OFS); in mips_pcibios_iack()111 intrcause = GT_READ(GT_INTRCAUSE_OFS); in corehi_irqdispatch()112 datalo = GT_READ(GT_CPUERR_ADDRLO_OFS); in corehi_irqdispatch()113 datahi = GT_READ(GT_CPUERR_ADDRHI_OFS); in corehi_irqdispatch()
187 start = GT_READ(GT_PCI0IOLD_OFS); in prom_init()188 map = GT_READ(GT_PCI0IOREMAP_OFS); in prom_init()
31 addr = GT_READ(reg); in get_gt_port_base()
560 #define GT_READ(ofs) le32_to_cpu(__GT_READ(ofs)) macro