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

/u-boot/drivers/net/fsl-mc/
H A Dmc.c69 struct fsl_dpio_obj *dflt_dpio = NULL; variable in typeref:struct:fsl_dpio_obj
1084 dflt_dpio = calloc(sizeof(struct fsl_dpio_obj), 1);
1085 if (!dflt_dpio) {
1097 &dflt_dpio->dpio_id);
1121 dflt_dpio->dpio_id,
1122 &dflt_dpio->dpio_handle);
1130 dflt_dpio->dpio_handle, &attr);
1136 if (dflt_dpio->dpio_id != attr.id) {
1142 printf("Init: DPIO.%d\n", dflt_dpio->dpio_id);
1144 err = dpio_enable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio
[all...]
/u-boot/include/fsl-mc/
H A Dfsl_mc_private.h50 extern struct fsl_dpio_obj *dflt_dpio;
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.h203 extern struct fsl_dpio_obj *dflt_dpio;
H A Dldpaa_eth.c139 struct qbman_swp *swp = dflt_dpio->sw_portal;
194 struct qbman_swp *swp = dflt_dpio->sw_portal;
252 struct qbman_swp *swp = dflt_dpio->sw_portal;
262 err = qbman_swp_acquire(dflt_dpio->sw_portal,
575 ret = qbman_swp_acquire(dflt_dpio->sw_portal,
628 } while (qbman_swp_release(dflt_dpio->sw_portal, &rd, buf_array, i));

Completed in 66 milliseconds