Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Djobdesc.c84 if ((temp_reg & SMCSJR_PO) == PAGE_OWNED) { in caam_page_alloc()
103 if ((temp_reg & SMCSJR_PO) != PAGE_OWNED) { in caam_page_alloc()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_sec.h261 #define PAGE_OWNED (3 << 6) macro