astro.c | 43 uint32_t ioc_ctrl; member in struct:astro_regs 232 uint32_t rid, ioc_ctrl; local in function:astro_attach 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);
|