Lines Matching defs:CH_CTRL
409 struct CH_CTRL { struct
410 __u32 op_mode; /* operation mode */
411 __u32 intr_enable; /* interrupt masking */
412 __u32 sw_flow; /* SW flow control */
413 __u32 flow_status; /* output flow status */
414 __u32 comm_baud; /* baud rate - numerically specified */
415 __u32 comm_parity; /* parity */
416 __u32 comm_data_l; /* data length/stop */
417 __u32 comm_flags; /* other flags */
418 __u32 hw_flow; /* HW flow control */
419 __u32 rs_control; /* RS-232 outputs */
420 __u32 rs_status; /* RS-232 inputs */
421 __u32 flow_xon; /* xon char */
422 __u32 flow_xoff; /* xoff char */
423 __u32 hw_overflow; /* hw overflow counter */
424 __u32 sw_overflow; /* sw overflow counter */
425 __u32 comm_error; /* frame/parity error counter */
426 __u32 ichar;
427 __u32 filler[7];