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

/drivers/misc/mic/card/
H A Dmic_device.c43 struct mic_bootparam __iomem *bootparam = mdrv->dp; local
45 iowrite8(state, &bootparam->shutdown_status);
48 mic_send_intr(&mdrv->mdev, ioread8(&bootparam->c2h_shutdown_db));
55 struct mic_bootparam __iomem *bootparam = mdrv->dp; local
57 iowrite8(-1, &bootparam->h2c_config_db);
58 iowrite8(-1, &bootparam->h2c_shutdown_db);
70 struct mic_bootparam __iomem *bootparam = mdrv->dp; local
73 if (ioread8(&bootparam->shutdown_card))
82 struct mic_bootparam __iomem *bootparam = mdrv->dp; local
91 iowrite8(shutdown_db, &bootparam
98 struct mic_bootparam __iomem *bootparam = mdrv->dp; local
108 struct mic_bootparam __iomem *bootparam; local
[all...]
H A Dmic_virtio.c598 struct mic_bootparam __iomem *bootparam; local
613 bootparam = mdrv->dp;
614 iowrite8(config_db, &bootparam->h2c_config_db);
625 struct mic_bootparam __iomem *bootparam = mdrv->dp; local
626 iowrite8(-1, &bootparam->h2c_config_db);
/drivers/misc/mic/host/
H A Dmic_boot.c122 struct mic_bootparam *bootparam = mdev->dp; local
124 bootparam->magic = cpu_to_le32(MIC_MAGIC);
125 bootparam->c2h_shutdown_db = mdev->shutdown_db;
126 bootparam->h2c_shutdown_db = -1;
127 bootparam->h2c_config_db = -1;
128 bootparam->shutdown_status = 0;
129 bootparam->shutdown_card = 0;
226 struct mic_bootparam *bootparam = mdev->dp; local
227 s8 db = bootparam->h2c_shutdown_db;
231 bootparam
249 struct mic_bootparam *bootparam = mdev->dp; local
371 struct mic_bootparam *bootparam = mdev->dp; local
[all...]
H A Dmic_debugfs.c202 struct mic_bootparam *bootparam = mdev->dp; local
206 bootparam->magic);
208 bootparam->h2c_shutdown_db);
210 bootparam->h2c_config_db);
212 bootparam->c2h_shutdown_db);
214 bootparam->shutdown_status);
216 bootparam->shutdown_card);
218 for (i = sizeof(*bootparam); i < MIC_DP_SIZE;
H A Dmic_virtio.c483 struct mic_bootparam *bootparam = mvdev->mdev->dp; local
484 s8 db = bootparam->h2c_config_db;
627 struct mic_bootparam *bootparam = mdev->dp; local
725 db = bootparam->h2c_config_db;
751 struct mic_bootparam *bootparam = mdev->dp; local
755 db = bootparam->h2c_config_db;
H A Dmic_main.c116 struct mic_bootparam *bootparam = mdev->dp; local
120 switch (bootparam->shutdown_status) {
/drivers/tty/serial/
H A DKconfig44 "console=ttyAM0". (Try "man bootparam" or see the documentation of
72 "console=ttyAMA0". (Try "man bootparam" or see the documentation of
286 "console=ttySACx". (Try "man bootparam" or see the documentation of
308 "console=ttySiRFx". (Try "man bootparam" or see the documentation of
419 "console=ttyFB". (Try "man bootparam" or see the documentation of
456 "console=ttySA0". (Try "man bootparam" or see the documentation of
481 "console=ttySA0". (Try "man bootparam" or see the documentation of
611 "console=ttymxc0". (Try "man bootparam" or see the documentation of
908 "console=ttyCPM0". (Try "man bootparam" or see the documentation of
1149 "console=ttyOx". (Try "man bootparam" o
[all...]

Completed in 178 milliseconds