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