Searched refs:target_command (Results 1 – 2 of 2) sorted by relevance
25 u32 target_command; in rtl_cam_program_entry() local34 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()
4750 u32 target_command = 0; in setKey() local4768 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()
Completed in 12 milliseconds