OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tegra210_car_clocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/nvidia/
tegra210_car.c
462
static struct tegra_clk
tegra210_car_clocks
[] = {
variable in typeref:struct:tegra_clk[]
790
for (n = 0; n < __arraycount(
tegra210_car_clocks
); n++) {
791
tegra210_car_clocks
[n].base.domain = &sc->sc_clkdom;
792
clk_attach(&
tegra210_car_clocks
[n].base);
803
for (n = 0; n < __arraycount(
tegra210_car_clocks
); n++) {
804
struct clk *clk = TEGRA_CLK_BASE(&
tegra210_car_clocks
[n]);
1071
for (n = 0; n < __arraycount(
tegra210_car_clocks
); n++) {
1072
if (strcmp(
tegra210_car_clocks
[n].base.name, name) == 0) {
1073
return &
tegra210_car_clocks
[n];
tegra210_car.c
462
static struct tegra_clk
tegra210_car_clocks
[] = {
variable in typeref:struct:tegra_clk[]
790
for (n = 0; n < __arraycount(
tegra210_car_clocks
); n++) {
791
tegra210_car_clocks
[n].base.domain = &sc->sc_clkdom;
792
clk_attach(&
tegra210_car_clocks
[n].base);
803
for (n = 0; n < __arraycount(
tegra210_car_clocks
); n++) {
804
struct clk *clk = TEGRA_CLK_BASE(&
tegra210_car_clocks
[n]);
1071
for (n = 0; n < __arraycount(
tegra210_car_clocks
); n++) {
1072
if (strcmp(
tegra210_car_clocks
[n].base.name, name) == 0) {
1073
return &
tegra210_car_clocks
[n];
Completed in 209 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025