Searched refs:BCI_WRITE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/savage/
H A Dsavage_state.c356 BCI_WRITE(dmabuf->bus_address | dev_priv->dma_type);
362 BCI_WRITE(BCI_CMD_WAIT);
381 BCI_WRITE((i + reorder[i % 3]) |
385 BCI_WRITE(i + reorder[i % 3]);
391 BCI_WRITE(i | ((i + 1) << 16));
393 BCI_WRITE(i);
399 BCI_WRITE(i | ((i + 1) << 16));
401 BCI_WRITE(i);
601 BCI_WRITE(dmabuf->bus_address | dev_priv->dma_type);
607 BCI_WRITE(BCI_CMD_WAI
[all...]
H A Dsavage_drv.h459 BCI_WRITE(BCI_CMD_SET_REGISTER | \
468 BCI_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
475 BCI_WRITE(BCI_CMD_DRAW_INDEXED_PRIM | (type) | \
479 BCI_WRITE(BCI_CMD_DRAW_INDEXED_PRIM | (type) | \
483 BCI_WRITE(BCI_CMD_DMA | (((n) >> 1) - 1))
503 #define BCI_WRITE( val ) *bci_ptr++ = (uint32_t)(val) macro
H A Dsavage_bci.c194 BCI_WRITE(wait_cmd);
198 BCI_WRITE(BCI_CMD_UPDATE_EVENT_TAG | (uint32_t) count);
466 BCI_WRITE(phys_addr | dev_priv->dma_type);
529 BCI_WRITE(dma_ptr[j]);

Completed in 91 milliseconds