OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_base
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/i2c/
act8846.c
86
uint8_t
c_base
;
member in struct:act8846_ctrl
93
.
c_base
= ACT_ ## base ## _BASE_REG, .c_type = (type) }
257
error = act8846_write(sc, c->
c_base
+ ACT_VSET0_OFFSET, val);
274
error = act8846_read(sc, c->
c_base
+ ACT_VSET0_OFFSET, &val);
300
error = act8846_read(sc, c->
c_base
+ regoff, &val);
325
if ((error = act8846_read(sc, c->
c_base
+ regoff, &val)) != 0)
328
error = act8846_write(sc, c->
c_base
+ regoff, val);
355
if ((error = act8846_read(sc, c->
c_base
+ regoff, &val)) != 0)
358
error = act8846_write(sc, c->
c_base
+ regoff, val);
/src/sys/arch/hppa/stand/common/
pdc.c
404
fall(int
c_base
, int c_count, int c_loop, int c_stride, int data)
408
for (; c_count--;
c_base
+= c_stride)
411
fdce(0,
c_base
);
413
fice(0,
c_base
);
/src/sys/arch/hppa/hppa/
machdep.c
990
fall(int
c_base
, int c_count, int c_loop, int c_stride, int data)
994
for (; c_count--;
c_base
+= c_stride)
997
fdce(0,
c_base
);
999
fice(0,
c_base
);
Completed in 15 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025