Home
last modified time | relevance | path

Searched refs:dpio_id (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/fsl-mc/
H A Dfsl_dpio.h26 #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 Dfsl_mc_private.h44 int dpio_id; member
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/
H A Ddpio.c13 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 Dmc.c909 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()