Searched refs:bootrom (Results 1 – 21 of 21) sorted by relevance
| /linux/drivers/staging/greybus/ |
| A D | bootrom.c | 45 if (!bootrom->fw) in free_firmware() 49 bootrom->fw = NULL; in free_firmware() 82 free_firmware(bootrom); in gb_bootrom_timedout() 152 free_firmware(bootrom); in find_firmware() 217 free_firmware(bootrom); in gb_bootrom_firmware_size_request() 265 fw = bootrom->fw; in gb_bootrom_get_firmware() 427 bootrom = kzalloc(sizeof(*bootrom), GFP_KERNEL); in gb_bootrom_probe() 428 if (!bootrom) in gb_bootrom_probe() 485 kfree(bootrom); in gb_bootrom_probe() 505 free_firmware(bootrom); in gb_bootrom_disconnect() [all …]
|
| A D | Makefile | 6 gb-bootrom-y := bootrom.o 18 obj-$(CONFIG_GREYBUS_BOOTROM) += gb-bootrom.o
|
| A D | Kconfig | 33 will be called gb-bootrom.ko
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_fw.c | 205 u32 bootrom = REG_FIELD_GET(GS_BOOTROM_MASK, status); in guc_wait_ucode() local 211 bootrom, ukernel, in guc_wait_ucode() 215 switch (bootrom) { in guc_wait_ucode()
|
| /linux/Documentation/devicetree/bindings/bus/ |
| A D | mvebu-mbus.txt | 118 bootrom { 119 compatible = "marvell,bootrom"; 160 bootrom { 161 compatible = "marvell,bootrom"; 224 bootrom { 225 compatible = "marvell,bootrom";
|
| /linux/arch/arm/mach-shmobile/ |
| A D | headsmp.S | 65 ldr r0, bootrom 77 bootrom: label
|
| /linux/arch/mips/ralink/ |
| A D | bootrom.c | 21 DEFINE_SHOW_ATTRIBUTE(bootrom);
|
| A D | Makefile | 28 obj-$(CONFIG_DEBUG_FS) += bootrom.o
|
| /linux/arch/arm/boot/dts/nspire/ |
| A D | nspire.dtsi | 22 bootrom: bootrom@0 { label
|
| /linux/drivers/nfc/nfcmrvl/ |
| A D | fw_dnld.h | 55 struct nfcmrvl_fw_binary_config bootrom; member
|
| A D | fw_dnld.c | 536 &fw_dnld->header->bootrom.config); in nfcmrvl_fw_dnld_start()
|
| /linux/arch/arm/boot/dts/amlogic/ |
| A D | meson.dtsi | 300 bootrom: bootrom@d9040000 { label 301 compatible = "amlogic,meson-mx-bootrom", "syscon";
|
| /linux/arch/arm/boot/dts/marvell/ |
| A D | armada-xp-98dx3236.dtsi | 49 bootrom { 50 compatible = "marvell,bootrom";
|
| A D | armada-xp.dtsi | 33 bootrom { 34 compatible = "marvell,bootrom";
|
| A D | armada-370.dtsi | 33 bootrom { 34 compatible = "marvell,bootrom";
|
| A D | armada-39x.dtsi | 62 bootrom { 63 compatible = "marvell,bootrom";
|
| A D | armada-375.dtsi | 78 bootrom { 79 compatible = "marvell,bootrom";
|
| A D | armada-38x.dtsi | 45 bootrom { 46 compatible = "marvell,bootrom";
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| A D | syscon.yaml | 39 - amlogic,meson-mx-bootrom 136 - amlogic,meson-mx-bootrom
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_guc.c | 646 u32 bootrom = REG_FIELD_GET(GS_BOOTROM_MASK, status); in guc_wait_ucode() local 653 bootrom, ukernel, in guc_wait_ucode() 657 switch (bootrom) { in guc_wait_ucode()
|
| /linux/ |
| A D | MAINTAINERS | 9770 F: drivers/staging/greybus/bootrom.c
|
Completed in 60 milliseconds