OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ic_channel
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/i2c/
i2c_subr.c
71
if (tag->
ic_channel
!= I2C_CHANNEL_DEFAULT) {
72
aprint_normal(" bus %d", tag->
ic_channel
);
i2cvar.h
97
int
ic_channel
;
member in struct:i2c_controller
139
return tag->
ic_channel
== I2C_CHANNEL_DEFAULT ? 0
140
: tag->
ic_channel
;
i2cmux.c
171
bus->controller.
ic_channel
= busidx;
i2c_exec.c
76
tag->
ic_channel
= I2C_CHANNEL_DEFAULT;
/src/sys/arch/macppc/dev/
ofw_i2c_machdep.c
94
aprint_debug_dev(dev, "%s:
ic_channel
=%d i2c_node=%d ctlr_node=%d\n",
95
__func__, tag->
ic_channel
, i2c_node, ctlr_node);
96
if (tag->
ic_channel
!= I2C_CHANNEL_DEFAULT && i2c_node == ctlr_node &&
97
tag->
ic_channel
!= channel) {
ki2c.c
125
ch->ch_i2c.
ic_channel
= channel;
/src/sys/arch/acorn32/podulebus/
icside.c
87
struct ata_channel
ic_channel
; /* generic part */
member in struct:icside_softc::icside_channel
265
sc->sc_wdcdev.sc_atac.atac_channels[channel] = &icp->
ic_channel
;
266
cp = &icp->
ic_channel
;
342
wdcintr(&icp->
ic_channel
);
/src/sys/dev/ic/
icpreg.h
309
u_int32_t
ic_channel
;
member in struct:icp_ioctlcmd
icp.c
806
icmd->
ic_channel
= htole32(arg2);
902
icmd->
ic_channel
= htole32(uicmd->
ic_channel
);
Completed in 16 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025