Searched refs:DMI_DMCONTROL_DMACTIVE (Results 1 – 4 of 4) sorted by relevance
106 write(DMI_DMCONTROL, DMI_DMCONTROL_DMACTIVE); in halt()111 int dmcontrol = DMI_DMCONTROL_HALTREQ | DMI_DMCONTROL_DMACTIVE; in halt()127 int dmcontrol = DMI_DMCONTROL_RESUMEREQ | DMI_DMCONTROL_DMACTIVE; in resume()141 write(DMI_DMCONTROL, DMI_DMCONTROL_DMACTIVE); in resume()563 write(DMI_DMCONTROL, DMI_DMCONTROL_DMACTIVE); in producer_thread()565 while ((read(DMI_DMCONTROL) & DMI_DMCONTROL_DMACTIVE) == 0) ; in producer_thread()
723 #define DMI_DMCONTROL_DMACTIVE (0x1 << DMI_DMCONTROL_DMACTIVE_OFFSET) macro
398 result = set_field(result, DMI_DMCONTROL_DMACTIVE, dmcontrol.dmactive); in dmi_read()789 if (!dmcontrol.dmactive && get_field(value, DMI_DMCONTROL_DMACTIVE)) in dmi_write()791 dmcontrol.dmactive = get_field(value, DMI_DMCONTROL_DMACTIVE); in dmi_write()
1140 #define DMI_DMCONTROL_DMACTIVE (0x1U << DMI_DMCONTROL_DMACTIVE_OFFSET) macro