Home
last modified time | relevance | path

Searched refs:c_swswap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mips/alchemy/
H A Dau_wired_space.c93 int c_swswap; member
339 return (c->c_swswap ? bswap16(val) : val); in au_wired_r_2()
348 return (c->c_swswap ? bswap32(val) : val); in au_wired_r_4()
357 return (c->c_swswap ? bswap64(val) : val); in au_wired_r_8()
372 *(volatile uint16_t *)(h + o) = c->c_swswap ? bswap16(val) : val; in au_wired_w_2()
380 *(volatile uint32_t *)(h + o) = c->c_swswap ? bswap32(val) : val; in au_wired_w_4()
388 *(volatile uint64_t *)(h + o) = c->c_swswap ? bswap64(val) : val; in au_wired_w_8()
652 c->c_swswap = 1; in au_wired_space_init()
660 c->c_swswap = 1; in au_wired_space_init()
H A Dau_himem_space.c93 int c_swswap; member
386 return (c->c_swswap ? bswap16(val) : val); in au_himem_r_2()
397 return (c->c_swswap ? bswap32(val) : val); in au_himem_r_4()
408 return (c->c_swswap ? bswap64(val) : val); in au_himem_r_8()
424 *(volatile uint16_t *)(intptr_t)(h + o) = c->c_swswap ? bswap16(val) : val; in au_himem_w_2()
433 *(volatile uint32_t *)(intptr_t)(h + o) = c->c_swswap ? bswap32(val) : val; in au_himem_w_4()
442 *(volatile uint64_t *)(intptr_t)(h + o) = c->c_swswap ? bswap64(val) : val; in au_himem_w_8()
712 c->c_swswap = 1; in au_himem_space_init()
720 c->c_swswap = 1; in au_himem_space_init()