Searched refs:DIV7_1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_car.c | 77 #define DIV7_1(_id, cname, plist, o, s) \ macro 264 DIV7_1(0, "pllC_out1_div", "pllC_out0", PLLC_OUT, 2), 265 DIV7_1(0, "pllM_out1_div", "pllM_out0", PLLM_OUT, 8), 266 DIV7_1(0, "pllP_outX0_div", "pllP_out0", PLLP_RESHIFT, 2), 267 DIV7_1(0, "pllP_out1_div", "pllP_out0", PLLP_OUTA, 8), 268 DIV7_1(0, "pllP_out2_div", "pllP_out0", PLLP_OUTA, 24), 269 DIV7_1(0, "pllP_out3_div", "pllP_out0", PLLP_OUTB, 8), 270 DIV7_1(0, "pllP_out4_div", "pllP_out0", PLLP_OUTB, 24), 271 DIV7_1(0, "pllP_out5_div", "pllP_out0", PLLP_OUTC, 24), 272 DIV7_1(0, "pllA_out1_div", "pllA_out", PLLA_OUT, 8),
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_clk_pll.c | 165 #define DIV7_1(_id, cname, plist, o, s) \ macro 543 DIV7_1(0, "pllC_out1_div", "pllC_out0", PLLC_OUT, 8), 545 DIV7_1(0, "pllP_out1_div", "pllP_out0", PLLP_OUTA, 8), 547 DIV7_1(0, "pllP_out3_div", "pllP_out0", PLLP_OUTB, 8), 548 DIV7_1(0, "pllP_out4_div", "pllP_out0", PLLP_OUTB, 24), 549 DIV7_1(0, "pllP_out5_div", "pllP_out0", PLLP_OUTC, 24), 552 DIV7_1(0, "pllU_out1_div", "pllU_out0", PLLU_OUTA, 8), 553 DIV7_1(0, "pllU_out2_div", "pllU_out0", PLLU_OUTA, 24), 556 DIV7_1(0, "pllREFE_out1_div", "pllREFE", PLLREFE_OUT, 8), 560 DIV7_1(0, "pllC4_out3_div", "pllC4_out0", PLLC4_OUT, 8), [all …]
|
H A D | tegra210_car.c | 78 #define DIV7_1(_id, cname, plist, o, s) \ macro
|