Searched refs:bus_prot (Results 1 – 1 of 1) sorted by relevance
82 struct regmap **bus_prot; member205 return scpsys->bus_prot[block_idx]; in scpsys_bus_protect_get_regmap()214 return scpsys->bus_prot[block_idx]; in scpsys_bus_protect_get_sta_regmap()1214 scpsys->bus_prot = NULL; in scpsys_get_bus_protection_legacy()1218 scpsys->bus_prot = devm_kmalloc_array(dev, num_regmaps, in scpsys_get_bus_protection_legacy()1219 sizeof(*scpsys->bus_prot), GFP_KERNEL); in scpsys_get_bus_protection_legacy()1220 if (!scpsys->bus_prot) in scpsys_get_bus_protection_legacy()1231 scpsys->bus_prot[j] = regmap[i]; in scpsys_get_bus_protection_legacy()1251 scpsys->bus_prot = devm_kmalloc_array(dev, soc->num_bus_prot_blocks, in scpsys_get_bus_protection()1252 sizeof(*scpsys->bus_prot), GFP_KERNEL); in scpsys_get_bus_protection()[all …]