Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/770x/
H A Dsetup.c181 static struct platform_device *se_devices[] __initdata = { variable
194 return platform_add_devices(se_devices, ARRAY_SIZE(se_devices)); in se_devices_setup()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c60 static struct cpt_device_table se_devices = { variable
72 count = atomic_read(&se_devices.count); in get_se_device()
78 if (se_devices.desc[0].pf_type == OTX_CPT_SE) { in get_se_device()
87 *pdev = se_devices.desc[*cpu_num].dev; in get_se_device()
89 pr_err("Unknown PF type %d\n", se_devices.desc[0].pf_type); in get_se_device()
1659 count = atomic_read(&se_devices.count); in otx_cpt_crypto_init()
1665 se_devices.desc[count].pf_type = pf_type; in otx_cpt_crypto_init()
1666 se_devices.desc[count].num_queues = num_queues; in otx_cpt_crypto_init()
1667 se_devices.desc[count++].dev = pdev; in otx_cpt_crypto_init()
1668 atomic_inc(&se_devices.count); in otx_cpt_crypto_init()
[all …]