Searched refs:us_config (Results 1 – 2 of 2) sorted by relevance
21 u8 *mac_addr, u8 *key_cont_128, u16 us_config) in rtl_cam_program_entry() argument39 (u32) (*(mac_addr + 1)) << 24 | (u32) us_config; in rtl_cam_program_entry()94 "after set key, usconfig:%x\n", us_config); in rtl_cam_program_entry()101 u32 us_config; in rtl_cam_add_one_entry() local116 us_config = CFG_VALID | ((u16) (ul_enc_alg) << 2); in rtl_cam_add_one_entry()118 us_config = CFG_VALID | ((ul_enc_alg) << 2) | ul_key_id; in rtl_cam_add_one_entry()121 (u8 *)key_content, us_config); in rtl_cam_add_one_entry()
4752 u16 us_config = 0; in setKey() local4763 us_config |= BIT(15) | (keytype << 2); in setKey()4765 us_config |= BIT(15) | (keytype << 2) | keyindex; in setKey()4774 (u32)us_config; in setKey()
Completed in 12 milliseconds