OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phyif_utmi_bits
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/fdt/
dwc3_fdt.c
129
u_int
phyif_utmi_bits
;
local in function:dwc3_fdt_enable_phy
133
if (of_getprop_uint32(phandle, "snps,phyif-utmi-bits", &
phyif_utmi_bits
) != 0) {
136
phyif_utmi_bits
= 16;
138
phyif_utmi_bits
= 8;
140
phyif_utmi_bits
= 0;
142
if (
phyif_utmi_bits
== 16) {
146
} else if (
phyif_utmi_bits
== 8) {
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025