Home
last modified time | relevance | path

Searched refs:bootparam (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/misc/mic/vop/
Dvop_debugfs.c35 struct mic_bootparam *bootparam = vpdev->hw_ops->get_dp(vpdev); in vop_dp_show() local
39 bootparam->magic); in vop_dp_show()
41 bootparam->h2c_config_db); in vop_dp_show()
43 bootparam->node_id); in vop_dp_show()
45 bootparam->c2h_scif_db); in vop_dp_show()
47 bootparam->h2c_scif_db); in vop_dp_show()
49 bootparam->scif_host_dma_addr); in vop_dp_show()
51 bootparam->scif_card_dma_addr); in vop_dp_show()
53 for (j = sizeof(*bootparam); in vop_dp_show()
55 d = (void *)bootparam + j; in vop_dp_show()
Dvop_vringh.c171 struct mic_bootparam *bootparam = vpdev->hw_ops->get_dp(vpdev); in vop_virtio_config_change() local
172 s8 db = bootparam->h2c_config_db; in vop_virtio_config_change()
282 struct mic_bootparam *bootparam; in vop_virtio_add_device() local
286 bootparam = vpdev->hw_ops->get_dp(vpdev); in vop_virtio_add_device()
385 if (bootparam) { in vop_virtio_add_device()
386 db = bootparam->h2c_config_db; in vop_virtio_add_device()
408 struct mic_bootparam *bootparam = vpdev->hw_ops->get_dp(vpdev); in vop_dev_remove() local
414 db = bootparam->h2c_config_db; in vop_dev_remove()
436 struct mic_bootparam *bootparam = vpdev->hw_ops->get_dp(vpdev); in vop_virtio_del_device() local
438 if (!bootparam) in vop_virtio_del_device()
Dvop_main.c705 struct mic_bootparam __iomem *bootparam; in vop_driver_probe() local
718 bootparam = vpdev->hw_ops->get_remote_dp(vpdev); in vop_driver_probe()
719 iowrite8(vi->h2c_config_db, &bootparam->h2c_config_db); in vop_driver_probe()
736 struct mic_bootparam __iomem *bootparam = in vop_driver_remove() local
738 if (bootparam) in vop_driver_remove()
739 iowrite8(-1, &bootparam->h2c_config_db); in vop_driver_remove()
/linux-4.19.296/drivers/misc/mic/card/
Dmic_device.c44 struct mic_bootparam __iomem *bootparam; in mic_dp_init() local
57 bootparam = mdrv->dp; in mic_dp_init()
58 magic = ioread32(&bootparam->magic); in mic_dp_init()
362 struct mic_bootparam __iomem *bootparam; in mic_driver_init() local
388 bootparam = mdrv->dp; in mic_driver_init()
389 node_id = ioread8(&bootparam->node_id); in mic_driver_init()
/linux-4.19.296/drivers/misc/mic/host/
Dmic_boot.c383 struct mic_bootparam *bootparam = mdev->dp; in mic_bootparam_init() local
385 bootparam->magic = cpu_to_le32(MIC_MAGIC); in mic_bootparam_init()
386 bootparam->h2c_config_db = -1; in mic_bootparam_init()
387 bootparam->node_id = mdev->id + 1; in mic_bootparam_init()
388 bootparam->scif_host_dma_addr = 0x0; in mic_bootparam_init()
389 bootparam->scif_card_dma_addr = 0x0; in mic_bootparam_init()
390 bootparam->c2h_scif_db = -1; in mic_bootparam_init()
391 bootparam->h2c_scif_db = -1; in mic_bootparam_init()
/linux-4.19.296/include/uapi/linux/
Dmic_common.h104 struct mic_bootparam bootparam; member
/linux-4.19.296/drivers/char/
DKconfig87 use with the "lp" kernel command line option. (Try "man bootparam"