Searched refs:ioc_ctrl (Results 1 – 1 of 1) sorted by relevance
43 uint32_t ioc_ctrl; member232 uint32_t rid, ioc_ctrl; in astro_attach() local254 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()