Home
last modified time | relevance | path

Searched refs:Td (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc520 // Offset calculation is performed as follows (Tp/Th/Td from TILE_MODE):
527 // Tzo = z & ((1 << Td) - 1)
528 // Tz = z >> Td
531 // off += ((Tz * nTy * nTx)) + (Ty * nTx) + Tx) << Td << Th << Tp;
539 // translate TILE_MODE into Tp, Th, Td shift values
615 // CFG_YZ_TILE_SIZE = ((1 << Th) >> 2) << Td
622 // Tzo = z & ((1 << Td) - 1)
623 // Tz = z >> Td
625 // Ts = Tys + Td
/linux/drivers/ata/
H A Dpata_octeon_cf.c221 unsigned int T0, Tkr, Td; in octeon_cf_set_dmamode() local
229 Td = timing->active; in octeon_cf_set_dmamode()
242 oe_a = Td; in octeon_cf_set_dmamode()