OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tegra124_car_clocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/nvidia/
tegra124_car.c
433
static struct tegra_clk
tegra124_car_clocks
[] = {
variable in typeref:struct:tegra_clk[]
776
for (n = 0; n < __arraycount(
tegra124_car_clocks
); n++) {
777
tegra124_car_clocks
[n].base.domain = &sc->sc_clkdom;
778
clk_attach(&
tegra124_car_clocks
[n].base);
949
for (n = 0; n < __arraycount(
tegra124_car_clocks
); n++) {
950
if (strcmp(
tegra124_car_clocks
[n].base.name, name) == 0) {
951
return &
tegra124_car_clocks
[n];
tegra124_car.c
433
static struct tegra_clk
tegra124_car_clocks
[] = {
variable in typeref:struct:tegra_clk[]
776
for (n = 0; n < __arraycount(
tegra124_car_clocks
); n++) {
777
tegra124_car_clocks
[n].base.domain = &sc->sc_clkdom;
778
clk_attach(&
tegra124_car_clocks
[n].base);
949
for (n = 0; n < __arraycount(
tegra124_car_clocks
); n++) {
950
if (strcmp(
tegra124_car_clocks
[n].base.name, name) == 0) {
951
return &
tegra124_car_clocks
[n];
Completed in 47 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025