Searched refs:icrp (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5272/
H A Dconfig.c61 volatile unsigned long *icrp; local
63 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR1);
64 icrp[0] = 0x88888888;
65 icrp[1] = 0x88888888;
66 icrp[2] = 0x88888888;
67 icrp[3] = 0x88888888;
81 volatile unsigned long *icrp; local
84 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR1);
85 *icrp = (0x8 | level) << ((4 - timer) * 4);
93 volatile unsigned long *icrp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dmcfne.h269 volatile unsigned char *icrp; local
271 icrp = (volatile unsigned char *) (MCF_MBAR + MCFSIM_ICR4);
272 *icrp = MCFSIM_ICR_LEVEL4 | MCFSIM_ICR_PRI2;
280 volatile unsigned char *icrp; local
282 icrp = (volatile unsigned char *) (MCF_MBAR + MCFSIM_ICR4);
283 *icrp = MCFSIM_ICR_LEVEL4 | MCFSIM_ICR_PRI2 | MCFSIM_ICR_AUTOVEC;
291 volatile unsigned char *icrp; local
293 icrp = (volatile unsigned char *) (MCF_MBAR + MCFSIM_ICR1);
294 *icrp = MCFSIM_ICR_LEVEL1 | MCFSIM_ICR_PRI2 | MCFSIM_ICR_AUTOVEC;
309 volatile unsigned long *icrp; local
322 volatile unsigned long *icrp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5249/
H A Dconfig.c65 volatile unsigned char *icrp; local
74 icrp = (volatile unsigned char *) (MCF_MBAR + icr);
75 *icrp = MCFSIM_ICR_AUTOVEC | (level << 2) | MCFSIM_ICR_PRI3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dpit.c48 volatile unsigned char *icrp; local
54 icrp = (volatile unsigned char *) (MCF_IPSBAR + MCFICM_INTC0 +
56 *icrp = ICR_INTRCONF;
H A Dconfig.c79 volatile unsigned char *icrp; local
88 icrp = (volatile unsigned char *) (MCF_MBAR + icr);
89 *icrp = MCFSIM_ICR_AUTOVEC | (level << 2) | MCFSIM_ICR_PRI3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5206/
H A Dconfig.c67 volatile unsigned char *icrp; local
76 icrp = (volatile unsigned char *) (MCF_MBAR + icr);
77 *icrp = MCFSIM_ICR_AUTOVEC | (level << 2) | MCFSIM_ICR_PRI3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5206e/
H A Dconfig.c66 volatile unsigned char *icrp; local
75 icrp = (volatile unsigned char *) (MCF_MBAR + icr);
76 *icrp = MCFSIM_ICR_AUTOVEC | (level << 2) | MCFSIM_ICR_PRI3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5407/
H A Dconfig.c70 volatile unsigned char *icrp; local
79 icrp = (volatile unsigned char *) (MCF_MBAR + icr);
80 *icrp = MCFSIM_ICR_AUTOVEC | (level << 2) | MCFSIM_ICR_PRI3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/532x/
H A Dconfig.c59 volatile unsigned char *icrp; local
69 icrp = (volatile unsigned char *) (MCF_MBAR + icr);
70 *icrp = level;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.c1458 volatile unsigned long *icrp; local
1463 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR2);
1467 *icrp = 0xe0000000;
1470 *icrp = 0x0e000000;
1484 volatile unsigned char *icrp, *uartp;
1489 icrp = (volatile unsigned char *) (MCF_MBAR + MCFICM_INTC0 +
1491 *icrp = 0x30 + info->line; /* level 6, line based priority */
1520 volatile unsigned char *icrp, *uartp;
1525 icrp = (volatile unsigned char *) (MCF_MBAR + MCFICM_INTC0 +
1527 *icrp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c1236 volatile unsigned long *icrp; local
1256 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR3);
1257 *icrp = 0x00000ddd;
1258 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR1);
1259 *icrp = (*icrp & 0x70777777) | 0x0d000000;
1319 volatile unsigned long *icrp; local
1320 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR1);
1321 *icrp = (*icrp
1326 volatile unsigned long *icrp; local
1386 volatile unsigned char *icrp; local
1534 volatile unsigned char *icrp; local
[all...]

Completed in 106 milliseconds