HomeSort by: relevance | last modified time | path
    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 11 milliseconds