Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/hamradio/
Dscc.c142 #define SCC_MAXCHIPS 4 /* number of max. supported chips */ macro
223 static struct scc_channel SCC_Info[2 * SCC_MAXCHIPS]; /* information per channel */
229 } SCC_ctrl[SCC_MAXCHIPS+1];
1730 if (Nchips >= SCC_MAXCHIPS) in scc_net_siocdevprivate()