soc15.h (546121b65f47384e11ec1fa2e55449fc9f4846b2) | soc15.h (2e0cc4d48b91a856a34027b093306c01c45d3a38) |
---|---|
1/* 2 * Copyright 2016 Advanced Micro Devices, Inc. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 28 unchanged lines hidden (view full) --- 37 u32 hwip; 38 u32 instance; 39 u32 segment; 40 u32 reg; 41 u32 and_mask; 42 u32 or_mask; 43}; 44 | 1/* 2 * Copyright 2016 Advanced Micro Devices, Inc. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 28 unchanged lines hidden (view full) --- 37 u32 hwip; 38 u32 instance; 39 u32 segment; 40 u32 reg; 41 u32 and_mask; 42 u32 or_mask; 43}; 44 |
45struct soc15_reg_rlcg { 46 u32 hwip; 47 u32 instance; 48 u32 segment; 49 u32 reg; 50}; 51 |
|
45struct soc15_reg_entry { 46 uint32_t hwip; 47 uint32_t inst; 48 uint32_t seg; 49 uint32_t reg_offset; 50 uint32_t reg_value; 51 uint32_t se_num; 52 uint32_t instance; --- 46 unchanged lines hidden --- | 52struct soc15_reg_entry { 53 uint32_t hwip; 54 uint32_t inst; 55 uint32_t seg; 56 uint32_t reg_offset; 57 uint32_t reg_value; 58 uint32_t se_num; 59 uint32_t instance; --- 46 unchanged lines hidden --- |