Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp79 CHANNEL_B = (1u<<2), // Has "B" (2) channel enumerator
DvkImageUtil.cpp202 const deUint32 chanB = PlanarFormatDescription::CHANNEL_B; in getYCbCrPlanarFormatDescription()
836 const deUint8 chanB = (deUint8)PlanarFormatDescription::CHANNEL_B; in getCorePlanarFormatDescription()
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_attach.c154 ret = ath5k_hw_nic_wakeup(ah, CHANNEL_B, 1); in ath5k_hw_attach()
Dath5k.h641 #define CHANNEL_B (CHANNEL_2GHZ|CHANNEL_CCK) macro
660 #define IS_CHAN_B(_c) ((_c->hw_value & CHANNEL_B) != 0)
Dath5k_reset.c731 case CHANNEL_B: in ath5k_hw_reset()
Dath5k.c616 channels[count].hw_value = CHANNEL_B; in ath5k_copy_channels()
Dath5k_phy.c1778 case CHANNEL_B: in ath5k_get_max_ctl_power()