Searched defs:cpt_inst_s (Results 1 – 2 of 2) sorted by relevance
160 struct cpt_inst_s { struct161 u64 nixtxl : 3; /* W0 */162 u64 doneint : 1;163 u64 rsvd_w0_4_15 : 12;164 u64 dat_offset : 8;165 u64 ext_param1 : 8;166 u64 nixtx_offset : 20;167 u64 rsvd_w0_52_63 : 12;168 u64 res_addr; /* W1 */169 u64 tag : 32; /* W2 */[all …]
73 union cpt_inst_s { union