Searched refs:boot0 (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv04.c | 35 u32 boot0 = nvkm_rd32(device, NV04_PFB_BOOT_0); in nv04_ram_new() local 39 if (boot0 & 0x00000100) { in nv04_ram_new() 40 size = ((boot0 >> 12) & 0xf) * 2 + 2; in nv04_ram_new() 43 switch (boot0 & NV04_PFB_BOOT_0_RAM_AMOUNT) { in nv04_ram_new() 59 if ((boot0 & 0x00000038) <= 0x10) in nv04_ram_new()
|
| /linux-6.15/drivers/gpu/nova-core/ |
| H A D | gpu.rs | 114 fn from_boot0(boot0: regs::Boot0) -> Self { in from_boot0() 116 major: boot0.major_rev(), in from_boot0() 117 minor: boot0.minor_rev(), in from_boot0() 138 let boot0 = regs::Boot0::read(&bar); in new() localVariable 141 chipset: boot0.chipset().try_into()?, in new() 142 revision: Revision::from_boot0(boot0), in new()
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | google,cros-ec.yaml | 81 boot0-gpios: 235 - boot0-gpios 240 boot0-gpios: false 314 boot0-gpios = <&gpio_controller 10 GPIO_ACTIVE_HIGH>;
|
| /linux-6.15/arch/arm64/boot/dts/amd/ |
| H A D | elba-flash-parts.dtsi | 28 label = "boot0";
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-ha-common.dtsi | 56 fpga_boot0_pins: fpga-boot0-pins {
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | base.c | 3048 u32 boot0, boot1, strap; in nvkm_device_ctor() local 3088 boot0 = nvkm_rd32(device, 0x000000); in nvkm_device_ctor() 3106 boot0, override_boot0); in nvkm_device_ctor() 3107 boot0 = override_boot0; in nvkm_device_ctor() 3111 if ((boot0 & 0x1f000000) > 0) { in nvkm_device_ctor() 3112 device->chipset = (boot0 & 0x1ff00000) >> 20; in nvkm_device_ctor() 3113 device->chiprev = (boot0 & 0x000000ff); in nvkm_device_ctor() 3147 if ((boot0 & 0xff00fff0) == 0x20004000) { in nvkm_device_ctor() 3148 if (boot0 & 0x00f00000) in nvkm_device_ctor() 3260 nvdev_error(device, "unknown chipset (%08x)\n", boot0); in nvkm_device_ctor() [all …]
|
| /linux-6.15/Documentation/gpu/nova/core/ |
| H A D | todo.rst | 102 let boot0 = Boot0::read(&bar); 103 pr_info!("Revision: {}\n", boot0.revision());
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sc7280-herobrine.dtsi | 530 boot0-gpios = <&tlmm 68 GPIO_ACTIVE_HIGH>; 851 fpmcu_boot0: fpmcu-boot0-state {
|
| H A D | sc7180-trogdor.dtsi | 919 boot0-gpios = <&tlmm 10 GPIO_ACTIVE_HIGH>; 1267 fpmcu_boot0: fpmcu-boot0-state {
|