Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ipack/devices/
H A Dipoctal.h13 #define NR_CHANNELS 8 macro
15 #define MAX_DEVICES (NR_CHANNELS * IPOCTAL_MAX_BOARDS)
H A Dipoctal.c48 struct ipoctal_channel channel[NR_CHANNELS];
263 for (i = 0; i < NR_CHANNELS; i++) in ipoctal_irq_handler()
327 for (i = 0; i < NR_CHANNELS ; i++) { in ipoctal_inst_slot()
362 drv = tty_alloc_driver(NR_CHANNELS, TTY_DRIVER_REAL_RAW | in ipoctal_inst_slot()
395 for (i = 0; i < NR_CHANNELS; i++) { in ipoctal_inst_slot()
716 for (i = 0; i < NR_CHANNELS; i++) { in __ipoctal_remove()