Home
last modified time | relevance | path

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

12

/arch/powerpc/kernel/
Dprom_init.c150 static struct prom_t __prombss prom; variable
428 if (prom.stdout == 0) in prom_print()
435 call_prom("write", 3, 1, prom.stdout, p, q - p); in prom_print()
439 call_prom("write", 3, 1, prom.stdout, ADDR("\r\n"), 2); in prom_print()
460 call_prom("write", 3, 1, prom.stdout, buf, nibbles); in prom_print_hex()
478 call_prom("write", 3, 1, prom.stdout, buf+i, size); in prom_print_dec()
495 call_prom("write", 3, 1, prom.stdout, p, q - p); in prom_printf()
500 call_prom("write", 3, 1, prom.stdout, in prom_printf()
588 ADDR("claim"), prom.memory, in prom_claim()
593 ADDR("claim"), prom.mmumap, in prom_claim()
[all …]
/arch/powerpc/boot/
Doflib.c27 extern int prom(void *);
29 static int (*prom) (void *); variable
35 prom = (int (*)(void *))promptr; in of_init()
59 if (prom(&args) < 0) in of_call_prom()
84 if (prom(&args) < 0) in of_call_prom_ret()
/arch/mips/txx9/jmr3927/
DMakefile6 obj-y += prom.o irq.o setup.o
/arch/mips/lantiq/falcon/
DMakefile2 obj-y := prom.o reset.o sysctrl.o
/arch/mips/txx9/rbtx4939/
DMakefile2 obj-y += irq.o setup.o prom.o
/arch/mips/txx9/rbtx4927/
DMakefile2 obj-y += prom.o setup.o irq.o
/arch/mips/txx9/rbtx4938/
DMakefile2 obj-y += prom.o setup.o irq.o
/arch/m68k/sun3x/
DMakefile6 obj-y := config.o time.o dvma.o prom.o
/arch/mips/loongson32/common/
DMakefile6 obj-y += time.o irq.o platform.o prom.o reset.o setup.o
/arch/mips/ath79/
DMakefile9 obj-y := prom.o setup.o common.o clock.o
/arch/mips/ar7/
DMakefile4 prom.o \
/arch/mips/rb532/
DMakefile8 obj-y += irq.o time.o setup.o prom.o gpio.o devices.o
/arch/mips/lantiq/xway/
DMakefile2 obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o
/arch/mips/lantiq/
DMakefile5 obj-y := irq.o clk.o prom.o
/arch/mips/bcm47xx/
DMakefile7 obj-y += irq.o prom.o serial.o setup.o time.o
/arch/mips/ath25/
DMakefile11 obj-y += board.o prom.o devices.o
/arch/m68k/sun3/
DMakefile8 obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o prom/
/arch/mips/dec/
DPlatform6 libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
/arch/mips/alchemy/common/
DMakefile9 obj-y += prom.o time.o clock.o platform.o power.o gpiolib.o \
/arch/openrisc/kernel/
DMakefile15 obj-$(CONFIG_OF) += prom.o
/arch/mips/bcm63xx/
DMakefile2 obj-y += clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \
/arch/mips/pci/
Dpci-xtalk-bridge.c571 u8 prom[64]; in bridge_get_partnum() local
581 ret = nvmem_device_read(nvmem, 0, 64, prom); in bridge_get_partnum()
587 if (crc16(CRC16_INIT, prom, 32) != CRC16_VALID || in bridge_get_partnum()
588 crc16(CRC16_INIT, prom + 32, 32) != CRC16_VALID) in bridge_get_partnum()
594 if (prom[i + 11] != ' ') in bridge_get_partnum()
595 partnum[j++] = prom[i + 11]; in bridge_get_partnum()
598 if (prom[i + 32] != ' ') in bridge_get_partnum()
599 partnum[j++] = prom[i + 32]; in bridge_get_partnum()
/arch/nios2/kernel/
DMakefile15 obj-y += prom.o
/arch/mips/ralink/
DMakefile7 obj-y := prom.o of.o reset.o
/arch/microblaze/kernel/
DMakefile19 process.o prom.o ptrace.o \

12