Searched refs:bus_prot (Results 1 – 1 of 1) sorted by relevance
77 struct regmap **bus_prot; member200 return scpsys->bus_prot[block_idx]; in scpsys_bus_protect_get_regmap()209 return scpsys->bus_prot[block_idx]; in scpsys_bus_protect_get_sta_regmap()1081 scpsys->bus_prot = devm_kmalloc_array(dev, num_regmaps, in scpsys_get_bus_protection_legacy()1082 sizeof(*scpsys->bus_prot), GFP_KERNEL); in scpsys_get_bus_protection_legacy()1083 if (!scpsys->bus_prot) in scpsys_get_bus_protection_legacy()1094 scpsys->bus_prot[j] = regmap[i]; in scpsys_get_bus_protection_legacy()1114 scpsys->bus_prot = devm_kmalloc_array(dev, soc->num_bus_prot_blocks, in scpsys_get_bus_protection()1115 sizeof(*scpsys->bus_prot), GFP_KERNEL); in scpsys_get_bus_protection()1116 if (!scpsys->bus_prot) in scpsys_get_bus_protection()[all …]