Searched refs:clk_sel (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gpio-defs.h202 uint64_t clk_sel : 2; /**< Selects which of the 4 GPIO clock generators */ member in struct:cvmx_gpio_bit_cfgx::cvmx_gpio_bit_cfgx_s
218 uint64_t clk_sel : 2;
253 uint64_t clk_sel : 2; /**< Selects which of the 4 GPIO clock generators */ member in struct:cvmx_gpio_bit_cfgx::cvmx_gpio_bit_cfgx_cn52xx
269 uint64_t clk_sel : 2;
795 uint64_t clk_sel : 2; /**< Selects which of the 4 GPIO clock generators */ member in struct:cvmx_gpio_xbit_cfgx::cvmx_gpio_xbit_cfgx_s
811 uint64_t clk_sel : 2;
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c343 uint32_t clk_sel; local
363 clk_sel = RD2(slot, BCM577XX_HOST_CONTROL) &
371 clk_sel |= (BCM577XX_CTRL_CLKSEL_64MHZ <<
374 clk_sel |= (BCM577XX_CTRL_CLKSEL_DEFAULT <<
378 WR2(slot, BCM577XX_HOST_CONTROL, clk_sel);

Completed in 100 milliseconds