Home
last modified time | relevance | path

Searched refs:BLOCK_OFFSET (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dctrl.c635 int BLOCK_OFFSET = 0; in caam_probe() local
701 /* Allocating the BLOCK_OFFSET based on the supported page size on in caam_probe()
706 BLOCK_OFFSET = PG_SIZE_4K; in caam_probe()
708 BLOCK_OFFSET = PG_SIZE_64K; in caam_probe()
713 BLOCK_OFFSET * ASSURE_BLOCK_NUMBER in caam_probe()
717 BLOCK_OFFSET * DECO_BLOCK_NUMBER in caam_probe()
800 BLOCK_OFFSET * QI_BLOCK_NUMBER in caam_probe()
820 BLOCK_OFFSET in caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dctrl.c861 int BLOCK_OFFSET = 0; in caam_probe() local
971 /* Allocating the BLOCK_OFFSET based on the supported page size on in caam_probe()
976 BLOCK_OFFSET = PG_SIZE_4K; in caam_probe()
978 BLOCK_OFFSET = PG_SIZE_64K; in caam_probe()
983 BLOCK_OFFSET * ASSURE_BLOCK_NUMBER in caam_probe()
987 BLOCK_OFFSET * DECO_BLOCK_NUMBER in caam_probe()
1075 BLOCK_OFFSET * QI_BLOCK_NUMBER in caam_probe()

Completed in 3 milliseconds