Home
last modified time | relevance | path

Searched refs:PARAM (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/xen/
Dhvm.h10 #define PARAM(x) [HVM_PARAM_##x] = #x in param_name() macro
12 PARAM(CALLBACK_IRQ), in param_name()
13 PARAM(STORE_PFN), in param_name()
14 PARAM(STORE_EVTCHN), in param_name()
15 PARAM(PAE_ENABLED), in param_name()
16 PARAM(IOREQ_PFN), in param_name()
17 PARAM(BUFIOREQ_PFN), in param_name()
18 PARAM(TIMER_MODE), in param_name()
19 PARAM(HPET_ENABLED), in param_name()
20 PARAM(IDENT_PT), in param_name()
[all …]
/linux-4.4.14/arch/m32r/include/asm/
Dsetup.h7 #define PARAM ((unsigned char *)empty_zero_page) macro
9 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
10 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
11 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
12 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
13 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
14 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
16 #define M32R_CPUCLK (*(unsigned long *) (PARAM+0x018))
17 #define M32R_BUSCLK (*(unsigned long *) (PARAM+0x01c))
18 #define M32R_TIMER_DIVIDE (*(unsigned long *) (PARAM+0x020))
[all …]
/linux-4.4.14/arch/sh/include/asm/
Dsetup.h9 #define PARAM ((unsigned char *)empty_zero_page) macro
11 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
12 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
13 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
14 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
15 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
16 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
18 #define COMMAND_LINE ((char *) (PARAM+0x100))
/linux-4.4.14/scripts/
DLindent2 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1"
11 PARAM="$PARAM -il0"
14 PARAM="$PARAM -il0";
17 PARAM="$PARAM -il0"
21 indent $PARAM "$@"
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsetup.h37 #define PARAM ZERO_PGE macro
38 #define COMMAND_LINE ((char*)(PARAM + 0x0000))
39 #define INITRD_START (*(unsigned long *) (PARAM+0x100))
40 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
/linux-4.4.14/scripts/kconfig/
Dzconf.l4 %x COMMAND HELP STRING PARAM
105 BEGIN(PARAM);
124 <PARAM>{
Dzconf.lex.c868 #define PARAM 4 macro
1126 BEGIN(PARAM);
1239 case YY_STATE_EOF(PARAM):
1285 BEGIN(PARAM);
Dzconf.lex.c_shipped868 #define PARAM 4
1126 BEGIN(PARAM);
1239 case YY_STATE_EOF(PARAM):
1285 BEGIN(PARAM);
/linux-4.4.14/sound/soc/codecs/
Drt298.h47 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
Drt286.h46 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
/linux-4.4.14/drivers/block/
Dskd_s1120.h145 #define FIT_MXD_CONS(TYPE, PARAM, DATA) \ argument
147 (((PARAM) & 0xFFu) << 16u) | \
/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_neo.c50 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n"); in neo_set_cts_flow_control()
81 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n"); in neo_set_rts_flow_control()
121 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n"); in neo_set_ixon_flow_control()
158 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n"); in neo_set_ixoff_flow_control()
196 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n"); in neo_set_no_input_flow_control()
235 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n"); in neo_set_no_output_flow_control()
274 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "start\n"); in neo_set_new_start_stop_chars()