Searched refs:GT_WRITE (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
H A Dcevt-gt641xx.c42 GT_WRITE(GT_TC0_OFS, gt641xx_base_clock / HZ); gt641xx_timer0_state()
43 GT_WRITE(GT_TC_CONTROL_OFS, GT_TC_CONTROL_ENTC0_MSK); gt641xx_timer0_state()
59 GT_WRITE(GT_TC0_OFS, delta); gt641xx_timer0_set_next_event()
60 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); gt641xx_timer0_set_next_event()
88 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); gt641xx_timer0_set_mode()
128 GT_WRITE(GT_TC0_OFS, gt641xx_base_clock / HZ); gt641xx_timer0_clockevent_init()
H A Dirq-gt641xx.c40 GT_WRITE(GT_INTRCAUSE_OFS, cause); ack_gt641xx_irq()
52 GT_WRITE(GT_INTRMASK_OFS, mask); mask_gt641xx_irq()
64 GT_WRITE(GT_INTRMASK_OFS, mask); mask_ack_gt641xx_irq()
68 GT_WRITE(GT_INTRCAUSE_OFS, cause); mask_ack_gt641xx_irq()
80 GT_WRITE(GT_INTRMASK_OFS, mask); unmask_gt641xx_irq()
120 GT_WRITE(GT_INTRMASK_OFS, 0); gt641xx_irq_init()
121 GT_WRITE(GT_INTRCAUSE_OFS, 0); gt641xx_irq_init()
/linux-4.1.27/arch/mips/pci/
H A Dops-gt64xxx_pci0.c52 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | gt64xxx_pci0_pcibios_config_access()
56 GT_WRITE(GT_PCI0_CFGADDR_OFS, gt64xxx_pci0_pcibios_config_access()
68 GT_WRITE(GT_PCI0_CFGDATA_OFS, *data); gt64xxx_pci0_pcibios_config_access()
89 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | gt64xxx_pci0_pcibios_config_access()
H A Dfixup-cobalt.c109 GT_WRITE(GT_PCI0_TOR_OFS, 0x4020); qube_raq_galileo_fixup()
117 GT_WRITE(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()
H A Dpci-malta.c104 GT_WRITE(GT_PCI0_CFGADDR_OFS, mips_pcibios_init()
112 GT_WRITE(GT_PCI0_CFGDATA_OFS, CPHYSADDR(MIPS_GT_BASE)); mips_pcibios_init()
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-init.c184 GT_WRITE(GT_PCI0_CMD_OFS, GT_PCI0_CMD_MBYTESWAP_BIT | prom_init()
187 GT_WRITE(GT_PCI0_CMD_OFS, 0); prom_init()
194 GT_WRITE(GT_PCI0IOREMAP_OFS, map); prom_init()
/linux-4.1.27/arch/mips/include/asm/
H A Dgt64120.h556 * GT_WRITE(ofs, data) - read/write GT64120 registers in 32bit
573 #define GT_WRITE(ofs, data) __GT_WRITE(ofs, cpu_to_le32(data)) macro

Completed in 90 milliseconds