Searched defs:port (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a/plat/rockchip/rk3399/drivers/gpio/ |
A D | rk3399_gpio.c | 70 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_get_clock() local 126 uint32_t port = GET_GPIO_PORT(gpio_number); in gpio_put_clock() local 162 uint32_t port = GET_GPIO_PORT(gpio); in get_pull() local 204 uint32_t port = GET_GPIO_PORT(gpio); in set_pull() local 244 uint32_t port = GET_GPIO_PORT(gpio); in set_direction() local 265 uint32_t port = GET_GPIO_PORT(gpio); in get_direction() local 289 uint32_t port = GET_GPIO_PORT(gpio); in get_value() local 304 uint32_t port = GET_GPIO_PORT(gpio); in set_value() local
|
/trusted-firmware-a/include/dt-bindings/pinctrl/ |
A D | stm32-pinfunc.h | 32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
/trusted-firmware-a/plat/hisilicon/hikey/ |
A D | hikey_security.c | 51 static volatile struct rgn_map_reg *get_rgn_map_reg(uint32_t base, int region, int port) in get_rgn_map_reg() 58 int port) in get_rgn_attr_reg()
|
A D | hikey_ddr.c | 1357 unsigned int port, data; in init_ddrc_qos() local
|
/trusted-firmware-a/plat/allwinner/common/ |
A D | sunxi_common.c | 84 void sunxi_set_gpio_out(char port, int pin, bool level_high) in sunxi_set_gpio_out()
|
/trusted-firmware-a/plat/brcm/board/stingray/src/ |
A D | bl31_setup.c | 185 #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() 208 unsigned int port = 0; in brcm_stingray_sata_init() local
|
Completed in 17 milliseconds