Searched +full:ssc +full:- +full:block +full:- +full:bus (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | qcom,ssc-block-bus.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/bus/qcom,ssc-block-bus.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: The AHB Bus Providing a Global View of the SSC Block on (some) qcom SoCs 10 - Michael Srba <Michael.Srba@seznam.cz> 14 need to be turned on in a sequence before communication over the AHB bus 20 The SSC (Snapdragon Sensor Core) block contains a gpio controller, i2c/spi/uart 27 - const: qcom,msm8998-ssc-block-bus 28 - const: qcom,ssc-block-bus [all …]
|
/freebsd/sys/dev/cesa/ |
H A D | cesa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2009-2011 Semihalf. 32 * +------------------------+ <= sc->sc_sram_base_va + CESA_SRAM_SIZE 36 * +------------------------+ <= sc->sc_sram_base_va + CESA_DATA(0) 38 * +------------------------+ 40 * +------------------------+ <= sc->sc_sram_base_va 45 #include <sys/bus.h> 54 #include <machine/bus.h> 90 { -1, 0 } [all …]
|
/freebsd/sys/dev/rtsx/ |
H A D | rtsx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 12 * - Lutz Bichler <Lutz.Bichler@gmail.com> 43 #include <sys/bus.h> 45 #include <machine/bus.h> 73 /* The softc holds our per-instance data. */ 79 device_t rtsx_mmc_dev; /* device of mmc bus */ 82 int rtsx_irq_res_id; /* bus IRQ resource id */ 83 struct resource *rtsx_irq_res; /* bus IRQ resource */ 84 void *rtsx_irq_cookie; /* bus IRQ resource cookie */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2711.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/soc/bcm2835-pm.h> 10 #address-cells = <2>; 11 #size-cell [all...] |
/freebsd/sys/cam/scsi/ |
H A D | scsi_all.c | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 78 #define ERESTART -1 /* restart syscall */ 79 #define EJUSTRETURN -2 /* don't modify regs, just return */ 84 * after a SCSI bus reset. 90 * All devices need _some_ sort of bus settle delay, so we'll set it to 91 * a minimum value of 100ms. Note that this is pertinent only for SPI- 142 { 0xD8, R, "CD-DA READ" } 149 * to read CD-DA data. I'm not sure which Plextor CDROM 152 * 12-20X does. I don't know about any earlier models, [all …]
|
H A D | scsi_all.h | 1 /*- 35 * bus reset. 55 * SCSI-3 spec 545 uint8_t bus; member 556 uint8_t bus; member 781 * Updated version of the cache page, as of SBC. Update this to SBC-3 and 1111 * Attributes obtained from SPC-4r36g (section 7.4.2.2) and 1112 * SSC-4r03 (section 4.2.21). 1215 * Attribute (0x080c) for LTFS-format coherency information. 2203 * the two values should be de-coupled. [all …]
|
H A D | scsi_sa.c | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 105 if (((ccb)->ccb_h.status & CAM_DEV_QFRZN) != 0) \ 106 cam_release_devq((ccb)->ccb_h.path, 0, 0, 0, FALSE) 182 * CODES. (If the drive supports it, SPC-4/LTO-5 and newer should.) 185 * 4. Instance-specific loader tunables, used for say sa5. 321 indent -= 2; \ 371 #define SA_PROT_ENABLED(softc) ((softc->flags & SA_FLAG_PROTECT_SUPP) \ 372 && (softc->prot_info.cur_prot_state.initialized != 0) \ 373 && (softc->prot_info.cur_prot_state.prot_method != 0)) [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 102 …Bus master enable. If the PF or any of its VFs try to master the bus when this bit is not set, th… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rsu.c | 3 /*- 23 * o tx a-mpdu 25 * o power-save operation 39 #include <sys/bus.h> 79 device_printf((_sc)->sc_dev, __VA_ARGS__); \ 290 /* XXX hard-coded */ 351 if (uaa->usb_mode != USB_MODE_HOST || in rsu_match() 352 uaa->info.bIfaceIndex != 0 || in rsu_match() 353 uaa->info.bConfigIndex != 0) in rsu_match() 373 * notification from net80211 that it'd like to do A-MPDU on the given TID. [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_ich8lan.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 36 * 82562G-2 10/100 Network Connection 38 * 82562GT-2 10/100 Network Connection 40 * 82562V-2 10/100 Network Connection 41 * 82566DC-2 Gigabit Network Connection 43 * 82566DM-2 Gigabit Network Connection 50 * 82567LM-2 Gigabit Network Connection 51 * 82567LF-2 Gigabit Network Connection 52 * 82567V-2 Gigabit Network Connection [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 81 * point to a physically contiguous block of memory. 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ 126 /* Engine CKV - Authentication tag. */ [all …]
|