Home
last modified time | relevance | path

Searched refs:w12 (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A Dza-fork-asm.S29 mov w12, wzr
48 mov w12, wzr
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S91 mov w12, #0
265 mov w12, #0
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.c786 h2c->w12 = le32_encode_bits(bssid_cam->bssid_cam_idx, ADDR_CAM_W12_BSSID_IDX) | in rtw89_cam_fill_bssid_cam_info()
1139 h2c->w12 = le32_encode_bits(mld_bssid[4], DCTLINFO_V2_W12_MLD_BSSID_4) | in rtw89_cam_fill_dctl_sec_cam_info_v2()
1267 h2c->w12 = le32_encode_bits(mld_bssid[0], DCTLINFO_V3_W12_MLD_TA_BSSID_0_V2) | in rtw89_cam_fill_dctl_sec_cam_info_v3()
H A Dfw.h1418 __le32 w12; member
1561 __le32 w12; member
1734 __le32 w12; member
4159 __le32 w12; member
H A Dmac.c5806 sw_define = le32_get_bits(rpt_v2->w12, in rtw89_mac_c2h_tx_rpt()
5808 tx_status = le32_get_bits(rpt_v2->w12, in rtw89_mac_c2h_tx_rpt()
/linux/tools/testing/selftests/bpf/
H A DMakefile813 od -v -t 'xC' -w12 $< | sed 's/ \(\S\+\)/ 0x\1,/g;s/^\S\+/ /;$$d'; \