Home
last modified time | relevance | path

Searched full:sbr (Results 1 – 23 of 23) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/
Dsnps,dw-umctl2-ddrc.yaml70 enum: [ pclk, aclk, core, sbr ]
82 enum: [ prst, arst, core, sbr ]
115 clock-names = "pclk", "aclk", "core", "sbr";
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dpcie.c768 * before the SBR for the Pcie Gen3.
792 * Trigger a secondary bus reset (SBR) on ourselves using our parent.
818 * This is an end around to do an SBR during probe time. A new API needs in trigger_sbr()
1011 /* hold the SBus resource across the firmware download and SBR */ in do_pcie_gen3_transition()
1047 * will be performed automatically after the SBR when the target in do_pcie_gen3_transition()
1233 /* hold DC in reset across the SBR */ in do_pcie_gen3_transition()
1236 /* save firmware control across the SBR */ in do_pcie_gen3_transition()
1251 * step 7: initiate the secondary bus reset (SBR) in do_pcie_gen3_transition()
1266 "%s: read of VendorID failed after SBR, err %d\n", in do_pcie_gen3_transition()
1272 dd_dev_info(dd, "%s: VendorID is all 1s after SBR\n", __func__); in do_pcie_gen3_transition()
[all …]
Dchip.h722 #define SBUS_TIMEOUT 4000 /* long enough for a FW download and SBR */
/linux-6.14.4/drivers/tty/serial/
Dfsl_lpuart.c1993 unsigned int sbr, brfa; in lpuart_set_termios() local
2111 sbr = port->uartclk / (16 * baud); in lpuart_set_termios()
2112 brfa = ((port->uartclk - (16 * sbr * baud)) * 2) / baud; in lpuart_set_termios()
2114 bdh |= (sbr >> 8) & 0x1F; in lpuart_set_termios()
2119 writeb(sbr & 0xFF, port->membase + UARTBDL); in lpuart_set_termios()
2141 u32 sbr, osr, baud_diff, tmp_osr, tmp_sbr, tmp_diff, tmp; in __lpuart32_serial_setbrg() local
2151 * Baud Rate = baud clock / ((OSR+1) × SBR) in __lpuart32_serial_setbrg()
2155 sbr = 0; in __lpuart32_serial_setbrg()
2158 /* calculate the temporary sbr value */ in __lpuart32_serial_setbrg()
2165 * osr and sbr values in __lpuart32_serial_setbrg()
[all …]
/linux-6.14.4/arch/mips/include/asm/
Dbmips-spaces.h5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/linux-6.14.4/arch/mips/include/asm/mach-bmips/
Dspaces.h13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/linux-6.14.4/sound/soc/intel/atom/
Dsst-mfld-dsp.h337 u8 bdownsample; /*SBR downsampling 0 - disable 1 -enabled AAC+ only */
341 u8 sbr_signalling;/*disable/enable/set automode the SBR tool.AAC+*/
/linux-6.14.4/drivers/media/i2c/
Dtc358746.c950 * sbr - source_bitrate in bits/s in tc358746_link_validate()
953 * image-width / csir >= (image-width - fifo-sz) / sbr in tc358746_link_validate()
954 * image-width * sbr / csir >= image-width - fifo-sz in tc358746_link_validate()
955 * fifo-sz >= image-width - image-width * sbr / csir; with n = csir/sbr in tc358746_link_validate()
/linux-6.14.4/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h454 * struct mpt3_enable_diag_sbr_reload - enable sbr reload
Dmpt3sas_ctl.c2547 * _ctl_enable_diag_sbr_reload - enable sbr reload bit
2551 * Enable the SBR reload bit
2588 ioc_err(ioc, "%s: Failed to set Diag SBR Reload Bit\n", __func__); in _ctl_enable_diag_sbr_reload()
2592 ioc_info(ioc, "%s: Successfully set the Diag SBR Reload Bit\n", __func__); in _ctl_enable_diag_sbr_reload()
/linux-6.14.4/drivers/cxl/
Dpci.c1089 * registers. SBR, however, will wipe all device configurations. in cxl_reset_done()
1096 dev_crit(dev, "SBR happened without memory regions removal.\n"); in cxl_reset_done()
/linux-6.14.4/drivers/platform/x86/intel/pmc/
Dlnl.c348 {"SBR", 0, 1},
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c1804 goto sbr; in mlxsw_pci_reset_at_pci_disable()
1813 sbr: in mlxsw_pci_reset_at_pci_disable()
/linux-6.14.4/drivers/pci/
Dpci.c5063 * Per CXL spec r3.1, sec 8.1.5.2, when "Unmask SBR" is 0, the SBR in cxl_sbr_masked()
5065 * hot reset when the SBR bit is set to 1. in cxl_sbr_masked()
5079 * If "dev" is below a CXL port that has SBR control masked, SBR in pci_reset_bus_function()
Dquirks.c3751 * Some NVIDIA GPU devices do not work with bus reset, SBR needs to be
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h1354 * @smu_handle_passthrough_sbr: Send message to SMU about special handling for SBR.
/linux-6.14.4/arch/arm64/boot/dts/apple/
Dt8112-pmgr.dtsi15 label = "sbr";
Dt8103-pmgr.dtsi15 label = "sbr";
/linux-6.14.4/drivers/pci/controller/dwc/
Dpcie-tegra194.c372 /* SBR & Surprise Link Down WAR */ in tegra_pcie_rp_irq_handler()
/linux-6.14.4/drivers/acpi/
Dscan.c1373 acpi_has_method(handle, "SBR") && in acpi_ibm_smbus_match()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1506 * Resets the GPU using generic pci reset interfaces (FLR, SBR, etc.).
3287 /* For passthrough configuration on arcturus and aldebaran, enable special handling SBR */ in amdgpu_device_ip_late_init()
/linux-6.14.4/include/linux/
Dpci.h1521 /* Temporary until new and working PCI SBR API in place */
/linux-6.14.4/drivers/scsi/
Dadvansys.c2031 #define QHSTA_M_SCSI_BUS_RESET 0x30 /* Request aborted from SBR */
2032 #define QHSTA_M_SCSI_BUS_RESET_UNSOL 0x31 /* Request aborted from unsol. SBR */