Searched refs:ixp2000_reg_write (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/include/mach/
H A Dgpio.h40 ixp2000_reg_write(IXP2000_GPIO_POSR, 1 << line);
42 ixp2000_reg_write(IXP2000_GPIO_POCR, 1 << line);
H A Dsystem.h29 ixp2000_reg_write(IXDP2X01_CPLD_FLASH_REG,
44 ixp2000_reg_write(IXDP2X01_CPLD_RESET_REG, reset_reg);
H A Dplatform.h23 static inline void ixp2000_reg_write(volatile void *reg, unsigned long val) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/
H A Dcore.c60 ixp2000_reg_write(IXP2000_SLOWPORT_CCR, new_cfg->CCR);
61 ixp2000_reg_write(IXP2000_SLOWPORT_WTC2, new_cfg->WTC);
62 ixp2000_reg_write(IXP2000_SLOWPORT_RTC2, new_cfg->RTC);
63 ixp2000_reg_write(IXP2000_SLOWPORT_PCR, new_cfg->PCR);
69 ixp2000_reg_write(IXP2000_SLOWPORT_CCR, old_cfg->CCR);
70 ixp2000_reg_write(IXP2000_SLOWPORT_WTC2, old_cfg->WTC);
71 ixp2000_reg_write(IXP2000_SLOWPORT_RTC2, old_cfg->RTC);
72 ixp2000_reg_write(IXP2000_SLOWPORT_PCR, old_cfg->PCR);
228 ixp2000_reg_write(IXP2000_T1_CLR, 0);
229 ixp2000_reg_write(IXP2000_T1_CL
[all...]
H A Dpci.c156 ixp2000_reg_write(IXP2000_PCI_CMDSTAT, temp);
187 ixp2000_reg_write(IXP2000_PCI_CMDSTAT, temp);
204 ixp2000_reg_write(IXP2000_PCI_CONTROL,
H A Dixdp2x01.c59 ixp2000_reg_write(IXDP2X01_INT_MASK_CLR_REG,
113 ixp2000_reg_write(IXDP2X01_INT_MASK_SET_REG, 0xffffffff);
248 ixp2000_reg_write(IXP2000_PCI_ADDR_EXT, 0x00000000);
H A Dixdp2400.c67 ixp2000_reg_write(IXP2000_PCI_ADDR_EXT, 0x00100000);
H A Denp2611.c105 ixp2000_reg_write(IXP2000_PCI_ADDR_EXT, 0x00100000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixp2000/
H A Dixp2400-msf.c48 ixp2000_reg_write(IXP2000_MSF_CLK_CNTRL, value);
68 ixp2000_reg_write(IXP2000_MSF_CLK_CNTRL, value);
74 ixp2000_reg_write(IXP2000_MSF_CLK_CNTRL, value);
80 ixp2000_reg_write(IXP2000_MSF_CLK_CNTRL, value);
103 ixp2000_reg_write(IXP2000_MSF_RBUF_ELEMENT_DONE, i);
109 ixp2000_reg_write(IXP2000_MSF_RBUF_ELEMENT_DONE, i);
115 ixp2000_reg_write(IXP2000_MSF_RBUF_ELEMENT_DONE, i);
155 ixp2000_reg_write(IXP2000_MSF_RX_CONTROL, value);
164 ixp2000_reg_write(IXP2000_MSF_TX_CONTROL, value);
182 ixp2000_reg_write(IXP2000_RESET
[all...]
H A Dixpdev.c64 ixp2000_reg_write(RING_TX_PENDING,
121 ixp2000_reg_write(RING_RX_PENDING, _desc);
137 ixp2000_reg_write(IXP2000_IRQ_THD_RAW_STATUS_A_0, 0x00ff);
145 ixp2000_reg_write(IXP2000_IRQ_THD_ENABLE_SET_A_0, 0x00ff);
248 ixp2000_reg_write(IXP2000_IRQ_THD_ENABLE_SET_A_0, 0xffff);
266 ixp2000_reg_write(IXP2000_IRQ_THD_ENABLE_CLEAR_A_0, 0xffff);
360 ixp2000_reg_write(RING_RX_PENDING_BASE, 0x44000000);
361 ixp2000_reg_write(RING_RX_PENDING_HEAD, 0x00000000);
362 ixp2000_reg_write(RING_RX_PENDING_TAIL, 0x00000000);
365 ixp2000_reg_write(RING_RX_DONE_BAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Dplatform.h22 static inline void ixp2000_reg_write(volatile void *reg, unsigned long val) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dixp2000_wdt.c45 ixp2000_reg_write(IXP2000_RESET0, *(IXP2000_RESET0) | WDT_RESET_ENABLE);
46 ixp2000_reg_write(IXP2000_TWDE, WDT_ENABLE);
47 ixp2000_reg_write(IXP2000_T4_CLD, heartbeat * wdt_tick_rate);
48 ixp2000_reg_write(IXP2000_T4_CTL, TIMER_DIVIDER_256 | TIMER_ENABLE);
55 ixp2000_reg_write(IXP2000_T4_CTL, 0);
62 ixp2000_reg_write(IXP2000_T4_CLD, heartbeat * wdt_tick_rate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Duengine.c101 ixp2000_reg_write(reg, value);

Completed in 76 milliseconds