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

  /src/sys/arch/luna68k/dev/
xpbus.c 292 xp_shmptr(int offset) function in typeref:typename:void *
303 return *((volatile uint8_t *)xp_shmptr(offset));
311 return le16toh(*(volatile uint16_t *)xp_shmptr(offset));
319 *(volatile uint8_t *)(xp_shmptr(offset)) = v;
327 *((volatile uint16_t *)xp_shmptr(offset)) = htole16((uint16_t)v);

Completed in 12 milliseconds