Searched defs:oti6858_control_pkt (Results 1 – 1 of 1) sorted by relevance
75 struct oti6858_control_pkt { struct76 __le16 divisor; /* baud rate = 96000000 / (16 * divisor), LE */78 u8 frame_fmt;112 #define OTI6858_CTRL_PKT_SIZE sizeof(struct oti6858_control_pkt) argument