Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hsi/controllers/
Domap_ssi.h33 #define SSI_MAX_CHANNELS 8 macro
94 struct list_head txqueue[SSI_MAX_CHANNELS];
95 struct list_head rxqueue[SSI_MAX_CHANNELS];
Domap_ssi_port.c1067 for (ch = 0; ch < SSI_MAX_CHANNELS; ch++) { in ssi_queues_init()