Lines Matching refs:phy_mask
82 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
243 phy_mask = scic_sds_port_get_phys(port); in scic_sgpio_set_led_state()
245 scic_sgpio_update_led_state(controller, phy_mask, error, locate, activity); in scic_sgpio_set_led_state()