Searched refs:pcdp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dpcdp.c19 #include "pcdp.h"
87 struct pcdp *pcdp; local
96 pcdp = ioremap(efi.hcdp, 4096);
97 printk(KERN_INFO "PCDP: v%d at 0x%lx\n", pcdp->rev, efi.hcdp);
100 if (pcdp->rev < 3)
107 if (pcdp->rev < 3 && efi_uart_console_only())
110 for (i = 0, uart = pcdp->uart; i < pcdp->num_uarts; i++, uart++) {
119 end = (struct pcdp_device *) ((u8 *) pcdp
[all...]
H A DMakefile7 obj-$(CONFIG_EFI_PCDP) += pcdp.o
H A Dpcdp.h98 struct pcdp { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dsetup.c236 * Since pcdp support in SN is not supported in the 2.4 kernel (or at least
245 * could be used from drivers/firmware/pcdp.h, but it was decided that moving
253 struct pcdp { struct
256 u8 rev; /* should be >=3 for pcdp, <3 for hcdp */
265 /* pcdp descriptors follow */
323 struct pcdp *pcdp; local
329 return; /* no hcdp/pcdp table */
331 pcdp = __va(efi.hcdp);
333 if (pcdp
[all...]

Completed in 206 milliseconds