Home
last modified time | relevance | path

Searched refs:phy_mask (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/dev/isci/scil/
HDscic_sds_sgpio.c82 U32 phy_mask, in scic_sgpio_write_SGODSR_register() argument
90 if (phy_mask >> phy_index & 1) in scic_sgpio_write_SGODSR_register()
146 U32 phy_mask, in scic_sgpio_apply_led_blink_pattern() argument
178 scic_sgpio_write_SGODSR_register(core_controller, phy_mask, output_value); in scic_sgpio_apply_led_blink_pattern()
190 U32 phy_mask; in scic_sgpio_set_led_blink_pattern() local
194 phy_mask = scic_sds_port_get_phys(port); in scic_sgpio_set_led_blink_pattern()
197 controller, phy_mask, error, locate, activity, pattern_selection); in scic_sgpio_set_led_blink_pattern()
202 U32 phy_mask, in scic_sgpio_update_led_state() argument
228 scic_sgpio_write_SGODSR_register(core_controller, phy_mask, output_value); in scic_sgpio_update_led_state()
239 U32 phy_mask; in scic_sgpio_set_led_state() local
[all …]
HDscu_bios_definitions.h258 U8 phy_mask; member
455 U8 phy_mask; member
665 U8 phy_mask; member
886 U8 phy_mask; member
HDscic_sds_port.c220 U32 phy_mask in scic_sds_port_is_phy_mask_valid() argument
225 if ( ((phy_mask & 0x0F) == 0x0F) in scic_sds_port_is_phy_mask_valid()
226 || ((phy_mask & 0x03) == 0x03) in scic_sds_port_is_phy_mask_valid()
227 || ((phy_mask & 0x01) == 0x01) in scic_sds_port_is_phy_mask_valid()
228 || (phy_mask == 0) ) in scic_sds_port_is_phy_mask_valid()
233 if ( ((phy_mask & 0x02) == 0x02) in scic_sds_port_is_phy_mask_valid()
234 || (phy_mask == 0) ) in scic_sds_port_is_phy_mask_valid()
239 if ( ((phy_mask & 0x0C) == 0x0C) in scic_sds_port_is_phy_mask_valid()
240 || ((phy_mask & 0x04) == 0x04) in scic_sds_port_is_phy_mask_valid()
241 || (phy_mask == 0) ) in scic_sds_port_is_phy_mask_valid()
[all …]
HDscic_sds_port_configuration_agent.c323 U32 phy_mask; in scic_sds_mpc_agent_validate_phy_configuration() local
343 phy_mask = controller->oem_parameters.sds1.ports[port_index].phy_mask; in scic_sds_mpc_agent_validate_phy_configuration()
345 if (phy_mask != 0) in scic_sds_mpc_agent_validate_phy_configuration()
349 if ((phy_mask & ~assigned_phy_mask) == 0) in scic_sds_mpc_agent_validate_phy_configuration()
357 if ((1 << phy_index) & phy_mask) in scic_sds_mpc_agent_validate_phy_configuration()
384 if ((1 << phy_index) & phy_mask) in scic_sds_mpc_agent_validate_phy_configuration()
HDscic_sgpio.h178 U32 phy_mask,
226 U32 phy_mask,
HDscic_port.h130 U32 phy_mask; member
HDscic_sds_port.h545 U32 phy_mask
HDscif_sas_remote_device.c197 SCI_GET_BITS_SET_COUNT(properties.phy_mask, fw_device->device_port_width); in scif_remote_device_da_construct()
HDscif_sas_domain.c1491 SCI_GET_BITS_SET_COUNT(properties.phy_mask, new_port_width); in scif_sas_domain_update_device_port_width()
HDscic_sds_controller.c3716 this_controller->oem_parameters.sds1.ports[index].phy_mask = 0; in scic_sds_controller_set_default_config_parameters()
4693 if (scic_parms->sds1.ports[index].phy_mask > SCIC_SDS_PARM_PHY_MASK_MAX) in scic_oem_parameters_set()
4726 if (scic_parms->sds1.ports[index].phy_mask != 0) in scic_oem_parameters_set()
4736 combined_phy_mask |= scic_parms->sds1.ports[index].phy_mask; in scic_oem_parameters_set()
HDscic_sds_remote_device.c171 SCI_GET_BITS_SET_COUNT(properties.phy_mask, this_device->device_port_width); in scic_remote_device_da_construct()
/NextBSD/sys/dev/isci/
HDisci_remote_device.c233 while ((port_properties.phy_mask != 0) && in isci_remote_device_get_bitrate()
234 !(port_properties.phy_mask & 0x1)) { in isci_remote_device_get_bitrate()
237 port_properties.phy_mask >>= 1; in isci_remote_device_get_bitrate()