Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dcam.c51 u32 target_command; in rtl_cam_program_entry() local
62 target_command = entry_i + CAM_CONTENT_COUNT * entry_no; in rtl_cam_program_entry()
63 target_command = target_command | BIT(31) | BIT(16); in rtl_cam_program_entry()
72 target_command); in rtl_cam_program_entry()
79 rtlpriv->cfg->maps[RWCAM], target_command); in rtl_cam_program_entry()
91 target_command); in rtl_cam_program_entry()
96 target_command); in rtl_cam_program_entry()
110 target_command); in rtl_cam_program_entry()
116 target_command); in rtl_cam_program_entry()
/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c170 u32 target_command = 0; in CAM_read_entry() local
176 target_command = entry_i+CAM_CONTENT_COUNT*iIndex; in CAM_read_entry()
177 target_command = target_command | BIT31; in CAM_read_entry()
186 write_nic_dword(dev, RWCAM, target_command); in CAM_read_entry()
188 target_command); in CAM_read_entry()
Drtl_debug.c623 u32 target_command = 0; in proc_get_cam_register_1() local
637 target_command = entry_i+CAM_CONTENT_COUNT*j; in proc_get_cam_register_1()
638 target_command = target_command | BIT31; in proc_get_cam_register_1()
647 write_nic_dword(dev, RWCAM, target_command); in proc_get_cam_register_1()
664 u32 target_command = 0; in proc_get_cam_register_2() local
678 target_command = entry_i + CAM_CONTENT_COUNT * j; in proc_get_cam_register_2()
679 target_command = target_command | BIT31; in proc_get_cam_register_2()
688 write_nic_dword(dev, RWCAM, target_command); in proc_get_cam_register_2()
705 u32 target_command = 0; in proc_get_cam_register_3() local
719 target_command = entry_i + CAM_CONTENT_COUNT * j; in proc_get_cam_register_3()
[all …]
/linux-3.4.99/drivers/staging/rtl8192u/
Dr8192U_core.c4023 u32 target_command=0; in CAM_read_entry() local
4032 target_command= entry_i+CAM_CONTENT_COUNT*iIndex; in CAM_read_entry()
4033 target_command= target_command | BIT31; in CAM_read_entry()
4047 write_nic_dword(dev, RWCAM, target_command); in CAM_read_entry()
4048 RT_TRACE(COMP_SEC,"CAM_read_entry(): WRITE A0: %x \n",target_command); in CAM_read_entry()