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

  /src/sys/arch/atari/atari/
le_bus.c 227 static uint32_t swap32(uint32_t v);
236 static inline uint32_t swap32(uint32_t v) function in typeref:typename:uint32_t
250 #define __read_4(h, o) swap32(*((volatile uint32_t *)((h) + (o))))
255 #define __write_4(h, o, v) *((volatile uint32_t *)((h) + (o))) = swap32(v)
872 v = swap32(v);
919 v = swap32(v);
le_bus.c 227 static uint32_t swap32(uint32_t v);
236 static inline uint32_t swap32(uint32_t v) function in typeref:typename:uint32_t
250 #define __read_4(h, o) swap32(*((volatile uint32_t *)((h) + (o))))
255 #define __write_4(h, o, v) *((volatile uint32_t *)((h) + (o))) = swap32(v)
872 v = swap32(v);
919 v = swap32(v);

Completed in 21 milliseconds