Home
last modified time | relevance | path

Searched refs:bootrom (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/staging/greybus/
H A Dbootrom.c43 static void free_firmware(struct gb_bootrom *bootrom) in free_firmware() argument
45 if (!bootrom->fw) in free_firmware()
48 release_firmware(bootrom->fw); in free_firmware()
49 bootrom->fw = NULL; in free_firmware()
55 struct gb_bootrom *bootrom = container_of(dwork, in gb_bootrom_timedout() local
57 struct device *dev = &bootrom->connection->bundle->dev; in gb_bootrom_timedout()
60 switch (bootrom->next_request) { in gb_bootrom_timedout()
75 dev_err(dev, "Invalid next-request: %u", bootrom->next_request); in gb_bootrom_timedout()
81 mutex_lock(&bootrom->mutex); in gb_bootrom_timedout()
82 free_firmware(bootrom); in gb_bootrom_timedout()
[all …]
H A DMakefile6 gb-bootrom-y := bootrom.o
18 obj-$(CONFIG_GREYBUS_BOOTROM) += gb-bootrom.o
H A DKconfig33 will be called gb-bootrom.ko
/linux/Documentation/devicetree/bindings/bus/
H A Dmvebu-mbus.txt118 bootrom {
119 compatible = "marvell,bootrom";
160 bootrom {
161 compatible = "marvell,bootrom";
224 bootrom {
225 compatible = "marvell,bootrom";
/linux/arch/arm/mach-shmobile/
H A Dheadsmp.S65 ldr r0, bootrom
77 bootrom: label
/linux/arch/mips/ralink/
H A Dbootrom.c21 DEFINE_SHOW_ATTRIBUTE(bootrom);
/linux/arch/arm/boot/dts/nspire/
H A Dnspire.dtsi22 bootrom: bootrom@0 { label
/linux/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h55 struct nfcmrvl_fw_binary_config bootrom; member
H A Dfw_dnld.c536 &fw_dnld->header->bootrom.config); in nfcmrvl_fw_dnld_start()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-98dx3236.dtsi49 bootrom {
50 compatible = "marvell,bootrom";
H A Darmada-xp.dtsi33 bootrom {
34 compatible = "marvell,bootrom";
H A Darmada-370.dtsi33 bootrom {
34 compatible = "marvell,bootrom";
H A Darmada-39x.dtsi62 bootrom {
63 compatible = "marvell,bootrom";
H A Darmada-375.dtsi78 bootrom {
79 compatible = "marvell,bootrom";
H A Darmada-38x.dtsi45 bootrom {
46 compatible = "marvell,bootrom";
/linux/drivers/gpu/drm/xe/
H A Dxe_guc.c990 u32 bootrom = REG_FIELD_GET(GS_BOOTROM_MASK, status); in guc_wait_ucode() local
997 bootrom, ukernel, in guc_wait_ucode()
1001 switch (bootrom) { in guc_wait_ucode()
/linux/
H A DMAINTAINERS9976 F: drivers/staging/greybus/bootrom.c