Searched refs:DCF_HAVE_MUX (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_clk_per.c | 375 #define DCF_HAVE_MUX 0x0100 /* Block with multipexor */ macro 408 PER_CLK(id, cn, pl, r, 8, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 412 PER_CLK(id, cn, pl, r, 16, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 415 PER_CLK(id, cn, pl, r, 16, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 418 PER_CLK(id, cn, pl, r, 0, 0, (f) | DCF_HAVE_MUX) 563 if (sc->flags & DCF_HAVE_MUX) in periph_init() 594 if (!(sc->flags & DCF_HAVE_MUX)) in periph_set_mux()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_clk_per.c | 483 #define DCF_HAVE_MUX 0x0100 /* Block with multipexor */ macro 517 PER_CLK(id, cn, pl, r, 8, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 520 PER_CLK(id, cn, pl, r, 8, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 524 PER_CLK(id, cn, pl, r, 16, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 527 PER_CLK(id, cn, pl, r, 16, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 530 PER_CLK(id, cn, pl, r, 0, 0, (f) | DCF_HAVE_MUX) 676 if (sc->flags & DCF_HAVE_MUX) in periph_init() 708 if (!(sc->flags & DCF_HAVE_MUX)) in periph_set_mux()
|