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

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

Completed in 194 milliseconds