DMASequencer.hh (9208:2451e60d4555) DMASequencer.hh (9557:8666e81607a6)
1/*
2 * Copyright (c) 2008 Mark D. Hill and David A. Wood
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;

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

68
69 private:
70 void issueNext();
71
72 private:
73 bool m_is_busy;
74 uint64_t m_data_block_mask;
75 DMARequest active_request;
1/*
2 * Copyright (c) 2008 Mark D. Hill and David A. Wood
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;

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

68
69 private:
70 void issueNext();
71
72 private:
73 bool m_is_busy;
74 uint64_t m_data_block_mask;
75 DMARequest active_request;
76 int num_active_requests;
77};
78
79#endif // __MEM_RUBY_SYSTEM_DMASEQUENCER_HH__
76};
77
78#endif // __MEM_RUBY_SYSTEM_DMASEQUENCER_HH__