Home
last modified time | relevance | path

Searched refs:byZoneType (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/vt6655/
Dchannel.c454 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 …]
Ddevice.h402 unsigned char byZoneType; member
Ddevice_main.c608 pDevice->byZoneType = pDevice->abyEEPROM[EEP_OFS_ZONETYPE]; in device_init_registers()
610 pr_debug("pDevice->byZoneType = %x\n", pDevice->byZoneType); in device_init_registers()
Dwmgr.c1684 switch (pDevice->byZoneType) { in ChannelExceedZoneType()