Searched refs:PARAM (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/xen/ |
D | hvm.h | 10 #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.1.27/arch/m32r/include/asm/ |
D | setup.h | 7 #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.1.27/arch/sh/include/asm/ |
D | setup.h | 9 #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.1.27/scripts/ |
D | Lindent | 2 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1" 8 PARAM="$PARAM -il0" 11 PARAM="$PARAM -il0"; 14 PARAM="$PARAM -il0" 18 indent $PARAM "$@"
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | setup.h | 37 #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.1.27/scripts/kconfig/ |
D | zconf.l | 4 %x COMMAND HELP STRING PARAM 98 BEGIN(PARAM); 117 <PARAM>{
|
D | zconf.lex.c | 836 #define PARAM 4 macro 1089 BEGIN(PARAM); 1186 case YY_STATE_EOF(PARAM): 1232 BEGIN(PARAM);
|
D | zconf.lex.c_shipped | 836 #define PARAM 4 1089 BEGIN(PARAM); 1186 case YY_STATE_EOF(PARAM): 1232 BEGIN(PARAM);
|
/linux-4.1.27/sound/soc/codecs/ |
D | rt286.h | 46 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|
/linux-4.1.27/drivers/block/ |
D | skd_s1120.h | 145 #define FIT_MXD_CONS(TYPE, PARAM, DATA) \ argument 147 (((PARAM) & 0xFFu) << 16u) | \
|
/linux-4.1.27/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 50 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()
|