Home
last modified time | relevance | path

Searched refs:ao (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c50 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()
Dctxgp100.c54 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()
Dctxgv100.c71 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()
Dctxgf108.c748 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()
Dctxgf117.c256 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()
Dctxgm107.c920 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/
DMakefile2 obj-$(CONFIG_CEC_MESON_AO) += ao-cec.o
3 obj-$(CONFIG_CEC_MESON_G12A_AO) += ao-cec-g12a.o
/drivers/net/ethernet/freescale/enetc/
Denetc.c2330 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()