Home
last modified time | relevance | path

Searched refs:bus (Results 2401 – 2425 of 4357) sorted by relevance

1...<<919293949596979899100>>...175

/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c579 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target,
587 struct cam_eb *bus,
679 cam_periph_freeze_after_event(periph, &periph->path->bus->last_reset, in proberegister()
1975 !timevalisset(&request_ccb->ccb_h.path->bus->last_reset) && in scsi_scan_bus()
2148 mtx_lock(&target->bus->eb_mtx); in scsi_scan_bus()
2153 mtx_unlock(&target->bus->eb_mtx); in scsi_scan_bus()
2331 path->bus->path_id, in scsi_scan_lun()
2388 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in scsi_alloc_device() argument
2393 device = xpt_alloc_device(bus, target, lun_id); in scsi_alloc_device()
2982 bus->path_id, in scsi_dev_async()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt81 - ti,cs-bus-width: width of the asynchronous device's data bus
201 ti,cs-bus-width = <16>;
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone.dtsi240 bus-width = <4>;
249 bus-width = <4>;
263 bus-width = <8>;
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dnvidia,tegra194-pcie-ep.yaml67 - description: APB bus interface reset
214 bus@0 {
271 bus@0 {
/freebsd/sys/dev/ciss/
H A Dcissreg.h41 u_int32_t bus:6; /* SCSI bus */ member
499 #define CISS_BIG_MAP_ID(sc, bus, target) \ argument
501 ((sc)->ciss_id->drives_per_scsi_bus * (bus)) | \
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-popmetal.dts122 bus-width = <8>;
135 bus-width = <4>;
168 ddc-i2c-bus = <&i2c5>;
H A Drk3288-tinker.dtsi147 ddc-i2c-bus = <&i2c5>;
456 bus-width = <4>;
469 bus-width = <4>;
H A Drk3288-vyasa.dts144 bus-width = <8>;
175 ddc-i2c-bus = <&i2c5>;
392 bus-width = <4>;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-box-demo.dts380 bus-width = <8>;
387 bus-width = <4>;
401 bus-width = <4>;
H A Drk3588.dtsi92 bus-range = <0x00 0x0f>;
143 bus-range = <0x10 0x1f>;
192 bus-range = <0x20 0x2f>;
H A Drk3399-rock-pi-4.dts185 ddc-i2c-bus = <&i2c3>;
580 bus-width = <4>;
604 bus-width = <4>;
616 bus-width = <8>;
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157c-emstamp-argon.dtsi401 spi-rx-bus-width = <1>;
402 spi-tx-bus-width = <1>;
424 bus-width = <4>;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mn-var-som.dtsi298 bus-width = <4>;
318 bus-width = <4>;
331 bus-width = <8>;
/freebsd/sys/contrib/device-tree/src/arm64/amazon/
H A Dalpine-v3.dtsi316 compatible = "simple-bus";
351 bus-range = <0x00 0x00>;
365 compatible = "simple-bus";
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12a-sei510.dts423 bus-width = <4>;
452 bus-width = <4>;
469 bus-width = <8>;
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-sam9x60_curiosity.dts142 nand-bus-width = <8>;
450 bus-width = <4>;
459 bus-width = <4>;
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-trimslice.dts33 nvidia,ddc-i2c-bus = <&hdmi_ddc>;
374 bus-width = <4>;
381 bus-width = <4>;
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sx-nitrogen6sx.dts286 bus-width = <4>;
298 bus-width = <4>;
327 bus-width = <8>;
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-evm.dts518 nand-bus-width = <8>;
534 gpmc,bus-turnaround-ns = <0>;
538 gpmc,wr-data-mux-bus-ns = <0>;
730 bus-width = <4>;
744 bus-width = <4>;
/freebsd/sys/contrib/device-tree/src/arm/socionext/
H A Duniphier-pxs2.dtsi155 compatible = "simple-bus";
410 system_bus: system-bus@58c00000 {
411 compatible = "socionext,uniphier-system-bus";
467 bus-width = <8>;
484 bus-width = <4>;
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml184 description: OF graph bindings modeling a data bus to the connector, e.g.
186 is more than one bus (several port, with 'reg' property), they can be grouped
191 description: OF graph bindings modeling any data bus to the connector
192 unless the bus is between parent node and the connector. Since a single
193 connector can have multiple data buses every bus has an assigned OF graph
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-apq8064.dtsi291 compatible = "simple-bus";
878 "bus",
899 bus-width = <4>;
926 bus-width = <4>;
956 bus-width = <8>;
1098 clock-names = "iface", "bus", "core_mmss",
1162 "bus",
1296 bus-range = <0x00 0xff>;
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h96 static inline const char *ath10k_bus_str(enum ath10k_bus bus) in ath10k_bus_str() argument
98 switch (bus) { in ath10k_bus_str()
1066 enum ath10k_bus bus; member
1339 enum ath10k_bus bus,
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h886 enum ath11k_bus bus; member
1195 enum ath11k_bus bus);
1263 static inline const char *ath11k_bus_str(enum ath11k_bus bus) in ath11k_bus_str() argument
1265 switch (bus) { in ath11k_bus_str()
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh514 * any (yay new-bus!).
530 * call the bus independent version
569 * Cardbus is a pci bus plus extra, so use the pci driver unless special
704 * Sometimes the parent bus will detach you anyway, even if you

1...<<919293949596979899100>>...175