HomeSort by: relevance | last modified time | path
    Searched defs:sbic_value (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mvme68k/dev/
sbicreg.h 311 volatile unsigned char sbic_value; /* rw: register value */ member in struct:__anon6dc1a9080108
318 (val) = (regs)->sbic_value; \
324 (regs)->sbic_value = (val); \
385 (regs)->sbic_value = (val) >> 8; \
386 (regs)->sbic_value = (val); \
392 (val) = ((val) << 8) | (regs)->sbic_value; \
393 (val) = ((val) << 8) | (regs)->sbic_value; \
402 (regs)->sbic_value = *ptr++; \
sbicreg.h 311 volatile unsigned char sbic_value; /* rw: register value */ member in struct:__anon6dc1a9080108
318 (val) = (regs)->sbic_value; \
324 (regs)->sbic_value = (val); \
385 (regs)->sbic_value = (val) >> 8; \
386 (regs)->sbic_value = (val); \
392 (val) = ((val) << 8) | (regs)->sbic_value; \
393 (val) = ((val) << 8) | (regs)->sbic_value; \
402 (regs)->sbic_value = *ptr++; \

Completed in 83 milliseconds