Searched refs:dpio_id (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dpio.h | 26 #define DPIO_CMD_OPEN(cmd, dpio_id) \ argument 27 MC_CMD_OP(cmd, 0, 0, 32, int, dpio_id) 76 int dpio_id,
|
| H A D | fsl_mc_private.h | 44 int dpio_id; member
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | dpio.c | 13 int dpio_id, in dpio_open() argument 23 DPIO_CMD_OPEN(cmd, dpio_id); in dpio_open()
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 909 dflt_dpio->dpio_id = attr.id; in dpio_init() 911 printf("Init: DPIO id=0x%d\n", dflt_dpio->dpio_id); in dpio_init() 965 printf("Exit: DPIO id=0x%d\n", dflt_dpio->dpio_id); in dpio_exit()
|