Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-gpio-defs.h202 uint64_t clk_sel : 2; /**< Selects which of the 4 GPIO clock generators */ member
218 uint64_t clk_sel : 2;
253 uint64_t clk_sel : 2; /**< Selects which of the 4 GPIO clock generators */ member
269 uint64_t clk_sel : 2;
795 uint64_t clk_sel : 2; /**< Selects which of the 4 GPIO clock generators */ member
811 uint64_t clk_sel : 2;
/freebsd-13-stable/sys/dev/sdhci/
HDsdhci.c341 uint32_t clk_sel; in sdhci_set_clock() local
361 clk_sel = RD2(slot, BCM577XX_HOST_CONTROL) & in sdhci_set_clock()
369 clk_sel |= (BCM577XX_CTRL_CLKSEL_64MHZ << in sdhci_set_clock()
372 clk_sel |= (BCM577XX_CTRL_CLKSEL_DEFAULT << in sdhci_set_clock()
376 WR2(slot, BCM577XX_HOST_CONTROL, clk_sel); in sdhci_set_clock()