Lines Matching defs:msp_protdesc
409 struct msp_protdesc { struct
410 u32 rx_phase_mode;
411 u32 tx_phase_mode;
412 u32 rx_phase2_start_mode;
413 u32 tx_phase2_start_mode;
414 u32 rx_byte_order;
415 u32 tx_byte_order;
416 u32 rx_frame_len_1;
417 u32 rx_frame_len_2;
418 u32 tx_frame_len_1;
419 u32 tx_frame_len_2;
420 u32 rx_elem_len_1;
421 u32 rx_elem_len_2;
422 u32 tx_elem_len_1;
423 u32 tx_elem_len_2;
424 u32 rx_data_delay;
425 u32 tx_data_delay;
426 u32 rx_clk_pol;
427 u32 tx_clk_pol;
428 u32 rx_fsync_pol;
429 u32 tx_fsync_pol;
430 u32 rx_half_word_swap;
454 struct msp_protdesc protdesc; argument