Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/greybus/
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 …]
DMakefile6 gb-bootrom-y := bootrom.o
18 obj-$(CONFIG_GREYBUS_BOOTROM) += gb-bootrom.o
DKconfig33 will be called gb-bootrom.ko
/linux-5.19.10/Documentation/devicetree/bindings/arm/amlogic/
Dbootrom.txt1 Amlogic Meson6/Meson8/Meson8b bootrom:
4 The bootrom register area can be used to access SoC specific
8 - reg: the register range of the bootrom registers
9 - compatible: should be "amlogic,meson-mx-bootrom" along with "syscon"
14 bootrom: bootrom@d9040000 {
15 compatible = "amlogic,meson-mx-bootrom", "syscon";
/linux-5.19.10/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt118 bootrom {
119 compatible = "marvell,bootrom";
160 bootrom {
161 compatible = "marvell,bootrom";
224 bootrom {
225 compatible = "marvell,bootrom";
/linux-5.19.10/arch/arm/mach-shmobile/
Dheadsmp.S65 ldr r0, bootrom
77 bootrom: label
/linux-5.19.10/arch/arm/boot/dts/
Dnspire.dtsi19 bootrom: bootrom@0 { label
Dmeson.dtsi300 bootrom: bootrom@d9040000 { label
301 compatible = "amlogic,meson-mx-bootrom", "syscon";
Darmada-xp-98dx3236.dtsi49 bootrom {
50 compatible = "marvell,bootrom";
Darmada-xp.dtsi33 bootrom {
34 compatible = "marvell,bootrom";
Darmada-370.dtsi33 bootrom {
34 compatible = "marvell,bootrom";
Darmada-39x.dtsi62 bootrom {
63 compatible = "marvell,bootrom";
Darmada-375.dtsi78 bootrom {
79 compatible = "marvell,bootrom";
Darmada-38x.dtsi45 bootrom {
46 compatible = "marvell,bootrom";
/linux-5.19.10/arch/mips/ralink/
DMakefile28 obj-$(CONFIG_DEBUG_FS) += bootrom.o
/linux-5.19.10/drivers/nfc/nfcmrvl/
Dfw_dnld.h55 struct nfcmrvl_fw_binary_config bootrom; member
Dfw_dnld.c536 &fw_dnld->header->bootrom.config); in nfcmrvl_fw_dnld_start()
/linux-5.19.10/
DMAINTAINERS8612 F: drivers/staging/greybus/bootrom.c