Home
last modified time | relevance | path

Searched refs:target_command (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/
Dcam.c25 u32 target_command; in rtl_cam_program_entry() local
34 target_command = entry_i + CAM_CONTENT_COUNT * entry_no; in rtl_cam_program_entry()
35 target_command = target_command | BIT(31) | BIT(16); in rtl_cam_program_entry()
44 target_command); in rtl_cam_program_entry()
53 rtlpriv->cfg->maps[RWCAM], target_command); in rtl_cam_program_entry()
65 target_command); in rtl_cam_program_entry()
70 "WRITE A0: %x\n", target_command); in rtl_cam_program_entry()
84 target_command); in rtl_cam_program_entry()
89 "WRITE A0: %x\n", target_command); in rtl_cam_program_entry()
/Linux-v5.10/drivers/staging/rtl8192u/
Dr8192U_core.c4882 u32 target_command = 0; in setKey() local
4900 target_command = i + CAM_CONTENT_COUNT * entryno; in setKey()
4901 target_command |= BIT(31) | BIT(16); in setKey()
4909 write_nic_dword(dev, RWCAM, target_command); in setKey()
4916 write_nic_dword(dev, RWCAM, target_command); in setKey()
4922 write_nic_dword(dev, RWCAM, target_command); in setKey()