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

  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 296 #define PUTBYTE(reg, val) \
299 PUTBYTE(0x338, 0x84); /* Red led(GP17), fan on(GP12) */
300 PUTBYTE(0x370, 0x87); /* Enter the extended function mode */
301 PUTBYTE(0x370, 0x87); /* (need to write the magic twice) */
302 PUTBYTE(0x370, 0x07); /* Select Logical Device Number reg */
303 PUTBYTE(0x371, 0x07); /* Select Logical Device 7 (GPIO) */
304 PUTBYTE(0x370, 0xe6); /* Select GP16 Control Reg */
305 PUTBYTE(0x371, 0x00); /* Make GP16 an output */
306 PUTBYTE(0x338, 0xc4); /* RESET(GP16), red led, fan on */
  /src/sys/net/
bsd-comp.c 472 #define PUTBYTE(v) { \
496 PUTBYTE(accm >> 24); \
628 PUTBYTE((accm | (0xff << (bitno-8))) >> 24);
657 #undef PUTBYTE

Completed in 12 milliseconds