Searched refs:GT_READ (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
H A Dirq-gt641xx.c38 cause = GT_READ(GT_INTRCAUSE_OFS); ack_gt641xx_irq()
50 mask = GT_READ(GT_INTRMASK_OFS); mask_gt641xx_irq()
62 mask = GT_READ(GT_INTRMASK_OFS); mask_ack_gt641xx_irq()
66 cause = GT_READ(GT_INTRCAUSE_OFS); mask_ack_gt641xx_irq()
78 mask = GT_READ(GT_INTRMASK_OFS); unmask_gt641xx_irq()
97 cause = GT_READ(GT_INTRCAUSE_OFS); gt641xx_irq_dispatch()
98 mask = GT_READ(GT_INTRMASK_OFS); gt641xx_irq_dispatch()
H A Dcevt-gt641xx.c39 if (GT_READ(GT_TC0_OFS)) gt641xx_timer0_state()
55 ctrl = GT_READ(GT_TC_CONTROL_OFS); gt641xx_timer0_set_next_event()
74 ctrl = GT_READ(GT_TC_CONTROL_OFS); gt641xx_timer0_set_mode()
/linux-4.1.27/arch/mips/pci/
H A Dpci-malta.c115 start = GT_READ(GT_PCI0M0LD_OFS); mips_pcibios_init()
116 end = GT_READ(GT_PCI0M0HD_OFS); mips_pcibios_init()
117 map = GT_READ(GT_PCI0M0REMAP_OFS); mips_pcibios_init()
119 start1 = GT_READ(GT_PCI0M1LD_OFS); mips_pcibios_init()
120 end1 = GT_READ(GT_PCI0M1HD_OFS); mips_pcibios_init()
121 map1 = GT_READ(GT_PCI0M1REMAP_OFS); mips_pcibios_init()
142 start = GT_READ(GT_PCI0IOLD_OFS); mips_pcibios_init()
143 end = GT_READ(GT_PCI0IOHD_OFS); mips_pcibios_init()
144 map = GT_READ(GT_PCI0IOREMAP_OFS); mips_pcibios_init()
H A Dops-gt64xxx_pci0.c77 *data = GT_READ(GT_PCI0_CFGDATA_OFS); gt64xxx_pci0_pcibios_config_access()
83 intr = GT_READ(GT_INTRCAUSE_OFS); gt64xxx_pci0_pcibios_config_access()
H A Dfixup-cobalt.c115 timeo = GT_READ(GT_PCI0_TOR_OFS); qube_raq_galileo_fixup()
123 GT_WRITE(GT_INTRMASK_OFS, GT_INTR_RETRYCTR0_MSK | GT_READ(GT_INTRMASK_OFS)); qube_raq_galileo_fixup()
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-init.c190 start = GT_READ(GT_PCI0IOLD_OFS); prom_init()
191 map = GT_READ(GT_PCI0IOREMAP_OFS); prom_init()
H A Dmalta-int.c61 irq = GT_READ(GT_PCI0_IACK_OFS); mips_pcibios_iack()
157 intrcause = GT_READ(GT_INTRCAUSE_OFS); corehi_irqdispatch()
158 datalo = GT_READ(GT_CPUERR_ADDRLO_OFS); corehi_irqdispatch()
159 datahi = GT_READ(GT_CPUERR_ADDRHI_OFS); corehi_irqdispatch()
/linux-4.1.27/arch/mips/include/asm/mips-boards/
H A Dmalta.h43 addr = GT_READ(reg); get_gt_port_base()
/linux-4.1.27/arch/mips/include/asm/
H A Dgt64120.h555 * GT_READ(ofs, data_pointer)
572 #define GT_READ(ofs) le32_to_cpu(__GT_READ(ofs)) macro

Completed in 133 milliseconds