Searched defs:devstate_ctl_reg (Results 1 – 1 of 1) sorted by relevance
66 struct devstate_ctl_reg { struct67 u32 reg; /* register holding the control bits */68 u8 start_id; /* start id of this range */69 u8 num_ids; /* number of devices in this range */70 u8 enable_only; /* bits are write-once to enable only */71 u8 enable; /* value used to enable device */72 u8 disable; /* value used to disable device */96 struct devstate_ctl_reg *ctl; argument