Home
last modified time | relevance | path

Searched refs:pm_control (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h56 uint32_t pm_control; member
68 uint32_t pm_control; member
85 uint32_t pm_control; member
H A Dal_hal_pcie.c1032 pcie_port->regs->app.global_ctrl.pm_control = &regs->app.global_ctrl.pm_control; in al_pcie_port_handle_init()
1099 pcie_port->regs->app.global_ctrl.pm_control = &regs->app.global_ctrl.pm_control; in al_pcie_port_handle_init()
1202 pcie_port->regs->app.global_ctrl.pm_control = &regs->app.global_ctrl.pm_control; in al_pcie_port_handle_init()
2373 al_reg_write32_masked(regs->app.global_ctrl.pm_control, in al_pcie_app_req_retry_set()
2381 uint32_t pm_control; in al_pcie_app_req_retry_get_status() local
2386 pm_control = al_reg_read32(regs->app.global_ctrl.pm_control); in al_pcie_app_req_retry_get_status()
2387 return (pm_control & mask) ? AL_TRUE : AL_FALSE; in al_pcie_app_req_retry_get_status()
H A Dal_hal_pcie_regs.h349 uint32_t *pm_control; member