Searched +full:fw +full:- +full:init +full:- +full:baudrate (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | nxp,88w8987-bt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/bluetooth/nxp,88w8987-bt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 This binding describes UART-attached NXP bluetooth chips. These chips 11 are dual-radio chips supporting WiFi and Bluetooth. The bluetooth 12 works on standard H4 protocol over 4-wire UART. The RTS and CTS lines 13 are used during FW download. To enable power save mode, the host 14 asserts break signal over UART-TX line to put the chip into power save 15 state. De-asserting break wakes up the BT chip. [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btnxpuart.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 92 /* Bluetooth vendor command : Set operational baudrate */ 159 const struct firmware *fw; member 194 #define NXP_HDR_RX_TIMEOUT 0x0003 /* FW Header chunk not received */ 195 #define NXP_DATA_RX_TIMEOUT 0x0004 /* FW Data chunk not received */ 259 #define INIT 0x00000001 macro 310 struct ps_data *psdata = &nxpdev->psdata; in nxp_drv_send_cmd() 316 psdata->driver_sent_cmd = true; in nxp_drv_send_cmd() 318 psdata->driver_sent_cmd = false; in nxp_drv_send_cmd() 325 if (schedule_work(&nxpdev->tx_work)) in btnxpuart_tx_wakeup() [all …]
|
H A D | hci_qca.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * HCI_IBS (HCI In-Band Sleep) is Qualcomm's power management 13 * Written by Ohad Ben-Cohen <ohad@bencohen.org> 63 /* max retry count when init fails */ 243 if (hu->serdev) { in qca_soc_type() 244 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_soc_type() 246 soc_type = qsd->btsoc_type; in qca_soc_type() 256 if (hu->serdev) { in qca_get_firmware_name() 257 struct qca_serdev *qsd = serdev_device_get_drvdata(hu->serdev); in qca_get_firmware_name() 259 return qsd->firmware_name; in qca_get_firmware_name() [all …]
|
H A D | hci_bcm.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 53 * struct bcm_device_data - device specific data 54 * @no_early_set_baudrate: Disallow set baudrate before driver setup() 55 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it 57 * @max_autobaud_speed: max baudrate supported by device in autobaud mode 58 * @max_speed: max baudrate supported 69 * struct bcm_device - device driver resources 94 * @init_speed: default baudrate of Bluetooth device; 95 * the host UART is initially set to this baudrate so that 97 * @oper_speed: preferred baudrate of Bluetooth device; [all …]
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | yam.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * yam.c -- YAM radio modem driver. 57 #include <linux/init.h> 61 /* --------------------------------------------------------------------- */ 67 /* --------------------------------------------------------------------- */ 94 #define DEFAULT_PERS 64 /* 0->255 */ 99 int baudrate; member 147 /* --------------------------------------------------------------------- */ 219 /* YAM Modem <-> UART Port mapping */ 326 return -1; in fpga_write() [all …]
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
H A D | platform.S | 9 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 38 * | 4.[P1] Set X-DMA into VGA memory domain 39 * V2 |2015.04.24 : 1.[P1] Add disabling all DRAM requests during PHY init 49 * | 2.[P1] Add reset MMC controller to solve init DRAM again during VGA ON 60 * V10|2016.04.21 : 1.[P1] Add USB PHY initial code - port B, to prevent wrong state on USB pins 69 …nge Ron manual calibration to default OFF, customer can enable it to do fine-tuning of the Vix iss… 76 * |2017.06.19 : 4.[P2] Add initial full-chip reset option 124 BMC side DDR IO driving manual mode fine-tuning, used to improve CK/CKN Vix violation. 128 -----------------------+----------------------- 133 //#define ASTMMC_DDR4_MANUAL_RPU 0x0 @ 0x0-0xF, larger value means weaker driving [all …]
|
/openbmc/u-boot/ |
H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2000 - 2013 9 This directory contains the source code for U-Boot, a boot loader for 15 The development of U-Boot is closely related to Linux: some parts of 37 scattered throughout the U-Boot source identifying the people or 41 actual U-Boot source tree; however, it can be created dynamically 51 U-Boot, you should send a message to the U-Boot mailing list at 52 <u-boot@lists.denx.de>. There is also an archive of previous traffic 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64,riscv64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 26 If set to vendor, prefer vendor-specific driver 58 Documentation/firmware-guide/acpi/debug.rst for more information about 116 Format: <byte> or <bitmap-list> [all …]
|