Home
last modified time | relevance | path

Searched refs:port_init (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h52 uint32_t port_init; member
64 uint32_t port_init; member
81 uint32_t port_init; member
H A Dal_hal_pcie.c1031 pcie_port->regs->app.global_ctrl.port_init = &regs->app.global_ctrl.port_init; in al_pcie_port_handle_init()
1098 pcie_port->regs->app.global_ctrl.port_init = &regs->app.global_ctrl.port_init; in al_pcie_port_handle_init()
1201 pcie_port->regs->app.global_ctrl.port_init = &regs->app.global_ctrl.port_init; in al_pcie_port_handle_init()
1920 regs->app.global_ctrl.port_init, in al_pcie_link_start()
1941 regs->app.global_ctrl.port_init, in al_pcie_link_stop()
1953 uint32_t port_init = al_reg_read32(regs->app.global_ctrl.port_init); in al_pcie_is_link_started() local
1954 uint8_t ltssm_en = AL_REG_FIELD_GET(port_init, in al_pcie_is_link_started()
H A Dal_hal_pcie_regs.h348 uint32_t *port_init; member
/src/crypto/openssl/ssl/quic/
H A Dquic_port.c29 static int port_init(QUIC_PORT *port);
114 if (!port_init(port)) { in ossl_quic_port_new()
131 static int port_init(QUIC_PORT *port) in port_init() function
/src/crypto/krb5/src/util/verto/
H A Dev.c2905 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); in loop_init()