Home
last modified time | relevance | path

Searched defs:Val (Results 1 – 5 of 5) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
DwhalHwAccess.c2536 void whal_hwAccess_SetU08(TI_HANDLE hHwAccess, UINT32 Addr, UINT8 Val) in whal_hwAccess_SetU08()
2626 void whal_hwAccess_SetU16(TI_HANDLE hHwAccess, UINT32 Addr, UINT16 Val) in whal_hwAccess_SetU16()
2663 void whal_hwAccess_SetU16_Bits(TI_HANDLE hHwAccess, UINT32 Addr, UINT16 Val) in whal_hwAccess_SetU16_Bits()
2689 void whal_hwAccess_ResetU16_Bits(TI_HANDLE hHwAccess, UINT32 Addr, UINT16 Val) in whal_hwAccess_ResetU16_Bits()
2751 void whal_hwAccess_SetU32(TI_HANDLE hHwAccess, UINT32 Addr, UINT32 Val) in whal_hwAccess_SetU32()
2772 void whal_hwAccess_SetU32_Bits(TI_HANDLE hHwAccess, UINT32 Addr, UINT32 Val) in whal_hwAccess_SetU32_Bits()
2798 void whal_hwAccess_ResetU32_Bits(TI_HANDLE hHwAccess, UINT32 Addr, UINT32 Val) in whal_hwAccess_ResetU32_Bits()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
DwhalParams.c523 void whal_ParamsSetReqBssType(WhalParams_T *pWhalParams, int Val) in whal_ParamsSetReqBssType()
543 void whal_ParamsSetBssType(WhalParams_T *pWhalParams, int Val) in whal_ParamsSetBssType()
603 void whal_ParamsSetBeaconInterval(WhalParams_T *pWhalParams, UINT16 Val) in whal_ParamsSetBeaconInterval()
623 void whal_ParamsSetDtimCount(WhalParams_T *pWhalParams, UINT8 Val) in whal_ParamsSetDtimCount()
851 void whal_ParamsSetListenInterval(WhalParams_T *pWhalParams, UINT8 Val) in whal_ParamsSetListenInterval()
DwhalCtrl.c2539 void whalCtrl_SetBeaconInterval(TI_HANDLE hWhalCtrl , UINT16 Val) in whalCtrl_SetBeaconInterval()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/
DTNETWIF.c883 void TNETWIF_SetU08 (TI_HANDLE hTNETWIF, UINT32 Addr, UINT8 Val) in TNETWIF_SetU08()
911 void TNETWIF_SetU16 (TI_HANDLE hTNETWIF, UINT32 Addr, UINT16 Val) in TNETWIF_SetU16()
946 void TNETWIF_SetU32 (TI_HANDLE hTNETWIF, UINT32 Addr, UINT32 Val) in TNETWIF_SetU32()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
DshmBus.c328 void whalBus_MacRegWrite(TI_HANDLE hWhalBus, UINT32 RegAddr, UINT32 Val) in whalBus_MacRegWrite()