Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/
A 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/drivers/staging/rtl8192u/
A Dr8192U_core.c4876 u32 target_command = 0; in setKey() local
4894 target_command = i + CAM_CONTENT_COUNT * entryno; in setKey()
4895 target_command |= BIT(31) | BIT(16); in setKey()
4903 write_nic_dword(dev, RWCAM, target_command); in setKey()
4910 write_nic_dword(dev, RWCAM, target_command); in setKey()
4916 write_nic_dword(dev, RWCAM, target_command); in setKey()

Completed in 11 milliseconds