OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sbic_value_p
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/amiga/dev/
sbicreg.h
311
volatile unsigned char *
sbic_value_p
; /* rw: register value */
member in struct:__anona9d2ac590108
318
(val) = *((regs).
sbic_value_p
); \
325
*((regs).
sbic_value_p
) = (val); \
386
*((regs).
sbic_value_p
) = (val)>>8; \
387
*((regs).
sbic_value_p
) = (val); \
391
(val) = ((val)<<8) | *((regs).
sbic_value_p
); \
392
(val) = ((val)<<8) | *((regs).
sbic_value_p
); \
399
while (n-- > 0) *((regs).
sbic_value_p
) = *ptr++; \
Completed in 12 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025