Searched refs:ucIndex (Results 1 – 4 of 4) sorted by relevance
1624 u8 ucIndex = *((u8 *)val); in SetHwReg8188EU() local1633 ulContent |= (ucIndex & 0x03) | ((u16)(ulEncAlgo) << 2); in SetHwReg8188EU()1637 ulCommand = CAM_CONTENT_COUNT * ucIndex + i; in SetHwReg8188EU()
450 void CAM_empty_entry(struct adapter *Adapter, u8 ucIndex) in CAM_empty_entry() argument452 rtw_hal_set_hwreg(Adapter, HW_VAR_CAM_EMPTY_ENTRY, (u8 *)(&ucIndex)); in CAM_empty_entry()
467 void CAM_empty_entry(struct adapter * Adapter, u8 ucIndex);
3404 u8 ucIndex = *val; in SetHwReg8723B() local3413 ulContent |= (ucIndex & 0x03) | ((u16)(ulEncAlgo)<<2); in SetHwReg8723B()3419 ulCommand = CAM_CONTENT_COUNT*ucIndex+i; in SetHwReg8723B()