Searched refs:ipl (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dio/
H A Ddio-sysfs.c34 return sprintf(buf, "0x%02x\n", d->ipl);
36 static DEVICE_ATTR(ipl, S_IRUGO, dio_show_ipl, NULL);
H A Ddio.c243 dev->ipl = DIO_IPL(va);
245 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.c596 char ipl[4]; local
668 sscanf(ipd, "%3s %3s", ipl, ipu);
670 syslog(LOG_DEBUG, "MGR: (lower upper) = (%s %s)", ipl, ipu);
672 lower = atoi(ipl);
685 sscanf(ipc, "%3s %3s", ipl, ipu);
687 syslog(LOG_DEBUG, "MGR: (lower upper) = (%s %s)", ipl, ipu);
689 lower = atoi(ipl);
702 sscanf(ipb, "%3s %3s", ipl, ipu);
704 syslog(LOG_DEBUG, "MGR: (lower upper) = (%s %s)", ipl, ipu);
706 lower = atoi(ipl);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dmachine_kexec.c22 #include <asm/ipl.h>
H A Dmem_detect.c9 #include <asm/ipl.h>
H A Dhead.S13 * 3) generate the tape ipl header, store the generated image on a tape
14 * and ipl from it
16 * 4) generate the vm reader ipl header, move the generated image to the
17 * VM reader (use option NOH!) and do a ipl from reader (VM only)
19 * We use the cpuid to distinguish between VM and native ipl
44 .long 0x27000000,0x60000001 # by ipl to addresses 0-23.
158 .long 0x02000018,0x60000050 # by ipl to addresses 0-23.
165 .long 0x02000230,0x60000050 # by ipl and load the range
263 l %r1,0xb8 # load ipl subchannel number
265 bas %r14,.Lloader # load rest of ipl imag
[all...]
H A DMakefile25 s390_ext.o debug.o irq.o ipl.o dis.o diag.o mem_detect.o \
H A Dhead31.S39 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
H A Dhead64.S40 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
H A Dipl.c2 * arch/s390/kernel/ipl.c
3 * ipl/reipl/dump support for Linux on s390.
19 #include <asm/ipl.h>
63 #define SHUTDOWN_ACTION_IPL_STR "ipl"
242 * ipl section
247 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; local
255 if (ipl->hdr.version > IPL_MAX_SUPPORTED_VERSION)
257 if (ipl->hdr.pbt != DIAG308_IPL_TYPE_FCP)
259 if (ipl->ipl_info.fcp.opt == DIAG308_IPL_OPT_DUMP)
390 struct ipl_parameter_block *ipl local
[all...]
H A Dearly.c24 #include <asm/ipl.h>
180 /* re-setup boot command line with new ipl vm parms */
436 * Save ipl parameters, clear bss memory, initialize storage keys
H A Dsetup.c46 #include <asm/ipl.h>
H A Dsmp.c41 #include <asm/ipl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/compressed/
H A Dmisc.c11 #include <asm/ipl.h>
111 * Safe guard the ipl parameter block against a memory area that will be
112 * overwritten. The validity check for the ipl parameter block is complex
114 * the ipl parameter block intersects with the passed memory area we can
116 * the memory to IPL_PARMBLOCK_ORIGIN even if there is no ipl parameter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhplance.c116 printk(", irq %d\n", d->ipl);
167 lp->lance.irq = d->ipl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h280 #define setipl(ipl) ((void) swpipl(ipl))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_sdias.c14 #include <asm/ipl.h>
H A Dzcore.c20 #include <asm/ipl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_hp300.c179 port.irq = d->ipl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddio.h50 u8 ipl; member in struct:dio_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_devmap.c25 #include <asm/ipl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcio.c28 #include <asm/ipl.h>
1070 /* Make sure all subchannels are quiet before we re-ipl an lpar. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 194 milliseconds