Lines Matching refs:phy

78 #define scu_transport_layer_read(phy, reg) \  argument
80 scic_sds_phy_get_controller(phy), \
81 (phy)->transport_layer_registers->reg \
88 #define scu_transport_layer_write(phy, reg, value) \ argument
90 scic_sds_phy_get_controller(phy), \
91 (phy)->transport_layer_registers->reg, \
102 #define SCU_TLCR_READ(phy) \ argument
103 scu_transport_layer_read(phy, control)
108 #define SCU_TLCR_WRITE(phy, value) \ argument
109 scu_transport_layer_write(phy, control, value)
114 #define SCU_TLADTR_READ(phy) \ argument
115 scu_transport_layer_read(phy, address_translation)
120 #define SCU_TLADTR_WRITE(phy) \ argument
121 scu_transport_layer_write(phy, address_translation, value)
126 #define SCU_STPTLDARNI_WRITE(phy, index) \ argument
127 scu_transport_layer_write(phy, stp_rni, index)
132 #define SCU_STPTLDARNI_READ(phy) \ argument
133 scu_transport_layer_read(phy, stp_rni)
143 #define scu_link_layer_register_read(phy, reg) \ argument
145 scic_sds_phy_get_controller(phy), \
146 (phy)->link_layer_registers->reg \
153 #define scu_link_layer_register_write(phy, reg, value) \ argument
155 scic_sds_phy_get_controller(phy), \
156 (phy)->link_layer_registers->reg, \
165 #define SCU_SAS_TIPID_READ(phy) \ argument
166 scu_link_layer_register_read(phy, identify_frame_phy_id)
169 #define SCU_SAS_TIPID_WRITE(phy, value) \ argument
170 scu_link_layer_register_write(phy, identify_frame_phy_id, value)
173 #define SCU_SAS_TIID_READ(phy) \ argument
174 scu_link_layer_register_read(phy, transmit_identification)
177 #define SCU_SAS_TIID_WRITE(phy, value) \ argument
178 scu_link_layer_register_write(phy, transmit_identification, value)
181 #define SCU_SAS_TIDNH_READ(phy) \ argument
182 scu_link_layer_register_read(phy, sas_device_name_high)
185 #define SCU_SAS_TIDNH_WRITE(phy, value) \ argument
186 scu_link_layer_register_write(phy, sas_device_name_high, value)
189 #define SCU_SAS_TIDNL_READ(phy) \ argument
190 scu_link_layer_register_read(phy, sas_device_name_low)
193 #define SCU_SAS_TIDNL_WRITE(phy, value) \ argument
194 scu_link_layer_register_write(phy, sas_device_name_low, value)
197 #define SCU_SAS_TISSAH_READ(phy) \ argument
198 scu_link_layer_register_read(phy, source_sas_address_high)
201 #define SCU_SAS_TISSAH_WRITE(phy, value) \ argument
202 scu_link_layer_register_write(phy, source_sas_address_high, value)
205 #define SCU_SAS_TISSAL_READ(phy) \ argument
206 scu_link_layer_register_read(phy, source_sas_address_low)
209 #define SCU_SAS_TISSAL_WRITE(phy, value) \ argument
210 scu_link_layer_register_write(phy, source_sas_address_low, value)
213 #define SCU_SAS_PCFG_READ(phy) \ argument
214 scu_link_layer_register_read(phy, phy_configuration);
217 #define SCU_SAS_PCFG_WRITE(phy, value) \ argument
218 scu_link_layer_register_write(phy, phy_configuration, value)
221 #define SCU_SAS_ENSPINUP_READ(phy) \ argument
222 scu_link_layer_register_read(phy, notify_enable_spinup_control)
225 #define SCU_SAS_ENSPINUP_WRITE(phy, value) \ argument
226 scu_link_layer_register_write(phy, notify_enable_spinup_control, value)
229 #define SCU_SAS_CLKSM_READ(phy) \ argument
230 scu_link_layer_register_read(phy, clock_skew_management)
233 #define SCU_SAS_CLKSM_WRITE(phy, value) \ argument
234 scu_link_layer_register_write(phy, clock_skew_management, value)
237 #define SCU_SAS_PHYCAP_READ(phy) \ argument
238 scu_link_layer_register_read(phy, phy_capabilities)
241 #define SCU_SAS_PHYCAP_WRITE(phy, value) \ argument
242 scu_link_layer_register_write(phy, phy_capabilities, value)
245 #define SCU_SAS_RECPHYCAP_READ(phy) \ argument
246 scu_link_layer_register_read(phy, receive_phycap)
249 #define SCU_SAS_LLCTL_READ(phy) \ argument
250 scu_link_layer_register_read(phy, link_layer_control);
253 #define SCU_SAS_LLCTL_WRITE(phy, value) \ argument
254 scu_link_layer_register_write(phy, link_layer_control, value);
257 #define SCU_SAS_LLSTA_READ(phy) \ argument
258 scu_link_layer_register_read(phy, link_layer_status);
260 #define SCU_SAS_ECENCR_READ(phy) \ argument
261 scu_link_layer_register_read(phy, error_counter_event_notification_control)
263 #define SCU_SAS_ECENCR_WRITE(phy, value) \ argument
264 scu_link_layer_register_write(phy, error_counter_event_notification_control, value)