HomeSort by relevance Sort by last modified time
    Searched refs:cfg_buf (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/net/fsl-mc/
dpni.c 12 uint8_t *cfg_buf)
14 uint64_t *params = (uint64_t *)cfg_buf;
22 const uint8_t *cfg_buf)
24 uint64_t *params = (uint64_t *)cfg_buf;
mc.c 1272 uint8_t cfg_buf[256] = {0}; local
1285 err = dpni_prepare_cfg(&dpni_cfg, &cfg_buf[0]);
    [all...]
  /external/u-boot/include/fsl-mc/
fsl_dpni.h 503 * @cfg_buf: Zeroed 256 bytes of memory before mapping it to DMA
508 uint8_t *cfg_buf);
674 * @cfg_buf: 256 bytes of DMA-able memory
679 const uint8_t *cfg_buf);
    [all...]

Completed in 298 milliseconds