Home
last modified time | relevance | path

Searched defs:port_init (Results 1 – 4 of 4) sorted by relevance

/freebsd/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.c1953 uint32_t port_init = al_reg_read32(regs->app.global_ctrl.port_init); in al_pcie_is_link_started() local
H A Dal_hal_pcie_regs.h348 uint32_t *port_init; member
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c131 static int port_init(QUIC_PORT *port) in port_init() function