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

/freebsd-11-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-11-stable/sys/dev/sdhci/
H A Dsdhci.c316 uint32_t clk_sel; local
336 clk_sel = RD2(slot, BCM577XX_HOST_CONTROL) &
344 clk_sel |= (BCM577XX_CTRL_CLKSEL_64MHZ <<
347 clk_sel |= (BCM577XX_CTRL_CLKSEL_DEFAULT <<
351 WR2(slot, BCM577XX_HOST_CONTROL, clk_sel);

Completed in 90 milliseconds