Searched defs:puc_cfg (Results 1 – 1 of 1) sorted by relevance
72 struct puc_cfg { struct73 uint16_t vendor;74 uint16_t device;75 uint16_t subvendor;76 uint16_t subdevice;77 const char *desc;78 int clock;79 int8_t ports;80 int8_t rid; /* Rid of first port */81 int8_t d_rid; /* Delta rid of next ports */[all …]