Searched refs:GT_WRITE (Results 1 – 7 of 7) sorted by relevance
/arch/mips/kernel/ |
D | cevt-gt641xx.c | 42 GT_WRITE(GT_TC0_OFS, gt641xx_base_clock / HZ); in gt641xx_timer0_state() 43 GT_WRITE(GT_TC_CONTROL_OFS, GT_TC_CONTROL_ENTC0_MSK); in gt641xx_timer0_state() 59 GT_WRITE(GT_TC0_OFS, delta); in gt641xx_timer0_set_next_event() 60 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_set_next_event() 75 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_shutdown() 90 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_set_oneshot() 104 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_set_periodic() 149 GT_WRITE(GT_TC0_OFS, gt641xx_base_clock / HZ); in gt641xx_timer0_clockevent_init()
|
D | irq-gt641xx.c | 40 GT_WRITE(GT_INTRCAUSE_OFS, cause); in ack_gt641xx_irq() 52 GT_WRITE(GT_INTRMASK_OFS, mask); in mask_gt641xx_irq() 64 GT_WRITE(GT_INTRMASK_OFS, mask); in mask_ack_gt641xx_irq() 68 GT_WRITE(GT_INTRCAUSE_OFS, cause); in mask_ack_gt641xx_irq() 80 GT_WRITE(GT_INTRMASK_OFS, mask); in unmask_gt641xx_irq() 120 GT_WRITE(GT_INTRMASK_OFS, 0); in gt641xx_irq_init() 121 GT_WRITE(GT_INTRCAUSE_OFS, 0); in gt641xx_irq_init()
|
/arch/mips/pci/ |
D | ops-gt64xxx_pci0.c | 52 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | in gt64xxx_pci0_pcibios_config_access() 56 GT_WRITE(GT_PCI0_CFGADDR_OFS, in gt64xxx_pci0_pcibios_config_access() 68 GT_WRITE(GT_PCI0_CFGDATA_OFS, *data); in gt64xxx_pci0_pcibios_config_access() 89 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | in gt64xxx_pci0_pcibios_config_access()
|
D | fixup-cobalt.c | 108 GT_WRITE(GT_PCI0_TOR_OFS, 0x4020); in qube_raq_galileo_fixup() 116 GT_WRITE(GT_PCI0_TOR_OFS, in qube_raq_galileo_fixup() 122 GT_WRITE(GT_INTRMASK_OFS, GT_INTR_RETRYCTR0_MSK | GT_READ(GT_INTRMASK_OFS)); in qube_raq_galileo_fixup()
|
D | pci-malta.c | 104 GT_WRITE(GT_PCI0_CFGADDR_OFS, in mips_pcibios_init() 112 GT_WRITE(GT_PCI0_CFGDATA_OFS, CPHYSADDR(MIPS_GT_BASE)); in mips_pcibios_init()
|
/arch/mips/mti-malta/ |
D | malta-init.c | 184 GT_WRITE(GT_PCI0_CMD_OFS, GT_PCI0_CMD_MBYTESWAP_BIT | in prom_init() 187 GT_WRITE(GT_PCI0_CMD_OFS, 0); in prom_init() 194 GT_WRITE(GT_PCI0IOREMAP_OFS, map); in prom_init()
|
/arch/mips/include/asm/ |
D | gt64120.h | 573 #define GT_WRITE(ofs, data) __GT_WRITE(ofs, cpu_to_le32(data)) macro
|