Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/dev/
H A Dastro.c43 uint32_t ioc_ctrl; member
232 uint32_t rid, ioc_ctrl; in astro_attach() local
254 ioc_ctrl = le32toh(r->ioc_ctrl); in astro_attach()
255 ioc_ctrl &= ~ASTRO_IOC_CTRL_CE; in astro_attach()
256 ioc_ctrl &= ~ASTRO_IOC_CTRL_RM; in astro_attach()
257 ioc_ctrl &= ~ASTRO_IOC_CTRL_NC; in astro_attach()
258 r->ioc_ctrl = htole32(ioc_ctrl); in astro_attach()