Lines Matching +full:set +full:- +full:of +full:- +full:ports
1 /* SPDX-License-Identifier: GPL-2.0+ */
13 #define MAX_RS232_PORTS 8 /* Max # of RS-232 ports per device */
30 __u8 NumPorts; /* Number of ports on edgeport */
31 __u8 ProdInfoVer; /* What version of structure is this? */
33 __u32 IsServer :1; /* Set if Server */
34 __u32 IsRS232 :1; /* Set if RS-232 ports exist */
35 __u32 IsRS422 :1; /* Set if RS-422 ports exist */
36 __u32 IsRS485 :1; /* Set if RS-485 ports exist */
39 __u8 RomSize; /* Size of ROM/E2PROM in K */
40 __u8 RamSize; /* Size of external RAM in K */
56 __u8 EpicVer; /* What version of EPiC spec this device supports */