Symbol: clk_div_table
sys/arm/mv/clk/a37x0_nb_periph_clk_driver.c
49
static struct clk_div_table a37x0_periph_clk_table_6 [] = {
sys/arm/mv/clk/a37x0_nb_periph_clk_driver.c
59
static struct clk_div_table a37x0_periph_clk_table_2 [] = {
sys/arm64/nvidia/tegra210/tegra210_clk_pll.c
520
struct clk_div_table tegra210_pll_pdiv_tbl[] = {
sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c
206
sc->clk_def.div_table = (struct clk_div_table*)ofw_bus_search_compatible(dev, compat_data)->ocd_data;
sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c
61
static struct clk_div_table ls1028a_flexspi_div_tbl[] = {
sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c
79
static struct clk_div_table lx2160a_flexspi_div_tbl[] = {
sys/dev/clk/allwinner/ccu_a13.c
308
static struct clk_div_table apb0_div_table[] = {
sys/dev/clk/allwinner/ccu_a31.c
430
static struct clk_div_table axi_div_table[] = {
sys/dev/clk/allwinner/ccu_a31.c
466
static struct clk_div_table apb1_div_table[] = {
sys/dev/clk/allwinner/ccu_a64.c
478
static struct clk_div_table apb1_div_table[] = {
sys/dev/clk/allwinner/ccu_a64.c
514
static struct clk_div_table ths_div_table[] = {
sys/dev/clk/allwinner/ccu_d1.c
940
static struct clk_div_table riscv_axi_div_table[] = {
sys/dev/clk/allwinner/ccu_h3.c
419
static struct clk_div_table apb1_div_table[] = {
sys/dev/clk/allwinner/ccu_h3.c
455
static struct clk_div_table ths_div_table[] = {
sys/dev/clk/clk_div.c
68
struct clk_div_table *div_table;
sys/dev/clk/clk_div.c
84
struct clk_div_table *table;
sys/dev/clk/clk_div.c
99
struct clk_div_table *table;
sys/dev/clk/clk_div.h
48
struct clk_div_table *div_table; /* Divider table */