Searched refs:dpni_id (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_mc_private.h | 59 int dpni_id; member
|
| H A D | fsl_dpni.h | 53 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument 54 MC_CMD_OP(cmd, 0, 0, 32, int, dpni_id) 582 int dpni_id,
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 1248 dflt_dpni->dpni_id = dpni_attr.id; in dpni_init() 1250 printf("Init: DPNI id=0x%d\n", dflt_dpni->dpni_id); in dpni_init() 1276 err = dpni_open(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_id, in dpni_exit() 1291 printf("Exit: DPNI id=0x%d\n", dflt_dpni->dpni_id); in dpni_exit()
|
| H A D | dpni.c | 33 int dpni_id, in dpni_open() argument 43 DPNI_CMD_OPEN(cmd, dpni_id); in dpni_open()
|
| /rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ |
| H A D | ldpaa_eth.c | 801 dpni_endpoint.id = dflt_dpni->dpni_id; in ldpaa_dpmac_bind() 835 err = dpni_open(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_id, in ldpaa_dpni_setup()
|