Searched refs:eth_cs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-h4.c196 int eth_cs; local
201 eth_cs = H4_SMC91X_CS;
220 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG1,
224 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f01);
225 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080803);
226 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1c0b1c0a);
227 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F);
228 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG6, 0x000004C4);
230 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f00);
231 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG
[all...]
H A Dboard-apollon.c204 int eth_cs; local
215 eth_cs = APOLLON_ETH_CS;
218 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG1, 0x00011200);
221 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f01);
222 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080803);
223 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1c0b1c0a);
224 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F);
225 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG6, 0x000004C4);
227 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG2, 0x001f1f00);
228 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG
[all...]
H A Dboard-zoom-debugboard.c57 int eth_cs; local
61 eth_cs = ZOOM_SMSC911X_CS;
63 if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) {
H A Dboard-ldp.c249 int eth_cs; local
253 eth_cs = LDP_SMSC911X_CS;
255 if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) {
H A Dboard-omap3evm.c125 int eth_cs; local
129 eth_cs = OMAP3EVM_SMSC911X_CS;
H A Dboard-omap3stalker.c95 int eth_cs; local
99 eth_cs = OMAP3STALKER_SMC911X_CS;

Completed in 63 milliseconds