Home
last modified time | relevance | path

Searched refs:clk_cfg (Results 1 – 3 of 3) sorted by relevance

/drivers/spi/
Dspi-bcm63xx.c200 u8 clk_cfg, reg; in bcm63xx_spi_setup_transfer() local
204 clk_cfg = SPI_CLK_0_391MHZ; in bcm63xx_spi_setup_transfer()
209 clk_cfg = bcm63xx_spi_freq_table[i][1]; in bcm63xx_spi_setup_transfer()
217 reg |= clk_cfg; in bcm63xx_spi_setup_transfer()
221 clk_cfg, t->speed_hz); in bcm63xx_spi_setup_transfer()
/drivers/net/ethernet/intel/ice/
Dice_ptp.c1728 struct ice_perout_channel clk_cfg = {0}; in ice_ptp_gpio_enable_e810() local
1742 clk_cfg.gpio_pin = GPIO_20; in ice_ptp_gpio_enable_e810()
1744 clk_cfg.gpio_pin = GPIO_22; in ice_ptp_gpio_enable_e810()
1749 clk_cfg.gpio_pin = GPIO_20; in ice_ptp_gpio_enable_e810()
1751 clk_cfg.gpio_pin = GPIO_22; in ice_ptp_gpio_enable_e810()
1753 clk_cfg.gpio_pin = PPS_PIN_INDEX; in ice_ptp_gpio_enable_e810()
1755 clk_cfg.gpio_pin = chan; in ice_ptp_gpio_enable_e810()
1758 clk_cfg.period = ((rq->perout.period.sec * NSEC_PER_SEC) + in ice_ptp_gpio_enable_e810()
1760 clk_cfg.start_time = ((rq->perout.start.sec * NSEC_PER_SEC) + in ice_ptp_gpio_enable_e810()
1762 clk_cfg.ena = !!on; in ice_ptp_gpio_enable_e810()
[all …]
/drivers/tty/serial/
Drp2.c597 u32 clk_cfg; in rp2_reset_asic() local
605 clk_cfg = readw(base + RP2_ASIC_CFG); in rp2_reset_asic()
606 clk_cfg = (clk_cfg & ~BIT(8)) | BIT(9); in rp2_reset_asic()
607 writew(clk_cfg, base + RP2_ASIC_CFG); in rp2_reset_asic()