Home
last modified time | relevance | path

Searched defs:port (Results 1 – 7 of 7) sorted by relevance

/arm-trusted-firmware/plat/mediatek/drivers/iommu/
H A Dmtk_iommu_smc.c12 #define SMI_LARB_NON_SEC_CON(port) (0x380 + ((port) << 2)) argument
14 #define SMI_LARB_SEC_CON_INT(port) (0xf00 + ((port) << 2)) argument
15 #define SMI_LARB_SEC_CON(port) (0xf80 + ((port) << 2)) argument
21 #define SMI_MMU_EN(port) (0x1 << (port)) argument
/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
H A Drk3399_gpio.c151 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_get_clock() local
172 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_put_clock() local
180 uint32_t port = GET_GPIO_PORT(gpio); in get_pull() local
199 uint32_t port in set_pull() local
223 uint32_t port = GET_GPIO_PORT(gpio); set_direction() local
247 uint32_t port = GET_GPIO_PORT(gpio); get_direction() local
272 uint32_t port = GET_GPIO_PORT(gpio); get_value() local
288 uint32_t port = GET_GPIO_PORT(gpio); set_value() local
[all...]
/arm-trusted-firmware/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument
34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
/arm-trusted-firmware/plat/hisilicon/hikey/
H A Dhikey_security.c51 static volatile struct rgn_map_reg *get_rgn_map_reg(uint32_t base, int region, int port) in get_rgn_map_reg() argument
58 int port) in get_rgn_attr_reg() argument
H A Dhikey_ddr.c1357 unsigned int port, data; in init_ddrc_qos() local
[all...]
/arm-trusted-firmware/plat/allwinner/common/
H A Dsunxi_common.c86 void sunxi_set_gpio_out(char port, int pin, bool level_high) in sunxi_set_gpio_out() argument
/arm-trusted-firmware/plat/brcm/board/stingray/src/
H A Dbl31_setup.c185 #define SATA_APBT_IDM_PORT_REG(port, reg) \ argument
188 #define SATA_IDM_PORT_REG(port, reg) ((port << 12) + reg) argument
190 #define SATA_PORT_REG(port, reg) \ argument
201 static uint32_t brcm_stingray_get_sata_port(unsigned int port) in brcm_stingray_get_sata_port() argument
208 unsigned int port in brcm_stingray_sata_init() local
[all...]