Home
last modified time | relevance | path

Searched refs:prom (Results 1 – 25 of 40) sorted by relevance

12

/linux-2.6.39/arch/powerpc/boot/
Doflib.c19 static int (*prom) (void *); variable
23 prom = (int (*)(void *))promptr; in of_init()
49 if (prom(&args) < 0) in of_call_prom()
79 if (prom(&args) < 0) in of_call_prom_ret()
/linux-2.6.39/arch/powerpc/kernel/
Dprom_init.c157 static struct prom_t __initdata prom; variable
280 struct prom_t *_prom = &RELOC(prom); in prom_print()
302 struct prom_t *_prom = &RELOC(prom); in prom_print_hex()
320 struct prom_t *_prom = &RELOC(prom); in prom_print_dec()
338 struct prom_t *_prom = &RELOC(prom); in prom_printf()
387 struct prom_t *_prom = &RELOC(prom); in prom_claim()
582 struct prom_t *_prom = &RELOC(prom); in early_cmdline_parse()
1133 struct prom_t *_prom = &RELOC(prom); in prom_init_mem()
1474 struct prom_t *_prom = &RELOC(prom); in prom_hold_cpus()
1546 struct prom_t *_prom = &RELOC(prom); in prom_init_client_services()
[all …]
/linux-2.6.39/arch/mips/emma/common/
DMakefile10 obj-$(CONFIG_NEC_MARKEINS) += prom.o
/linux-2.6.39/arch/mips/txx9/jmr3927/
DMakefile5 obj-y += prom.o irq.o setup.o
/linux-2.6.39/arch/mips/txx9/rbtx4939/
DMakefile1 obj-y += irq.o setup.o prom.o
/linux-2.6.39/arch/mips/txx9/rbtx4927/
DMakefile1 obj-y += prom.o setup.o irq.o
/linux-2.6.39/arch/mips/txx9/rbtx4938/
DMakefile1 obj-y += prom.o setup.o irq.o
/linux-2.6.39/arch/m68k/sun3x/
DMakefile5 obj-y := config.o time.o dvma.o prom.o
/linux-2.6.39/arch/mips/pnx833x/common/
DMakefile1 obj-y := interrupts.o platform.o prom.o setup.o reset.o
/linux-2.6.39/arch/mips/rb532/
DMakefile5 obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o
/linux-2.6.39/arch/mips/pmc-sierra/yosemite/
DMakefile5 obj-y += irq.o prom.o py-console.o setup.o
/linux-2.6.39/arch/mips/ar7/
DMakefile3 prom.o \
/linux-2.6.39/arch/mips/bcm47xx/
DMakefile6 obj-y := gpio.o irq.o nvram.o prom.o serial.o setup.o time.o wgt634u.o
/linux-2.6.39/arch/mips/pnx8550/common/
DMakefile25 obj-y := setup.o prom.o int.o reset.o time.o proc.o platform.o
/linux-2.6.39/arch/mips/dec/
DPlatform7 libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
/linux-2.6.39/arch/mips/lasat/
DMakefile5 obj-y += reset.o setup.o prom.o lasat_board.o \
/linux-2.6.39/arch/mips/alchemy/common/
DMakefile8 obj-y += prom.o time.o clocks.o platform.o power.o setup.o \
/linux-2.6.39/arch/mips/bcm63xx/
DMakefile1 obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o \
/linux-2.6.39/arch/mips/jz4740/
DMakefile7 obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
/linux-2.6.39/arch/mips/alchemy/devboards/
DMakefile5 obj-y += prom.o bcsr.o platform.o
/linux-2.6.39/arch/mips/ath79/
DMakefile11 obj-y := prom.o setup.o irq.o common.o clock.o gpio.o
/linux-2.6.39/drivers/atm/
Dfore200e.c606 fore200e_pca_prom_read(struct fore200e* fore200e, struct prom_data* prom) in fore200e_pca_prom_read() argument
619 prom_dma = fore200e->bus->dma_map(fore200e, prom, sizeof(struct prom_data), DMA_FROM_DEVICE); in fore200e_pca_prom_read()
643 swap_here(&prom->mac_addr[0]); in fore200e_pca_prom_read()
644 swap_here(&prom->mac_addr[4]); in fore200e_pca_prom_read()
817 static int __init fore200e_sba_prom_read(struct fore200e *fore200e, struct prom_data *prom) in fore200e_sba_prom_read() argument
826 memcpy(&prom->mac_addr[4], prop, 4); in fore200e_sba_prom_read()
831 memcpy(&prom->mac_addr[2], prop, 4); in fore200e_sba_prom_read()
833 prom->serial_number = of_getintprop_default(op->dev.of_node, in fore200e_sba_prom_read()
835 prom->hw_revision = of_getintprop_default(op->dev.of_node, in fore200e_sba_prom_read()
2057 struct prom_data* prom = kzalloc(sizeof(struct prom_data), GFP_KERNEL | GFP_DMA); in fore200e_get_esi() local
[all …]
/linux-2.6.39/arch/microblaze/kernel/
DMakefile20 process.o prom.o prom_parse.o ptrace.o \
/linux-2.6.39/drivers/net/pcmcia/
Dpcnet_cs.c326 u_char prom[32]; in get_prom() local
355 prom[i] = inb(ioaddr + PCNET_DATAPORT); in get_prom()
357 if ((prom[0] == hw_info[i].a0) && in get_prom()
358 (prom[2] == hw_info[i].a1) && in get_prom()
359 (prom[4] == hw_info[i].a2)) in get_prom()
362 if ((i < NR_INFO) || ((prom[28] == 0x57) && (prom[30] == 0x57))) { in get_prom()
364 dev->dev_addr[j] = prom[j<<1]; in get_prom()
/linux-2.6.39/arch/score/
DKconfig.debug17 to set them up in board prom initialization routines.

12