Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dsnps,dw-umctl2-ddrc.yaml70 enum: [ pclk, aclk, core, sbr ]
82 enum: [ prst, arst, core, sbr ]
115 clock-names = "pclk", "aclk", "core", "sbr";
/linux/drivers/tty/serial/
H A Dfsl_lpuart.c2005 unsigned int sbr, brfa; in lpuart_set_termios() local
2123 sbr = port->uartclk / (16 * baud); in lpuart_set_termios()
2124 brfa = ((port->uartclk - (16 * sbr * baud)) * 2) / baud; in lpuart_set_termios()
2126 bdh |= (sbr >> 8) & 0x1F; in lpuart_set_termios()
2131 writeb(sbr & 0xFF, port->membase + UARTBDL); in lpuart_set_termios()
2153 u32 sbr, osr, baud_diff, tmp_osr, tmp_sbr, tmp_diff, baud; in __lpuart32_serial_setbrg() local
2163 * Baud Rate = baud clock / ((OSR+1) × SBR) in __lpuart32_serial_setbrg()
2167 sbr = 0; in __lpuart32_serial_setbrg()
2170 /* calculate the temporary sbr value */ in __lpuart32_serial_setbrg()
2177 * osr and sbr values in __lpuart32_serial_setbrg()
[all …]
/linux/arch/mips/include/asm/
H A Dbmips-spaces.h5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/linux/arch/mips/include/asm/mach-bmips/
H A Dspaces.h13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/linux/sound/soc/intel/atom/
H A 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/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.h459 * struct mpt3_enable_diag_sbr_reload - enable sbr reload
H A Dmpt3sas_ctl.c2611 * _ctl_enable_diag_sbr_reload - enable sbr reload bit
2615 * Enable the SBR reload bit
2652 ioc_err(ioc, "%s: Failed to set Diag SBR Reload Bit\n", __func__); in _ctl_enable_diag_sbr_reload()
2656 ioc_info(ioc, "%s: Successfully set the Diag SBR Reload Bit\n", __func__); in _ctl_enable_diag_sbr_reload()
/linux/drivers/cxl/
H A Dpci.c982 * registers. SBR, however, will wipe all device configurations. in cxl_reset_done()
995 dev_crit(dev, "SBR happened without memory regions removal.\n"); in cxl_reset_done()
/linux/arch/arm64/boot/dts/apple/
H A Ds800-0-3-pmgr.dtsi58 label = "sbr";
H A Dt8010-pmgr.dtsi58 label = "sbr";
H A Ds8001-pmgr.dtsi58 label = "sbr";
H A Dt8011-pmgr.dtsi67 label = "sbr";
H A Dt8012-pmgr.dtsi66 label = "sbr";
H A Dt8112-pmgr.dtsi15 label = "sbr";
/linux/include/linux/
H A Dpci.h1614 /* Temporary until new and working PCI SBR API in place */