Searched refs:scu_link_layer_register_read (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/isci/scil/ |
| D | scic_sds_phy_registers.h | 145 #define scu_link_layer_register_read(phy, reg) \ macro 168 scu_link_layer_register_read(phy, identify_frame_phy_id) 176 scu_link_layer_register_read(phy, transmit_identification) 184 scu_link_layer_register_read(phy, sas_device_name_high) 192 scu_link_layer_register_read(phy, sas_device_name_low) 200 scu_link_layer_register_read(phy, source_sas_address_high) 208 scu_link_layer_register_read(phy, source_sas_address_low) 216 scu_link_layer_register_read(phy, phy_configuration); 224 scu_link_layer_register_read(phy, notify_enable_spinup_control) 232 scu_link_layer_register_read(phy, clock_skew_management) [all …]
|
| D | scic_sds_phy.c | 291 reg_val = scu_link_layer_register_read( in scic_sds_phy_link_layer_initialization() 411 phy_timer_timeout_values = scu_link_layer_register_read( in scic_sds_phy_link_layer_initialization() 1445 *data = scu_link_layer_register_read(this_phy, received_frame_count); in scic_phy_get_counter() 1448 *data = scu_link_layer_register_read(this_phy, transmit_frame_count); in scic_phy_get_counter() 1451 *data = scu_link_layer_register_read(this_phy, received_dword_count); in scic_phy_get_counter() 1454 *data = scu_link_layer_register_read(this_phy, transmit_dword_count); in scic_phy_get_counter() 1457 *data = scu_link_layer_register_read(this_phy, loss_of_sync_error_count); in scic_phy_get_counter() 1460 *data = scu_link_layer_register_read(this_phy, running_disparity_error_count); in scic_phy_get_counter() 1463 *data = scu_link_layer_register_read(this_phy, received_frame_crc_error_count); in scic_phy_get_counter() 1484 *data = scu_link_layer_register_read(this_phy, received_short_frame_count); in scic_phy_get_counter() [all …]
|