Searched refs:byZoneType (Results 1 – 4 of 4) sorted by relevance
454 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) { in init_channel_table()461 } else if (pDevice->byZoneType <= CCODE_MAX) { in init_channel_table()464 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) { in init_channel_table()466 pDevice->abyRegPwr[ii + 1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()467 pDevice->abyLocalPwr[ii + 1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()472 if (ChannelRuleTab[pDevice->byZoneType].bChannelIdxList[ii] != 0) { in init_channel_table()474 pDevice->abyRegPwr[ii + 1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()475 pDevice->abyLocalPwr[ii + 1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()482 pDevice->byZoneType, in init_channel_table()483 ChannelRuleTab[pDevice->byZoneType].chCountryCode[0], in init_channel_table()[all …]
402 unsigned char byZoneType; member
608 pDevice->byZoneType = pDevice->abyEEPROM[EEP_OFS_ZONETYPE]; in device_init_registers()610 pr_debug("pDevice->byZoneType = %x\n", pDevice->byZoneType); in device_init_registers()
1684 switch (pDevice->byZoneType) { in ChannelExceedZoneType()