Symbol: PARAM
arch/alpha/include/asm/setup.h
39
#define COMMAND_LINE ((char *)(absolute_pointer(PARAM + 0x0000)))
arch/alpha/include/asm/setup.h
40
#define INITRD_START (*(unsigned long *) (PARAM+0x100))
arch/alpha/include/asm/setup.h
41
#define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
arch/sh/include/asm/setup.h
12
#define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
arch/sh/include/asm/setup.h
13
#define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
arch/sh/include/asm/setup.h
14
#define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
arch/sh/include/asm/setup.h
15
#define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
arch/sh/include/asm/setup.h
16
#define INITRD_START (*(unsigned long *) (PARAM+0x010))
arch/sh/include/asm/setup.h
17
#define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
arch/sh/include/asm/setup.h
19
#define COMMAND_LINE ((char *) (PARAM+0x100))
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c
825
regval = readl_relaxed(REG_CMDQV(cmdqv, PARAM));
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c
942
regval = readl_relaxed(REG_CMDQV(cmdqv, PARAM));
drivers/staging/media/atomisp/pci/hive_isp_css_common/dma_global.h
65
#define DMA_PACK_PARAM(par) DMA_PACK(par, PARAM)
drivers/tty/serial/jsm/jsm_neo.c
112
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n");
drivers/tty/serial/jsm/jsm_neo.c
149
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
drivers/tty/serial/jsm/jsm_neo.c
187
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n");
drivers/tty/serial/jsm/jsm_neo.c
226
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n");
drivers/tty/serial/jsm/jsm_neo.c
265
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "start\n");
drivers/tty/serial/jsm/jsm_neo.c
41
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n");
drivers/tty/serial/jsm/jsm_neo.c
72
jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n");
include/xen/hvm.h
13
PARAM(CALLBACK_IRQ),
include/xen/hvm.h
14
PARAM(STORE_PFN),
include/xen/hvm.h
15
PARAM(STORE_EVTCHN),
include/xen/hvm.h
16
PARAM(PAE_ENABLED),
include/xen/hvm.h
17
PARAM(IOREQ_PFN),
include/xen/hvm.h
18
PARAM(BUFIOREQ_PFN),
include/xen/hvm.h
19
PARAM(TIMER_MODE),
include/xen/hvm.h
20
PARAM(HPET_ENABLED),
include/xen/hvm.h
21
PARAM(IDENT_PT),
include/xen/hvm.h
22
PARAM(DM_DOMAIN),
include/xen/hvm.h
23
PARAM(ACPI_S_STATE),
include/xen/hvm.h
24
PARAM(VM86_TSS),
include/xen/hvm.h
25
PARAM(VPT_ALIGN),
include/xen/hvm.h
26
PARAM(CONSOLE_PFN),
include/xen/hvm.h
27
PARAM(CONSOLE_EVTCHN),
sound/soc/codecs/rt274.h
44
#define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
sound/soc/codecs/rt286.h
43
#define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
sound/soc/codecs/rt298.h
45
#define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)