Home
last modified time | relevance | path

Searched refs:allowedChannel (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/src/
Dmultiboot.c110 u16 allowedChannel; in GetChannelProc() local
148 allowedChannel = WM_GetAllowedChannel(); in GetChannelProc()
149 if (allowedChannel == 0x8000) in GetChannelProc()
153 else if (allowedChannel == 0) in GetChannelProc()
159 if ((1 << (channel - 1)) > allowedChannel) in GetChannelProc()
189 while (((1 << (channel - 1)) & allowedChannel) == 0) in GetChannelProc()
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_sync.c376 DC_InvalidateRange(&(p->status->allowedChannel), 2); in WM_GetAllowedChannel()
377 return p->status->allowedChannel; in WM_GetAllowedChannel()
395 u16 allowedChannel; in WM_IsExistAllowedChannel() local
397 allowedChannel = *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_IsExistAllowedChannel()
399 if (allowedChannel) in WM_IsExistAllowedChannel()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fake_child.c748 u16 allowedChannel = WM_GetAllowedChannel(); in RotateChannel() local
749 if (allowedChannel == 0x8000 || allowedChannel == 0) in RotateChannel()
763 if (allowedChannel & (0x0001 << (mbf_work->scanParam.channel - 1))) in RotateChannel()
/TwlSDK-5.1.0/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_system.c280 return sys->status->allowedChannel; in NWM_GetAllowedChannel()
/TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/
Dwh.c2573 u16 allowedChannel; in WH_StateInMeasureChannel() local
2576 allowedChannel = WM_GetAllowedChannel(); in WH_StateInMeasureChannel()
2578 if (allowedChannel == 0x8000) in WH_StateInMeasureChannel()
2586 if (allowedChannel == 0) in WH_StateInMeasureChannel()
2595 while (((1 << (channel - 1)) & allowedChannel) == 0) in WH_StateInMeasureChannel()
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.c2699 u16 allowedChannel; in WH_StateInMeasureChannel() local
2702 allowedChannel = WM_GetAllowedChannel(); in WH_StateInMeasureChannel()
2704 if (allowedChannel == 0x8000) in WH_StateInMeasureChannel()
2712 if (allowedChannel == 0) in WH_StateInMeasureChannel()
2721 while (((1 << (channel - 1)) & allowedChannel) == 0) in WH_StateInMeasureChannel()
/TwlSDK-5.1.0/include/nitro/wm/common/
Dwm.h1042 u16 allowedChannel; member