Searched refs:PARAM (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dsetup.h10 #define PARAM ((unsigned char *)empty_zero_page) macro
12 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
13 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
14 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
15 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
16 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
17 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
19 #define COMMAND_LINE ((char *) (PARAM+0x100))
/linux-master/include/xen/
H A Dhvm.h11 #define PARAM(x) [HVM_PARAM_##x] = #x macro
13 PARAM(CALLBACK_IRQ),
14 PARAM(STORE_PFN),
15 PARAM(STORE_EVTCHN),
16 PARAM(PAE_ENABLED),
17 PARAM(IOREQ_PFN),
18 PARAM(BUFIOREQ_PFN),
19 PARAM(TIMER_MODE),
20 PARAM(HPET_ENABLED),
21 PARAM(IDENT_P
29 #undef PARAM macro
[all...]
/linux-master/scripts/
H A DLindent4 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1"
15 PARAM="$PARAM -il0"
18 PARAM="$PARAM -il0"
21 PARAM="$PARAM -il0"
26 indent $PARAM "$@"
/linux-master/arch/alpha/include/asm/
H A Dsetup.h38 #define PARAM ZERO_PGE macro
39 #define COMMAND_LINE ((char *)(absolute_pointer(PARAM + 0x0000)))
40 #define INITRD_START (*(unsigned long *) (PARAM+0x100))
41 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
/linux-master/sound/soc/codecs/
H A Drt286.h43 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
H A Drt274.h44 #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
H A Drt298.h45 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c41 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n");
72 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n");
112 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n");
149 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
187 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n");
226 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n");
265 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "start\n");
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h75 #define DMA_PACK_PARAM(par) DMA_PACK(par, PARAM)

Completed in 139 milliseconds