Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_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 …]
H A Dscu_bios_definitions.h258 U8 phy_mask; member
455 U8 phy_mask; member
665 U8 phy_mask; member
886 U8 phy_mask; member
H A Dscic_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()
H A Dscic_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 …]
H A Dscic_sgpio.h178 U32 phy_mask,
226 U32 phy_mask,
H A Dscic_port.h130 U32 phy_mask; member
H A Dscic_sds_port.h545 U32 phy_mask
H A Dscif_sas_remote_device.c197 SCI_GET_BITS_SET_COUNT(properties.phy_mask, fw_device->device_port_width); in scif_remote_device_da_construct()
H A Dscif_sas_domain.c1491 SCI_GET_BITS_SET_COUNT(properties.phy_mask, new_port_width); in scif_sas_domain_update_device_port_width()
H A Dscic_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()
H A Dscic_sds_remote_device.c171 SCI_GET_BITS_SET_COUNT(properties.phy_mask, this_device->device_port_width); in scic_remote_device_da_construct()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dutil.c82 u32 phy_mask = dev->wcid_phy_mask[i]; in mt76_get_min_avg_rssi() local
87 for (j = i * 32; mask; j++, mask >>= 1, phy_mask >>= 1) { in mt76_get_min_avg_rssi()
91 if (!!(phy_mask & 1) != ext_phy) in mt76_get_min_avg_rssi()
/freebsd/sys/dev/isci/
H A Disci_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()
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-linksys-wrv54g.dts139 * FIXME: the boardfile defines .phy_mask = 0x1e for this port to enable output to
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c1499 uint32_t phy_mask; local
1500 phy_mask = ~(sc->fixed_mask | sc->cpuports_mask);
1502 return ((phy_mask & (1 << port)) ? true : false);