Home
last modified time | relevance | path

Searched refs:pdesc (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/dma/
H A Dapbh_dma.c115 struct mxs_dma_desc *pdesc; in mxs_dma_enable() local
129 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
130 if (pdesc == NULL) in mxs_dma_enable()
134 if (!(pdesc->cmd.data & MXS_DMA_DESC_CHAIN)) in mxs_dma_enable()
142 pdesc = list_entry(pdesc->node.next, in mxs_dma_enable()
144 writel(mxs_dma_cmd_address(pdesc), in mxs_dma_enable()
154 writel(mxs_dma_cmd_address(pdesc), in mxs_dma_enable()
341 struct mxs_dma_desc *pdesc; in mxs_dma_desc_alloc() local
345 pdesc = memalign(MXS_DMA_ALIGNMENT, size); in mxs_dma_desc_alloc()
347 if (pdesc == NULL) in mxs_dma_desc_alloc()
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dmii.c109 const MII_field_desc_t *pdesc; member
129 const MII_field_desc_t *pdesc,
153 const MII_field_desc_t *pdesc; in dump_reg() local
159 pdesc = &pdl->pdesc[i]; in dump_reg()
161 mask_in_place = pdesc->mask << pdesc->lo; in dump_reg()
168 if (special_field(prd->regno, pdesc, regval)) { in dump_reg()
171 if (pdesc->hi == pdesc->lo) in dump_reg()
172 printf("%2u ", pdesc->lo); in dump_reg()
174 printf("%2u-%2u", pdesc->hi, pdesc->lo); in dump_reg()
176 (regval & mask_in_place) >> pdesc->lo, in dump_reg()
[all …]
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/
H A Ddma.h152 int mxs_dma_desc_append(int channel, struct mxs_dma_desc *pdesc);
159 void mxs_dma_circ_start(int chan, struct mxs_dma_desc *pdesc);
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A Dcore.h247 struct pinctrl_pin_desc *pdesc; member