Home
last modified time | relevance | path

Searched refs:xp_shmptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/luna68k/dev/
H A Dxpbus.c292 xp_shmptr(int offset) in xp_shmptr() function
303 return *((volatile uint8_t *)xp_shmptr(offset)); in xp_readmem8()
311 return le16toh(*(volatile uint16_t *)xp_shmptr(offset)); in xp_readmem16le()
319 *(volatile uint8_t *)(xp_shmptr(offset)) = v; in xp_writemem8()
327 *((volatile uint16_t *)xp_shmptr(offset)) = htole16((uint16_t)v); in xp_writemem16le()
H A Dpsgpam.c361 memset(xp_shmptr(PAM_BUF), XP_ATN_RESET, PAM_BUF_LEN); in psgpam_open()
583 dp = xp_shmptr(sc->sc_xp_addr); in psgpam_trigger_output()
609 memset(xp_shmptr(PAM_BUF), XP_ATN_RESET, PAM_BUF_LEN); in psgpam_halt_output()
710 memcpy(xp_shmptr(sc->sc_xp_addr), in psgpam_intr()
H A Dxpbusvar.h69 void *xp_shmptr(int);