malta_cchip.cc (5222:bb733a878f85) malta_cchip.cc (5714:76abee886def)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 89 unchanged lines hidden (view full) ---

98 case TSDEV_CC_CSR:
99 pkt->set(0x0);
100 break;
101 case TSDEV_CC_MTR:
102 panic("TSDEV_CC_MTR not implemeted\n");
103 break;
104 case TSDEV_CC_MISC:
105 pkt->set((ipint << 8) & 0xF | (itint << 4) & 0xF |
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 89 unchanged lines hidden (view full) ---

98 case TSDEV_CC_CSR:
99 pkt->set(0x0);
100 break;
101 case TSDEV_CC_MTR:
102 panic("TSDEV_CC_MTR not implemeted\n");
103 break;
104 case TSDEV_CC_MISC:
105 pkt->set((ipint << 8) & 0xF | (itint << 4) & 0xF |
106 (pkt->req->getCpuNum() & 0x3));
106 (pkt->req->contextId() & 0x3));
107 break;
108 case TSDEV_CC_AAR0:
109 case TSDEV_CC_AAR1:
110 case TSDEV_CC_AAR2:
111 case TSDEV_CC_AAR3:
112 pkt->set(0);
113 break;
114 case TSDEV_CC_DIM0:

--- 415 unchanged lines hidden ---
107 break;
108 case TSDEV_CC_AAR0:
109 case TSDEV_CC_AAR1:
110 case TSDEV_CC_AAR2:
111 case TSDEV_CC_AAR3:
112 pkt->set(0);
113 break;
114 case TSDEV_CC_DIM0:

--- 415 unchanged lines hidden ---