Home
last modified time | relevance | path

Searched refs:BSEC_SWLOCK_OFF (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/drivers/st/
H A Dbsec2_reg.h39 #define BSEC_SWLOCK_OFF U(0x07C) /* Write in OTP sticky lock */ macro
56 #define BSEC_SWLOCK(n) (BSEC_SWLOCK_OFF + U(0x04) * (n))
/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec2.c636 mmio_write_32(BSEC_BASE + BSEC_SWLOCK_OFF + bank, otp_mask); in bsec_set_sw_lock()
658 bank_value = mmio_read_32(BSEC_BASE + BSEC_SWLOCK_OFF + bank); in bsec_read_sw_lock()