OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smbus_devs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mips/sibyte/dev/
sbsmbus.c
67
static const struct smbus_attach_locs
smbus_devs
[] = {
variable in typeref:typename:const struct smbus_attach_locs[]
92
for (i = 0; i < __arraycount(
smbus_devs
); i++) {
93
if (device_unit(self) !=
smbus_devs
[i].sa_interface)
97
sa.sa_interface =
smbus_devs
[i].sa_interface;
98
sa.sa_device =
smbus_devs
[i].sa_device;
101
locs[SMBUSCF_DEV] =
smbus_devs
[i].sa_device;
Completed in 13 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025