Searched refs:bus_prot (Results 1 – 1 of 1) sorted by relevance
76 struct regmap **bus_prot; member199 return scpsys->bus_prot[block_idx]; in scpsys_bus_protect_get_regmap()208 return scpsys->bus_prot[block_idx]; in scpsys_bus_protect_get_sta_regmap()1055 scpsys->bus_prot = devm_kmalloc_array(dev, num_regmaps, in scpsys_get_bus_protection_legacy()1056 sizeof(*scpsys->bus_prot), GFP_KERNEL); in scpsys_get_bus_protection_legacy()1057 if (!scpsys->bus_prot) in scpsys_get_bus_protection_legacy()1068 scpsys->bus_prot[j] = regmap[i]; in scpsys_get_bus_protection_legacy()1088 scpsys->bus_prot = devm_kmalloc_array(dev, soc->num_bus_prot_blocks, in scpsys_get_bus_protection()1089 sizeof(*scpsys->bus_prot), GFP_KERNEL); in scpsys_get_bus_protection()1090 if (!scpsys->bus_prot) in scpsys_get_bus_protection()[all …]