Searched refs:pdesc (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/dma/ |
A D | apbh_dma.c | 118 struct mxs_dma_desc *pdesc; in mxs_dma_enable() local 133 if (pdesc == NULL) in mxs_dma_enable() 145 pdesc = list_entry(pdesc->node.next, in mxs_dma_enable() 351 if (pdesc == NULL) in mxs_dma_desc_alloc() 354 memset(pdesc, 0, sizeof(*pdesc)); in mxs_dma_desc_alloc() 355 pdesc->address = (dma_addr_t)pdesc; in mxs_dma_desc_alloc() 357 return pdesc; in mxs_dma_desc_alloc() 365 if (pdesc == NULL) in mxs_dma_desc_free() 368 free(pdesc); in mxs_dma_desc_free() 422 pdesc->cmd.next = mxs_dma_cmd_address(pdesc); in mxs_dma_desc_append() [all …]
|
/u-boot/cmd/ |
A D | mii.c | 165 if (pdesc->hi == pdesc->lo) in dump_field() 168 printf("%2u-%2u", pdesc->hi, pdesc->lo); in dump_field() 170 printf(" = %5u %s", (regval >> pdesc->lo) & pdesc->mask, in dump_field() 171 pdesc->name); in dump_field() 186 pdesc = &prd->pdesc[i]; in dump_reg() 188 mask_in_place = pdesc->mask << pdesc->lo; in dump_reg() 196 dump_field(pdesc, regval); in dump_reg() 215 const ushort sel_bits = (regval >> pdesc->lo) & pdesc->mask; in special_field() 230 dump_field(pdesc, regval); in special_field() 236 dump_field(pdesc, regval); in special_field() [all …]
|
/u-boot/arch/arm/include/asm/mach-imx/ |
A D | dma.h | 153 int mxs_dma_desc_append(int channel, struct mxs_dma_desc *pdesc); 160 void mxs_dma_circ_start(int chan, struct mxs_dma_desc *pdesc);
|
/u-boot/drivers/net/ |
A D | higmacv300.c | 410 struct higmac_desc *desc, **pdesc; in higmac_init_hw_queue() local 421 pdesc = &priv->rxfq; in higmac_init_hw_queue() 428 pdesc = &priv->rxbq; in higmac_init_hw_queue() 435 pdesc = &priv->txbq; in higmac_init_hw_queue() 442 pdesc = &priv->txrq; in higmac_init_hw_queue() 457 *pdesc = desc; in higmac_init_hw_queue()
|
Completed in 8 milliseconds