Lines Matching refs:clk_cfg
1396 struct ice_perout_channel clk_cfg = {0}; in ice_ptp_gpio_enable_e810() local
1410 clk_cfg.gpio_pin = GPIO_20; in ice_ptp_gpio_enable_e810()
1412 clk_cfg.gpio_pin = GPIO_22; in ice_ptp_gpio_enable_e810()
1417 clk_cfg.gpio_pin = GPIO_20; in ice_ptp_gpio_enable_e810()
1419 clk_cfg.gpio_pin = GPIO_22; in ice_ptp_gpio_enable_e810()
1421 clk_cfg.gpio_pin = PPS_PIN_INDEX; in ice_ptp_gpio_enable_e810()
1423 clk_cfg.gpio_pin = chan; in ice_ptp_gpio_enable_e810()
1426 clk_cfg.period = ((rq->perout.period.sec * NSEC_PER_SEC) + in ice_ptp_gpio_enable_e810()
1428 clk_cfg.start_time = ((rq->perout.start.sec * NSEC_PER_SEC) + in ice_ptp_gpio_enable_e810()
1430 clk_cfg.ena = !!on; in ice_ptp_gpio_enable_e810()
1432 err = ice_ptp_cfg_clkout(pf, chan, &clk_cfg, true); in ice_ptp_gpio_enable_e810()