EN
tmp = REG_SET_FIELD(tmp, CP_PQ_WPTR_POLL_CNTL, EN, 0);
WREG32_FIELD(CP_PQ_WPTR_POLL_CNTL, EN, 0);
WREG32_FIELD15(GC, 0, CP_PQ_WPTR_POLL_CNTL, EN, 0);
WREG32_FIELD15(GC, 0, CP_PQ_WPTR_POLL_CNTL, EN, 0);
DDC_GPIO_REG_LIST_ENTRY(EN,cd,id),\
DDC_GPIO_VGA_REG_LIST_ENTRY(EN,cd),\
DDC_GPIO_I2C_REG_LIST_ENTRY(EN,cd),\
HPD_GPIO_REG_LIST_ENTRY(EN,cd,id),\
REG_UPDATE(EN_reg, EN, ~value);
REG_UPDATE(EN_reg, EN, 0);
REG_GET(EN_reg, EN, &gpio->store.en);
REG_UPDATE(EN_reg, EN, gpio->store.en);
WREG32_P(CG_CG_VOLTAGE_CNTL, 0, ~EN);
WREG32_P(CG_CG_VOLTAGE_CNTL, EN, ~EN);
switch (aif->data.EN.type) {
switch (aif->data.EN.data.EEE.eventType) {
channel = aif->data.EN.data.EEE.unitID;
channel = aif->data.EN.data.ECE.container;
switch(aif->data.EN.type) {
(int)sizeof(aif->data.EN.data.EG),
aif->data.EN.data.EG.text);
aif->data.EN.data.ECC.container[0],
aif->data.EN.data.ECC.container[1]);
aif->data.EN.data.EDF.deviceHandle);
aif->data.EN.data.EMF.container,
aif->data.EN.data.EMF.failedSlice,
aif->data.EN.data.EMF.creatingSlice);
"%d\n", aif->data.EN.data.ECE.container,
aif->data.EN.data.ECE.eventType);
"event %d\n", aif->data.EN.data.EEE.empID,
aif->data.EN.data.EEE.unitID,
aif->data.EN.data.EEE.eventType);
aif->data.EN.data.EBE.transition_type,
aif->data.EN.data.EBE.current_state,
aif->data.EN.data.EBE.prior_state);
aif->data.EN.data.ECLE.eventType);
aif->data.EN.data.EDS.eventType,
(intmax_t)aif->data.EN.data.EDS.DsNum,
(intmax_t)aif->data.EN.data.EDS.CreatorId);
device_printf(sc->aac_dev, "(%d)\n", aif->data.EN.type);
struct aac_AifEventNotify EN; /* Event notify */