Home
last modified time | relevance | path

Searched refs:extra_op (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/dev/rtw89/
H A Dfw.c5724 if (scan_info->extra_op.set)
5927 if (scan_info->extra_op.set)
5928 h2c->w6 = le32_encode_bits(scan_info->extra_op.macid,
5979 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
7452 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
7727 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
8147 struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
8347 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
H A Dmac.c5052 if (scan_info->extra_op.set) { in rtw89_hw_scan_search_op_chan()
5053 op = &scan_info->extra_op.chan; in rtw89_hw_scan_search_op_chan()
H A Dcore.h5691 struct rtw89_hw_scan_extra_op extra_op; member
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td265 class vpred_ops<dag extra_op, dag extra_mi> : OperandWithDefaultOps<OtherVT,
266 !con((ops (i32 0), (i32 zero_reg), (i32 zero_reg)), extra_op)> {