i82094aa.hh (14294:d86488e6b60b) i82094aa.hh (14295:16025a55b380)
1/*
2 * Copyright (c) 2008 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;

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

101 Tick write(PacketPtr pkt) override;
102
103 void writeReg(uint8_t offset, uint32_t value);
104 uint32_t readReg(uint8_t offset);
105
106 Port &getPort(const std::string &if_name,
107 PortID idx=InvalidPortID) override;
108
1/*
2 * Copyright (c) 2008 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;

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

101 Tick write(PacketPtr pkt) override;
102
103 void writeReg(uint8_t offset, uint32_t value);
104 uint32_t readReg(uint8_t offset);
105
106 Port &getPort(const std::string &if_name,
107 PortID idx=InvalidPortID) override;
108
109 Tick recvResponse(PacketPtr pkt) override;
109 bool recvResponse(PacketPtr pkt) override;
110
111 void signalInterrupt(int line);
112 void raiseInterruptPin(int number);
113 void lowerInterruptPin(int number);
114
115 void serialize(CheckpointOut &cp) const override;
116 void unserialize(CheckpointIn &cp) override;
117};
118
119} // namespace X86ISA
120
121#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
110
111 void signalInterrupt(int line);
112 void raiseInterruptPin(int number);
113 void lowerInterruptPin(int number);
114
115 void serialize(CheckpointOut &cp) const override;
116 void unserialize(CheckpointIn &cp) override;
117};
118
119} // namespace X86ISA
120
121#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__