Home
last modified time | relevance | path

Searched refs:POWMAN_PASSWORD_BITS (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_vreg/
Dvreg.c21 hw_set_bits(&powman_hw->vreg_ctrl, POWMAN_PASSWORD_BITS | POWMAN_VREG_CTRL_UNLOCK_BITS); in vreg_set_voltage()
29 POWMAN_PASSWORD_BITS | ((uint)voltage << POWMAN_VREG_VSEL_LSB), in vreg_set_voltage()
30 POWMAN_PASSWORD_BITS | POWMAN_VREG_VSEL_BITS in vreg_set_voltage()
46 …hw_set_bits(&powman_hw->vreg_ctrl, POWMAN_PASSWORD_BITS | POWMAN_VREG_CTRL_DISABLE_VOLTAGE_LIMIT_B… in vreg_disable_voltage_limit()
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h108 hw_set_bits(reg, POWMAN_PASSWORD_BITS | bits); in powman_set_bits()
122 hw_clear_bits(reg, POWMAN_PASSWORD_BITS | bits); in powman_clear_bits()
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/
Dplatform_defs.h145 #define POWMAN_PASSWORD_BITS _u(0x5afe0000) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c33 *reg = POWMAN_PASSWORD_BITS | value; in powman_write()