Searched refs:pcc2chip (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/mvme16x/
H A Dconfig.c127 #define pcc2chip ((volatile u_char *)0xfff42000) macro
187 pcc2chip[PccSCCMICR] = 0x10;
188 pcc2chip[PccSCCTICR] = 0x10;
189 pcc2chip[PccSCCRICR] = 0x10;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dserial167.c107 #define pcc2chip ((volatile u_char *)0xfff42000) macro
2231 pcc2chip[PccSCCMICR] = 0x15; /* Serial ints are level 5 */
2232 pcc2chip[PccSCCTICR] = 0x15;
2233 pcc2chip[PccSCCRICR] = 0x15;
2235 pcc2chip[PccIMLR] = 3; /* Allow PCC2 ints above 3!? */
2367 if (pcc2chip[PccSCCTICR] & 0x20) {
2369 sink = pcc2chip[PccTPIACKR];
2456 if (pcc2chip[PccSCCTICR] & 0x20) {
2458 sink = pcc2chip[PccTPIACKR];
2502 if (pcc2chip[PccSCCRIC
[all...]

Completed in 71 milliseconds