Searched refs:cfe (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/arch/mips/sibyte/common/ |
H A D | Makefile | 1 obj-y := cfe.o
|
H A D | cfe_console.c | 7 #include <asm/fw/cfe/cfe_api.h> 8 #include <asm/fw/cfe/cfe_error.h> 67 .name = "cfe",
|
H A D | cfe.c | 33 #include <asm/fw/cfe/cfe_api.h> 34 #include <asm/fw/cfe/cfe_error.h> 294 printk("LINUX_CMDLINE not defined in cfe."); prom_init()
|
/linux-4.4.14/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 764 u8 *boot_addr, *cfe; board_prom_init() local 781 /* dump cfe version */ board_prom_init() 782 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; board_prom_init() 783 if (!memcmp(cfe, "cfe-v", 5)) board_prom_init() 785 cfe[5], cfe[6], cfe[7], cfe[8], cfe[9]); board_prom_init()
|
/linux-4.4.14/arch/mips/bcm63xx/ |
H A D | dev-flash.c | 27 .name = "cfe",
|
/linux-4.4.14/drivers/mtd/ |
H A D | bcm63xxpart.c | 59 if (strncmp("cfe-v", buf, 5) == 0) bcm63xx_detect_cfe() 62 /* very old CFE's do not have the cfe-v string, so check for magic */ bcm63xx_detect_cfe()
|
/linux-4.4.14/arch/mips/include/asm/fw/cfe/ |
H A D | cfe_api.h | 22 * cfe from an application. It should be the only header
|
/linux-4.4.14/arch/mips/sibyte/bcm1480/ |
H A D | smp.c | 27 #include <asm/fw/cfe/cfe_api.h>
|
/linux-4.4.14/arch/mips/sibyte/sb1250/ |
H A D | smp.c | 28 #include <asm/fw/cfe/cfe_api.h>
|
/linux-4.4.14/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 30 #include <asm/fw/cfe/cfe_api.h>
|
/linux-4.4.14/arch/mips/ |
H A D | Makefile | 215 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
|
Completed in 515 milliseconds