Searched refs:base (Results 1 – 5 of 5) sorted by relevance
71 #define IOPORT_PRV_P_REG_BASE_SET(base) IOPORT_PRV_P_REG_BASE(base) argument72 #define IOPORT_PRV_P_REG_BASE(base) (&R_GPIO->P ## base) argument73 #define IOPORT_PRV_PM_REG_BASE_SET(base) IOPORT_PRV_PM_REG_BASE(base) argument74 #define IOPORT_PRV_PM_REG_BASE(base) (&R_GPIO->PM ## base) argument75 #define IOPORT_PRV_PMC_REG_BASE_SET(base) IOPORT_PRV_PMC_REG_BASE(base) argument76 #define IOPORT_PRV_PMC_REG_BASE(base) (&R_GPIO->PMC ## base) argument77 #define IOPORT_PRV_PFC_REG_BASE_SET(base) IOPORT_PRV_PFC_REG_BASE(base) argument78 #define IOPORT_PRV_PFC_REG_BASE(base) (&R_GPIO->PFC ## base) argument79 #define IOPORT_PRV_PIN_REG_BASE_SET(base) IOPORT_PRV_PIN_REG_BASE(base) argument80 #define IOPORT_PRV_PIN_REG_BASE(base) (&R_GPIO->PIN ## base) argument[all …]
39 #define BSP_IO_PRV_P_REG_BASE_SET(base) BSP_IO_PRV_P_REG_BASE(base) argument40 #define BSP_IO_PRV_P_REG_BASE(base) (&R_GPIO->P ## base) argument41 #define BSP_IO_PRV_PM_REG_BASE_SET(base) BSP_IO_PRV_PM_REG_BASE(base) argument42 #define BSP_IO_PRV_PM_REG_BASE(base) (&R_GPIO->PM ## base) argument43 #define BSP_IO_PRV_PIN_REG_BASE_SET(base) BSP_IO_PRV_PIN_REG_BASE(base) argument44 #define BSP_IO_PRV_PIN_REG_BASE(base) (&R_GPIO->PIN ## base) argument
432 uint32_t base; member527 void bsp_mpu_init(uint32_t region, uint32_t base, uint32_t limit);616 base_address = g_bsp_el1_mpu[region].base; in bsp_memory_protect_setting()630 (g_bsp_el1_mpu[region].base & EL1_MPU_REGION_ATTRIBUTE_MASK); in bsp_memory_protect_setting()661 void bsp_mpu_init (uint32_t region, uint32_t base, uint32_t limit) in bsp_mpu_init() argument668 __set_PRBAR(base); in bsp_mpu_init()
19 # Optional build base on feature configuration
25 # Optional build base on feature configuration