Searched refs:physical_size (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Defuse.c43 u32 physical_size = rtwdev->efuse.physical_size; local
52 for (phy_idx = 0; phy_idx < physical_size - protect_size;) {
75 if (phy_idx + 1 > physical_size - protect_size ||
90 u32 size = rtwdev->efuse.physical_size;
150 u32 phy_size = efuse->physical_size;
H A Dmain.h1745 u32 physical_size; member in struct:rtw_efuse
H A Dmain.c1859 efuse->physical_size = chip->phy_efuse_size;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Defuse.c199 u32 physical_size = rtwdev->chip->physical_efuse_size; local
212 while (phy_idx < physical_size - sec_ctrl_size) {
227 if (phy_idx + 1 > physical_size - sec_ctrl_size - 1 ||
/linux-master/drivers/md/dm-vdo/
H A Dencodings.c1382 * @physical_size: The minimum block count of the underlying storage.
1389 nonce_t geometry_nonce, block_count_t physical_size,
1399 return vdo_validate_config(&states->vdo.config, physical_size, logical_size);
1388 vdo_validate_component_states(struct vdo_component_states *states, nonce_t geometry_nonce, block_count_t physical_size, block_count_t logical_size) argument
H A Dencodings.h1286 block_count_t physical_size,

Completed in 199 milliseconds