Symbol: NR_BANKS
arch/arm/boot/compressed/atags_to_fdt.c
135
__be32 mem_reg_property[2 * 2 * NR_BANKS];
drivers/irqchip/irq-bcm2835.c
117
if (WARN_ON(intspec[0] >= NR_BANKS))
drivers/irqchip/irq-bcm2835.c
147
intc.domain = irq_domain_create_linear(of_fwnode_handle(node), MAKE_HWIRQ(NR_BANKS, 0),
drivers/irqchip/irq-bcm2835.c
152
for (b = 0; b < NR_BANKS; b++) {
drivers/irqchip/irq-bcm2835.c
81
void __iomem *pending[NR_BANKS];
drivers/irqchip/irq-bcm2835.c
82
void __iomem *enable[NR_BANKS];
drivers/irqchip/irq-bcm2835.c
83
void __iomem *disable[NR_BANKS];
security/integrity/ima/ima_api.c
57
NR_BANKS(ima_tpm_chip) + ima_extra_slots,
security/integrity/ima/ima_crypto.c
123
for (i = 0; i < NR_BANKS(ima_tpm_chip); i++) {
security/integrity/ima/ima_crypto.c
133
ima_sha1_idx = NR_BANKS(ima_tpm_chip) + ima_extra_slots++;
security/integrity/ima/ima_crypto.c
139
ima_hash_algo_idx = NR_BANKS(ima_tpm_chip) + ima_extra_slots++;
security/integrity/ima/ima_crypto.c
142
NR_BANKS(ima_tpm_chip) + ima_extra_slots);
security/integrity/ima/ima_crypto.c
148
for (i = 0; i < NR_BANKS(ima_tpm_chip); i++) {
security/integrity/ima/ima_crypto.c
173
if (ima_sha1_idx >= NR_BANKS(ima_tpm_chip)) {
security/integrity/ima/ima_crypto.c
188
if (ima_hash_algo_idx >= NR_BANKS(ima_tpm_chip) &&
security/integrity/ima/ima_crypto.c
196
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++) {
security/integrity/ima/ima_crypto.c
216
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++)
security/integrity/ima/ima_crypto.c
634
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++) {
security/integrity/ima/ima_crypto.c
638
if (i < NR_BANKS(ima_tpm_chip)) {
security/integrity/ima/ima_crypto.c
97
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++)
security/integrity/ima/ima_fs.c
397
int count = NR_BANKS(ima_tpm_chip);
security/integrity/ima/ima_fs.c
399
if (ima_sha1_idx >= NR_BANKS(ima_tpm_chip))
security/integrity/ima/ima_template.c
371
NR_BANKS(ima_tpm_chip) + ima_extra_slots,