Searched refs:amdvi_ctrl (Results 1 – 3 of 3) sorted by relevance
180 struct amdvi_ctrl { struct250 CTASSERT(offsetof(struct amdvi_ctrl, pad1)== 0x58); argument251 CTASSERT(offsetof(struct amdvi_ctrl, pad2)== 0x2028);252 CTASSERT(offsetof(struct amdvi_ctrl, pad3)== 0x2040);260 CTASSERT(sizeof(struct amdvi_ctrl) == 0x4000);261 CTASSERT(sizeof(struct amdvi_ctrl) == AMDVI_MMIO_V1_SIZE);394 struct amdvi_ctrl *ctrl; /* Control area. */
267 struct amdvi_ctrl *ctrl; in amdvi_get_cmd_tail()288 struct amdvi_ctrl *ctrl; in amdvi_update_cmd_tail()448 struct amdvi_ctrl *ctrl; in amdvi_cmp_wait()476 struct amdvi_ctrl *ctrl; in amdvi_wait()501 struct amdvi_ctrl *ctrl; in amdvi_dump_cmds()527 struct amdvi_ctrl *ctrl; in amdvi_init_event()693 struct amdvi_ctrl *ctrl; in amdvi_print_events()714 struct amdvi_ctrl *ctrl; in amdvi_init_dte()759 struct amdvi_ctrl *ctrl; in amdvi_event_intr()795 struct amdvi_ctrl *ctrl; in amdvi_alloc_intr_resources()[all …]
659 softc->ctrl = (struct amdvi_ctrl *) PHYS_TO_DMAP(ivhd->BaseAddress); in ivhd_attach()