Searched refs:cop (Results 1 – 2 of 2) sorted by relevance
390 struct gnttab_copy *cop = queue->tx_copy_ops + *copy_ops; in xenvif_get_requests() local405 cop->source.u.ref = txp->gref; in xenvif_get_requests()406 cop->source.domid = queue->vif->domid; in xenvif_get_requests()407 cop->source.offset = txp->offset; in xenvif_get_requests()409 cop->dest.domid = DOMID_SELF; in xenvif_get_requests()410 cop->dest.offset = (offset_in_page(skb->data + in xenvif_get_requests()413 cop->dest.u.gmfn = virt_to_gfn(skb->data + skb_headlen(skb) in xenvif_get_requests()417 if (cop->dest.offset + amount > XEN_PAGE_SIZE) { in xenvif_get_requests()418 amount = XEN_PAGE_SIZE - cop->dest.offset; in xenvif_get_requests()423 cop->len = amount; in xenvif_get_requests()[all …]
2108 copins *cop = copdisplay.init; in ami_init_copper() local2113 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0); in ami_init_copper()2114 (cop++)->l = CMOVE(0x0181, diwstrt); in ami_init_copper()2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()2116 (cop++)->l = CMOVE(0x0000, diwhigh); in ami_init_copper()2118 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0); in ami_init_copper()2121 (cop++)->l = CMOVE(0, spr[i].pos); in ami_init_copper()2122 (cop++)->l = CMOVE(highw(p), sprpt[i]); in ami_init_copper()2123 (cop++)->l = CMOVE2(loww(p), sprpt[i]); in ami_init_copper()2126 (cop++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq); in ami_init_copper()[all …]