Home
last modified time | relevance | path

Searched defs:devstate_ctl_reg (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/c6x/platforms/
Ddscr.c66 struct devstate_ctl_reg { struct
67 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