Searched refs:gph (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | s3c64xx-pinctrl.dtsi | 66 gph: gph-gpio-bank { label 268 samsung,pins = "gph-1"; 274 samsung,pins = "gph-0"; 280 samsung,pins = "gph-2"; 286 samsung,pins = "gph-2", "gph-3", "gph-4", "gph-5"; 292 samsung,pins = "gph-2", "gph-3", "gph-4", "gph-5", 293 "gph-6", "gph-7", "gph-8", "gph-9"; 317 samsung,pins = "gph-6"; 323 samsung,pins = "gph-6", "gph-7", "gph-8", "gph-9"; 355 "gph-8", "gph-9"; [all …]
|
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/ |
A D | nitrox_skcipher.c | 266 creq->gph.param0 = cpu_to_be16(skreq->cryptlen); in nitrox_skcipher_crypt() 267 creq->gph.param1 = 0; in nitrox_skcipher_crypt() 269 creq->gph.param2 = cpu_to_be16(ivsize); in nitrox_skcipher_crypt() 270 creq->gph.param3 = 0; in nitrox_skcipher_crypt()
|
A D | nitrox_aead.c | 165 creq->gph.param0 = cpu_to_be16(rctx->cryptlen); in nitrox_set_creq() 166 creq->gph.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen); in nitrox_set_creq() 167 creq->gph.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen); in nitrox_set_creq() 170 creq->gph.param3 = cpu_to_be16(param3.param); in nitrox_set_creq()
|
A D | nitrox_req.h | 74 struct gphdr gph; member
|
A D | nitrox_reqmgr.c | 486 sr->instr.fdata[0] = *((u64 *)&req->gph); in nitrox_process_se_request()
|
Completed in 14 milliseconds