Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H 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()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c4750 u32 target_command = 0; in setKey() local
4768 target_command = i + CAM_CONTENT_COUNT * entryno; in setKey()
4769 target_command |= BIT(31) | BIT(16); in setKey()
4777 write_nic_dword(dev, RWCAM, target_command); in setKey()
4784 write_nic_dword(dev, RWCAM, target_command); in setKey()
4790 write_nic_dword(dev, RWCAM, target_command); in setKey()