Searched defs:widget_cfg (Results 1 – 2 of 2) sorted by relevance
27 struct widget_cfg{ struct28 u32 w_id; /* 0x04 */29 u32 w_pad_0; /* 0x00 */30 u32 w_status; /* 0x0c */31 u32 w_pad_1; /* 0x08 */32 u32 w_err_upper_addr; /* 0x14 */33 u32 w_pad_2; /* 0x10 */34 u32 w_err_lower_addr; /* 0x1c */35 u32 w_pad_3; /* 0x18 */36 u32 w_control; /* 0x24 */[all …]
98 typedef volatile struct widget_cfg { struct121 } widget_cfg_t; argument