Searched refs:spiclk (Results 1 – 13 of 13) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/clk/rockchip/ |
D | clk_rk3368.c | 380 const struct spi_clkreg *spiclk = NULL; in rk3368_spi_get_clk() local 385 spiclk = &spi_clkregs[clk_id - SCLK_SPI0]; in rk3368_spi_get_clk() 393 val = readl(&cru->clksel_con[spiclk->reg]); in rk3368_spi_get_clk() 394 div = extract_bits(val, 7, spiclk->div_shift); in rk3368_spi_get_clk() 402 const struct spi_clkreg *spiclk = NULL; in rk3368_spi_set_clk() local 410 spiclk = &spi_clkregs[clk_id - SCLK_SPI0]; in rk3368_spi_set_clk() 418 rk_clrsetreg(&cru->clksel_con[spiclk->reg], in rk3368_spi_set_clk() 419 ((0x7f << spiclk->div_shift) | in rk3368_spi_set_clk() 420 (0x1 << spiclk->sel_shift)), in rk3368_spi_set_clk() 421 ((src_clk_div << spiclk->div_shift) | in rk3368_spi_set_clk() [all …]
|
D | clk_rk3399.c | 624 const struct spi_clkreg *spiclk = NULL; in rk3399_spi_get_clk() local 629 spiclk = &spi_clkregs[clk_id - SCLK_SPI0]; in rk3399_spi_get_clk() 637 val = readl(&cru->clksel_con[spiclk->reg]); in rk3399_spi_get_clk() 638 div = bitfield_extract(val, spiclk->div_shift, in rk3399_spi_get_clk() 646 const struct spi_clkreg *spiclk = NULL; in rk3399_spi_set_clk() local 654 spiclk = &spi_clkregs[clk_id - SCLK_SPI0]; in rk3399_spi_set_clk() 662 rk_clrsetreg(&cru->clksel_con[spiclk->reg], in rk3399_spi_set_clk() 663 ((CLK_SPI_PLL_DIV_CON_MASK << spiclk->div_shift) | in rk3399_spi_set_clk() 664 (CLK_SPI_PLL_SEL_GPLL << spiclk->sel_shift)), in rk3399_spi_set_clk() 665 ((src_clk_div << spiclk->div_shift) | in rk3399_spi_set_clk() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/nds32/dts/ |
D | ae3xx.dts | 26 spiclk: virt_100mhz { label 93 clocks = <&spiclk>;
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/spi/ |
D | spi-atcspi200.txt | 28 clocks = <&spiclk>;
|
/third_party/uboot/u-boot-2020.01/arch/riscv/dts/ |
D | ae350_32.dts | 168 spiclk: virt_100mhz { label 313 clocks = <&spiclk>;
|
D | ae350_64.dts | 168 spiclk: virt_100mhz { label 313 clocks = <&spiclk>;
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | rk3xxx.dtsi | 394 clock-names = "spiclk", "apb_pclk"; 407 clock-names = "spiclk", "apb_pclk";
|
D | rk3368.dtsi | 296 clock-names = "spiclk", "apb_pclk"; 309 clock-names = "spiclk", "apb_pclk"; 322 clock-names = "spiclk", "apb_pclk";
|
D | rk3399.dtsi | 643 clock-names = "spiclk", "apb_pclk"; 656 clock-names = "spiclk", "apb_pclk"; 669 clock-names = "spiclk", "apb_pclk"; 682 clock-names = "spiclk", "apb_pclk"; 695 clock-names = "spiclk", "apb_pclk"; 1092 clock-names = "spiclk", "apb_pclk";
|
D | rk3288.dtsi | 227 clock-names = "spiclk", "apb_pclk"; 242 clock-names = "spiclk", "apb_pclk"; 257 clock-names = "spiclk", "apb_pclk";
|
D | rk3308.dtsi | 321 clock-names = "spiclk", "apb_pclk"; 337 clock-names = "spiclk", "apb_pclk"; 353 clock-names = "spiclk", "apb_pclk";
|
D | px30.dtsi | 507 clock-names = "spiclk", "apb_pclk"; 522 clock-names = "spiclk", "apb_pclk";
|
D | rk3328.dtsi | 307 clock-names = "spiclk", "apb_pclk";
|