Home
last modified time | relevance | path

Searched refs:NUM_CHANS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mailbox/
H A Dsun6i-msgbox.c20 #define NUM_CHANS 8 macro
79 for (n = 0; n < NUM_CHANS; ++n) { in sun6i_msgbox_irq()
207 chans = devm_kcalloc(dev, NUM_CHANS, sizeof(*chans), GFP_KERNEL); in sun6i_msgbox_probe()
211 for (i = 0; i < NUM_CHANS; ++i) in sun6i_msgbox_probe()
268 mbox->controller.num_chans = NUM_CHANS; in sun6i_msgbox_probe()