Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c6435 if (scan_info->extra_op.set)
6638 if (scan_info->extra_op.set)
6639 h2c->w6 = le32_encode_bits(scan_info->extra_op.macid,
6690 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
8391 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
8671 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
9091 struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
9291 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op;
H A Dmac.c5161 if (scan_info->extra_op.set) { in rtw89_hw_scan_search_op_chan()
5162 op = &scan_info->extra_op.chan; in rtw89_hw_scan_search_op_chan()
H A Dcore.h5811 struct rtw89_hw_scan_extra_op extra_op; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td255 class vpred_ops<dag extra_op, dag extra_mi> : OperandWithDefaultOps<OtherVT,
256 !con((ops (i32 0), (i32 zero_reg), (i32 zero_reg)), extra_op)> {