Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dirq-gt641xx.c25 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()
Dcevt-gt641xx.c26 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()
/linux-5.19.10/arch/mips/pci/
Dpci-malta.c103 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()
Dops-gt64xxx_pci0.c65 *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()
Dfixup-cobalt.c129 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()
/linux-5.19.10/arch/mips/mti-malta/
Dmalta-int.c58 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()
Dmalta-init.c187 start = GT_READ(GT_PCI0IOLD_OFS); in prom_init()
188 map = GT_READ(GT_PCI0IOREMAP_OFS); in prom_init()
/linux-5.19.10/arch/mips/include/asm/mips-boards/
Dmalta.h31 addr = GT_READ(reg); in get_gt_port_base()
/linux-5.19.10/arch/mips/include/asm/
Dgt64120.h560 #define GT_READ(ofs) le32_to_cpu(__GT_READ(ofs)) macro