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
104
ima_hash_algo_idx = NR_BANKS(ima_tpm_chip) + ima_extra_slots++;
security/integrity/ima/ima_crypto.c
107
NR_BANKS(ima_tpm_chip) + ima_extra_slots);
security/integrity/ima/ima_crypto.c
113
for (i = 0; i < NR_BANKS(ima_tpm_chip); i++) {
security/integrity/ima/ima_crypto.c
140
if (ima_sha1_idx >= NR_BANKS(ima_tpm_chip)) {
security/integrity/ima/ima_crypto.c
156
if (ima_hash_algo_idx >= NR_BANKS(ima_tpm_chip) &&
security/integrity/ima/ima_crypto.c
166
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++) {
security/integrity/ima/ima_crypto.c
186
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++)
security/integrity/ima/ima_crypto.c
347
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++) {
security/integrity/ima/ima_crypto.c
351
if (i < NR_BANKS(ima_tpm_chip)) {
security/integrity/ima/ima_crypto.c
61
for (i = 0; i < NR_BANKS(ima_tpm_chip) + ima_extra_slots; i++)
security/integrity/ima/ima_crypto.c
88
for (i = 0; i < NR_BANKS(ima_tpm_chip); i++) {
security/integrity/ima/ima_crypto.c
98
ima_sha1_idx = NR_BANKS(ima_tpm_chip) + ima_extra_slots++;
security/integrity/ima/ima_fs.c
635
int count = NR_BANKS(ima_tpm_chip);
security/integrity/ima/ima_fs.c
643
if (ima_sha1_idx >= NR_BANKS(ima_tpm_chip))
security/integrity/ima/ima_template.c
371
NR_BANKS(ima_tpm_chip) + ima_extra_slots,