Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpio.h109 struct dpio_cfg { struct
138 const struct dpio_cfg *cfg,
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Ddpio.h39 struct dpio_cfg { struct
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c872 struct dpio_cfg dpio_cfg; in dpio_init() local
882 dpio_cfg.channel_mode = DPIO_LOCAL_CHANNEL; in dpio_init()
883 dpio_cfg.num_priorities = 8; in dpio_init()
885 err = dpio_create(dflt_mc_io, MC_CMD_NO_FLAGS, &dpio_cfg, in dpio_init()
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Ddpio.c53 const struct dpio_cfg *cfg, in dpio_create()