Searched refs:ao (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgp102.c | 50 u32 ao = 0; in gp102_grctx_generate_attrib() local 51 u32 bo = ao + size; in gp102_grctx_generate_attrib() 84 mmio_wr32(info, o + 0xf8, ao); in gp102_grctx_generate_attrib() 85 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib()
|
D | ctxgp100.c | 54 u32 ao = 0; in gp100_grctx_generate_attrib() local 55 u32 bo = ao + size; in gp100_grctx_generate_attrib() 85 mmio_wr32(info, o + 0xf8, ao); in gp100_grctx_generate_attrib() 86 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib()
|
D | ctxgv100.c | 71 u32 ao = 0; in gv100_grctx_generate_attrib() local 72 u32 bo = ao + size; in gv100_grctx_generate_attrib() 102 mmio_wr32(info, o + 0xf8, ao); in gv100_grctx_generate_attrib() 103 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gv100_grctx_generate_attrib()
|
D | ctxgf108.c | 748 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gf108_grctx_generate_attrib() local 765 mmio_wr32(info, o + 0x44, (a << 16) | ao); in gf108_grctx_generate_attrib() 766 ao += grctx->alpha_nr_max; in gf108_grctx_generate_attrib()
|
D | ctxgf117.c | 256 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gf117_grctx_generate_attrib() local 275 mmio_wr32(info, o + 0xe4, (a << 16) | ao); in gf117_grctx_generate_attrib() 276 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
|
D | ctxgm107.c | 920 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; in gm107_grctx_generate_attrib() local 941 mmio_wr32(info, o + 0xf8, ao); in gm107_grctx_generate_attrib() 942 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
|
/drivers/media/cec/platform/meson/ |
D | Makefile | 2 obj-$(CONFIG_CEC_MESON_AO) += ao-cec.o 3 obj-$(CONFIG_CEC_MESON_G12A_AO) += ao-cec-g12a.o
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 2330 int ao; in enetc_hwtstamp_set() local 2351 ao = priv->active_offloads; in enetc_hwtstamp_set() 2361 if (netif_running(ndev) && ao != priv->active_offloads) { in enetc_hwtstamp_set()
|