Searched defs:ddt (Results 1 - 3 of 3) sorted by relevance

/drivers/clk/ti/
H A Ddpll.c218 * @ddt: DPLL data template to use
224 const struct dpll_data *ddt)
239 memcpy(dd, ddt, sizeof(*dd));
222 of_ti_dpll_setup(struct device_node *node, const struct clk_ops *ops, const struct dpll_data *ddt) argument
/drivers/char/agp/
H A Dintel-gtt.c351 static const int ddt[4] = { 0, 16, 32, 64 }; local
375 MB(ddt[I830_RDRAM_DDT(rdct)]);
/drivers/crypto/
H A Dpicoxcell_crypto.c278 static inline void ddt_set(struct spacc_ddt *ddt, dma_addr_t phys, size_t len) argument
280 ddt->p = phys;
281 ddt->len = len;
297 struct spacc_ddt *ddt; local
306 ddt = dma_pool_alloc(engine->req_pool, GFP_ATOMIC, ddt_phys);
307 if (!ddt)
311 ddt_set(&ddt[i], sg_dma_address(cur), sg_dma_len(cur));
312 ddt_set(&ddt[mapped_ents], 0, 0);
314 return ddt;
431 static void spacc_free_ddt(struct spacc_req *req, struct spacc_ddt *ddt, argument
[all...]

Completed in 92 milliseconds