Lines Matching refs:starget_data

62 #define spi_period(x)	(((struct spi_transport_attrs *)&(x)->starget_data)->period)
63 #define spi_min_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->min_period)
64 #define spi_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->offset)
65 #define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset)
66 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->width)
67 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width)
68 #define spi_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->iu)
69 #define spi_max_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_iu)
70 #define spi_dt(x) (((struct spi_transport_attrs *)&(x)->starget_data)->dt)
71 #define spi_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->qas)
72 #define spi_max_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_qas)
73 #define spi_wr_flow(x) (((struct spi_transport_attrs *)&(x)->starget_data)->wr_flow)
74 #define spi_rd_strm(x) (((struct spi_transport_attrs *)&(x)->starget_data)->rd_strm)
75 #define spi_rti(x) (((struct spi_transport_attrs *)&(x)->starget_data)->rti)
76 #define spi_pcomp_en(x) (((struct spi_transport_attrs *)&(x)->starget_data)->pcomp_en)
77 #define spi_hold_mcs(x) (((struct spi_transport_attrs *)&(x)->starget_data)->hold_mcs)
78 #define spi_initial_dv(x) (((struct spi_transport_attrs *)&(x)->starget_data)->initial_dv)
79 #define spi_dv_pending(x) (((struct spi_transport_attrs *)&(x)->starget_data)->dv_pending)
81 #define spi_support_sync(x) (((struct spi_transport_attrs *)&(x)->starget_data)->support_sync)
82 #define spi_support_wide(x) (((struct spi_transport_attrs *)&(x)->starget_data)->support_wide)
83 #define spi_support_dt(x) (((struct spi_transport_attrs *)&(x)->starget_data)->support_dt)
84 #define spi_support_dt_only(x) (((struct spi_transport_attrs *)&(x)->starget_data)->support_dt_only)
85 #define spi_support_ius(x) (((struct spi_transport_attrs *)&(x)->starget_data)->support_ius)
86 #define spi_support_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->support_qas)
88 #define spi_flags(x) (((struct spi_transport_attrs *)&(x)->starget_data)->flags)