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

  /external/u-boot/drivers/net/fsl-mc/
mc.c 43 struct fsl_dpio_obj *dflt_dpio = NULL; variable in typeref:struct:fsl_dpio_obj
886 dflt_dpio = (struct fsl_dpio_obj *)calloc(
888 if (!dflt_dpio) {
900 &dflt_dpio->dpio_id);
924 dflt_dpio->dpio_id,
925 &dflt_dpio->dpio_handle);
933 dflt_dpio->dpio_handle, &attr);
939 if (dflt_dpio->dpio_id != attr.id) {
945 printf("Init: DPIO id=0x%d\n", dflt_dpio->dpio_id);
947 err = dpio_enable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle)
    [all...]
  /external/u-boot/include/fsl-mc/
fsl_mc_private.h 50 extern struct fsl_dpio_obj *dflt_dpio;
  /external/u-boot/drivers/net/ldpaa_eth/
ldpaa_eth.h 138 extern struct fsl_dpio_obj *dflt_dpio;
ldpaa_eth.c 198 struct qbman_swp *swp = dflt_dpio->sw_portal;
252 struct qbman_swp *swp = dflt_dpio->sw_portal;
310 struct qbman_swp *swp = dflt_dpio->sw_portal;
320 err = qbman_swp_acquire(dflt_dpio->sw_portal,
620 ret = qbman_swp_acquire(dflt_dpio->sw_portal,
673 } while (qbman_swp_release(dflt_dpio->sw_portal, &rd, buf_array, i));

Completed in 1368 milliseconds