提交 05b466bf 编写于 作者: O Ofer Levi 提交者: Vineet Gupta

ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpc

Fixing compilation issue caused by missing struct nps_host_reg_aux_dpc
definition.

Fixes: 3f9cd874 ("ARC: [plat-eznps] avoid toggling of DPC register")
Reported-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NOfer Levi <oferle@mellanox.com>
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 386177da
......@@ -143,6 +143,15 @@ struct nps_host_reg_gim_p_int_dst {
};
/* AUX registers definition */
struct nps_host_reg_aux_dpc {
union {
struct {
u32 ien:1, men:1, hen:1, reserved:29;
};
u32 value;
};
};
struct nps_host_reg_aux_udmc {
union {
struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册