Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com_phycfg.c1019 u8 *pg_data, in hal_load_pg_txpwr_info() argument
1027 struct map_t pg_data_map = MAP_ENT(184, 1, 0xFF, MAPSEG_PTR_ENT(0x00, 184, pg_data)); in hal_load_pg_txpwr_info()
1089 static u8 _check_phy_efuse_tx_power_info_valid(u8 *pg_data, int chk_len, u16 pg_offset) in _check_phy_efuse_tx_power_info_valid() argument
1095 if (*(pg_data + pg_offset + i) == 0xFF) in _check_phy_efuse_tx_power_info_valid()
1111 u8 *pg_data = hal_data->efuse_eeprom_data; in check_phy_efuse_tx_power_info_valid() local
1120 u8 tpt_mode = (pg_data[EEPROM_TX_PWR_CALIBRATE_RATE] & 0xF0) >> 4; in check_phy_efuse_tx_power_info_valid()
1149 ret = _check_phy_efuse_tx_power_info_valid(pg_data, PG_TXPWR_BASE_BYTE_NUM_2G, pg_offset); in check_phy_efuse_tx_power_info_valid()
1159 ret = _check_phy_efuse_tx_power_info_valid(pg_data, PG_TXPWR_BASE_BYTE_NUM_5G, pg_offset); in check_phy_efuse_tx_power_info_valid()
1186 u8 *pg_data = hal_data->efuse_eeprom_data; in hal_load_txpwr_info() local
1199 hal_load_pg_txpwr_info(adapter, pwr_info_2g, pwr_info_5g, pg_data, _FALSE); in hal_load_txpwr_info()