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

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

Completed in 112 milliseconds