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

  /src/sys/arch/atari/atari/
le_bus.c 226 static uint16_t swap16(uint16_t v);
229 static inline uint16_t swap16(uint16_t v) function in typeref:typename:uint16_t
249 #define __read_2(h, o) swap16(*((volatile uint16_t *)((h) + (o))))
254 #define __write_2(h, o, v) *((volatile uint16_t *)((h) + (o))) = swap16(v)
862 v = swap16(v);
909 v = swap16(v);
le_bus.c 226 static uint16_t swap16(uint16_t v);
229 static inline uint16_t swap16(uint16_t v) function in typeref:typename:uint16_t
249 #define __read_2(h, o) swap16(*((volatile uint16_t *)((h) + (o))))
254 #define __write_2(h, o, v) *((volatile uint16_t *)((h) + (o))) = swap16(v)
862 v = swap16(v);
909 v = swap16(v);

Completed in 26 milliseconds