Home
last modified time | relevance | path

Searched refs:port (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/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
38 #define STM32_PINMUX_NSEC(port, line, mode) \ argument
39 (STM32_PIN_NSEC | STM32_PINMUX((port), (line), (mode)))
/optee_os/core/arch/arm/dts/
H A Dstm32mp157c-dk2.dts47 port@0 {
54 port@1 {
69 port {
109 port {
H A Dstm32mp157c-ev1.dts84 port {
101 port@0 {
108 port@1 {
124 port {
188 port {
235 port {
H A Dstm32mp15xx-dhcom-pdk2.dtsi110 port {
178 sgtl5000_port: port {
213 port {
235 sai2a_port: port {
253 sai2b_port: port {
H A Dstm32mp15xx-dhcor-avenger96.dtsi36 port {
249 port@0 {
256 port@1 {
263 port@2 {
279 port {
305 sai2a_port: port {
H A Dstm32mp15xx-dkx.dtsi194 port@0 {
201 port@3 {
223 cs42l51_port: port {
273 port {
447 i2s2_port: port {
476 port {
523 sai2a_port: port {
541 sai2b_port: port {
708 port {
H A Dsama7g5.dtsi635 port@1 {
641 port@2 {
670 port@0 {
676 port@1 {
698 port {
H A Dsama5d2.dtsi53 port {
69 port {
241 port@0 {
H A Dstm32mp151.dtsi351 port {
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dnet_sockets.h117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto);
137 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto);
/optee_os/lib/libutee/
H A Dtee_socket_private.h18 const char *addr, uint16_t port,
H A Dtee_socket_pta.c34 const char *addr, uint16_t port, in __tee_socket_pta_open() argument
57 params[0].value.b = port; in __tee_socket_pta_open()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnet_sockets.c159 const char *port, int proto) in mbedtls_net_connect() argument
174 if (getaddrinfo(host, port, &hints, &addr_list) != 0) { in mbedtls_net_connect()
205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() argument
223 if (getaddrinfo(bind_ip, port, &hints, &addr_list) != 0) { in mbedtls_net_bind()
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md258 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,…
260 …nment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-to/how-do-i-port-mbed-tls-to-a-new-e…
H A DChangeLog3176 changed its IP or port. The feature is enabled at compile-time by setting
3199 * Fix incorrect default port number in ssl_mail_client example's usage.
4689 * When a client initiates a reconnect from the same port as a live
4846 Their 'port' argument type is changed to a string.
6221 * Added option parsing for host and port selection to
6375 serial number, setup correct server port in the ssl client example
6492 I'd also like to thank Younès Hafri for the CRUX linux port,
/optee_os/core/drivers/
H A Dstm32_tamp.c448 #define GPIO_BANK(port) ((port) - 'A') argument