Searched refs:dpio_id (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/fsl-mc/ |
D | fsl_dpio.h | 27 #define DPIO_CMD_OPEN(cmd, dpio_id) \ argument 28 MC_CMD_OP(cmd, 0, 0, 32, int, dpio_id) 75 uint32_t dpio_id,
|
D | fsl_mc_private.h | 45 uint32_t dpio_id; member
|
/external/u-boot/drivers/net/fsl-mc/dpio/ |
D | dpio.c | 13 uint32_t dpio_id, in dpio_open() argument 23 DPIO_CMD_OPEN(cmd, dpio_id); in dpio_open()
|
/external/u-boot/drivers/net/fsl-mc/ |
D | mc.c | 900 &dflt_dpio->dpio_id); in dpio_init() 924 dflt_dpio->dpio_id, in dpio_init() 939 if (dflt_dpio->dpio_id != attr.id) { in dpio_init() 945 printf("Init: DPIO id=0x%d\n", dflt_dpio->dpio_id); in dpio_init() 981 dflt_dpio->dpio_id); in dpio_init() 1007 dflt_dpio->dpio_id); in dpio_exit() 1014 printf("Exit: DPIO id=0x%d\n", dflt_dpio->dpio_id); in dpio_exit()
|