Searched refs:amdvi_ctrl (Results 1 – 3 of 3) sorted by relevance
181 struct amdvi_ctrl { struct251 CTASSERT(offsetof(struct amdvi_ctrl, pad1)== 0x58); argument252 CTASSERT(offsetof(struct amdvi_ctrl, pad2)== 0x2028);253 CTASSERT(offsetof(struct amdvi_ctrl, pad3)== 0x2040);261 CTASSERT(sizeof(struct amdvi_ctrl) == 0x4000);262 CTASSERT(sizeof(struct amdvi_ctrl) == AMDVI_MMIO_V1_SIZE);377 struct amdvi_ctrl *ctrl; /* Control area. */
235 struct amdvi_ctrl *ctrl = softc->ctrl; in amdvi_init_cmd()266 struct amdvi_ctrl *ctrl; in amdvi_get_cmd_tail()288 struct amdvi_ctrl *ctrl; in amdvi_update_cmd_tail()437 struct amdvi_ctrl *ctrl = softc->ctrl; in amdvi_cmp_wait()465 struct amdvi_ctrl *ctrl; in amdvi_wait()491 struct amdvi_ctrl *ctrl; in amdvi_dump_cmds()515 struct amdvi_ctrl *ctrl; in amdvi_init_event()681 struct amdvi_ctrl *ctrl; in amdvi_print_events()702 struct amdvi_ctrl *ctrl; in amdvi_init_dte()746 struct amdvi_ctrl *ctrl; in amdvi_event_intr()[all …]
683 softc->ctrl = (struct amdvi_ctrl *) PHYS_TO_DMAP(ivhd->BaseAddress); in ivhd_attach()