Home
last modified time | relevance | path

Searched refs:rdc_ma_cfg_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/
H A Drdc-sema.h18 typedef u32 rdc_ma_cfg_t; typedef
30 #define RDC_MASTER_CFG(master_id, domain_id) (rdc_ma_cfg_t)((master_id << 8) | \
97 int imx_rdc_setup_ma(rdc_ma_cfg_t p);
98 int imx_rdc_setup_masters(rdc_ma_cfg_t const *masters_list, unsigned count);
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Drdc-sema.c156 int imx_rdc_setup_ma(rdc_ma_cfg_t p) in imx_rdc_setup_ma()
170 int imx_rdc_setup_masters(rdc_ma_cfg_t const *masters_list, unsigned count) in imx_rdc_setup_masters()
172 rdc_ma_cfg_t const *p = masters_list; in imx_rdc_setup_masters()