Searched refs:ddt (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c278 static inline void ddt_set(struct spacc_ddt *ddt, dma_addr_t phys, size_t len) ddt_set() argument
280 ddt->p = phys; ddt_set()
281 ddt->len = len; ddt_set()
297 struct spacc_ddt *ddt; spacc_sg_to_ddt() local
306 ddt = dma_pool_alloc(engine->req_pool, GFP_ATOMIC, ddt_phys); spacc_sg_to_ddt()
307 if (!ddt) spacc_sg_to_ddt()
311 ddt_set(&ddt[i], sg_dma_address(cur), sg_dma_len(cur)); spacc_sg_to_ddt()
312 ddt_set(&ddt[mapped_ents], 0, 0); spacc_sg_to_ddt()
314 return ddt; spacc_sg_to_ddt()
431 static void spacc_free_ddt(struct spacc_req *req, struct spacc_ddt *ddt, spacc_free_ddt() argument
438 dma_pool_free(req->engine->req_pool, ddt, ddt_addr); spacc_free_ddt()
/linux-4.1.27/drivers/clk/ti/
H A Ddpll.c332 * @ddt: DPLL data template to use
338 const struct dpll_data *ddt) of_ti_dpll_setup()
353 memcpy(dd, ddt, sizeof(*dd)); of_ti_dpll_setup()
336 of_ti_dpll_setup(struct device_node *node, const struct clk_ops *ops, const struct dpll_data *ddt) of_ti_dpll_setup() argument
/linux-4.1.27/drivers/char/agp/
H A Dintel-gtt.c348 static const int ddt[4] = { 0, 16, 32, 64 }; intel_gtt_stolen_size() local
372 MB(ddt[I830_RDRAM_DDT(rdct)]); intel_gtt_stolen_size()
/linux-4.1.27/arch/ia64/include/asm/
H A Dpal.h1294 ddt :4, /* Data TLB tracking */ member in struct:pal_hw_tracking_u::__anon1501

Completed in 277 milliseconds