HomeSort by: relevance | last modified time | path
    Searched refs:spi (Results 1 - 25 of 868) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/microchip/
sparx5_nand.dtsi 16 spi@e {
17 compatible = "spi-mux";
22 spi-flash@6 {
23 compatible = "spi-nand";
27 spi-max-frequency = <42000000>;
sparx5_pcb125.dts 44 spi@0 {
45 compatible = "spi-mux";
50 spi-flash@9 {
51 compatible = "jedec,spi-nor";
52 spi-max-frequency = <8000000>;
53 reg = <0x9>; /* SPI */
56 spi@1 {
57 compatible = "spi-mux";
62 spi-flash@9 {
63 compatible = "spi-nand"
    [all...]
  /src/sys/dev/fdt/
fdt_spi.h 34 #include <dev/spi/spivar.h>
fdt_spi.c 70 #include <dev/spi/spi_calls.h>
86 struct fdtbus_spi_controller *spi; local in function:fdtbus_register_spi_controller
88 spi = kmem_alloc(sizeof(*spi), KM_SLEEP);
89 spi->spi_dev = dev;
90 spi->spi_controller = controller;
92 LIST_INSERT_HEAD(&fdtbus_spi_controllers, spi, spi_next);
101 struct fdtbus_spi_controller *spi;
103 LIST_FOREACH(spi, &fdtbus_spi_controllers, spi_next) {
105 devhandle_to_of(device_handle(spi->spi_dev)))
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
bcm958742k.dts 64 spi-flash@0 {
65 compatible = "jedec,spi-nor";
67 spi-max-frequency = <20000000>;
79 spi-flash@0 {
80 compatible = "jedec,spi-nor";
82 spi-max-frequency = <20000000>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls1088a-qds.dts 27 compatible = "jedec,spi-nor";
29 spi-max-frequency = <1000000>;
35 compatible = "jedec,spi-nor";
36 spi-cpol;
37 spi-cpha;
38 spi-max-frequency = <3500000>;
45 compatible = "jedec,spi-nor";
46 spi-cpol;
47 spi-cpha;
48 spi-max-frequency = <3500000>
    [all...]
fsl-ls1028a-qds.dts 128 compatible = "jedec,spi-nor";
129 spi-cpol;
130 spi-cpha;
132 spi-max-frequency = <10000000>;
138 compatible = "jedec,spi-nor";
139 spi-cpol;
140 spi-cpha;
142 spi-max-frequency = <10000000>;
148 compatible = "jedec,spi-nor";
149 spi-cpol
    [all...]
fsl-ls1012a-frwy.dts 35 compatible = "jedec,spi-nor";
39 spi-max-frequency = <50000000>;
41 spi-rx-bus-width = <2>;
42 spi-tx-bus-width = <2>;
fsl-ls1012a-qds.dts 72 compatible = "n25q128a11", "jedec,spi-nor";
74 spi-max-frequency = <10000000>;
80 compatible = "sst25wf040b", "jedec,spi-nor";
81 spi-cpol;
82 spi-cpha;
84 spi-max-frequency = <10000000>;
90 compatible = "en25s64", "jedec,spi-nor";
91 spi-cpol;
92 spi-cpha;
94 spi-max-frequency = <10000000>
    [all...]
fsl-lx2160a-qds.dts 54 compatible = "jedec,spi-nor";
56 spi-max-frequency = <1000000>;
66 compatible = "jedec,spi-nor";
68 spi-max-frequency = <1000000>;
78 compatible = "jedec,spi-nor";
80 spi-max-frequency = <1000000>;
98 compatible = "jedec,spi-nor";
100 spi-max-frequency = <50000000>;
102 spi-rx-bus-width = <8>;
103 spi-tx-bus-width = <8>
    [all...]
fsl-ls1046a-qds.dts 42 compatible = "n25q128a11", "jedec,spi-nor";
44 spi-max-frequency = <10000000>;
50 compatible = "sst25wf040b", "jedec,spi-nor";
51 spi-cpol;
52 spi-cpha;
54 spi-max-frequency = <10000000>;
60 compatible = "en25s64", "jedec,spi-nor";
61 spi-cpol;
62 spi-cpha;
64 spi-max-frequency = <10000000>
    [all...]
fsl-ls208xa-qds.dtsi 111 spi-max-frequency = <3000000>;
118 spi-max-frequency = <3000000>;
125 spi-max-frequency = <3000000>;
136 spi-max-frequency = <20000000>;
137 spi-rx-bus-width = <4>;
138 spi-tx-bus-width = <4>;
145 spi-max-frequency = <20000000>;
146 spi-rx-bus-width = <4>;
147 spi-tx-bus-width = <4>;
  /src/sys/arch/arm/cortex/
gic_v2m.c 48 gic_v2m_msi_addr(struct gic_v2m_frame *frame, int spi)
51 return frame->frame_reg + ((spi - 32) << 3);
57 gic_v2m_msi_data(struct gic_v2m_frame *frame, int spi)
62 return spi;
70 int spi, n; local in function:gic_v2m_msi_alloc_spi
72 for (spi = frame->frame_base;
73 spi < frame->frame_base + frame->frame_count; ) {
74 if (frame->frame_pa[spi] == NULL) {
76 if (frame->frame_pa[spi + n] != NULL)
82 frame->frame_pa[spi + n] = new_pa
109 int spi, n; local in function:gic_v2m_msi_available_spi
255 const int spi = spi_base + n; local in function:gic_v2m_msi_alloc
315 const int spi = spi_base + n; local in function:gic_v2m_msix_alloc
336 const int spi = __SHIFTOUT(ih, ARM_PCI_INTR_IRQ); local in function:gic_v2m_msi_intr_establish
351 const int spi = __SHIFTOUT(pih[n], ARM_PCI_INTR_IRQ); local in function:gic_v2m_msi_intr_release
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm53340-ubnt-unifi-switch8.dts 42 spi-max-frequency = <12500000>;
43 spi-cpol;
44 spi-cpha;
r8a7744-iwg20m.dtsi 71 compatible = "jedec,spi-nor";
73 spi-max-frequency = <50000000>;
74 spi-tx-bus-width = <2>;
75 spi-rx-bus-width = <2>;
77 spi-cpol;
78 spi-cpha;
usb_a9g20_lpw.dts 16 spi1: spi@fffcc000 {
20 compatible = "mmc-spi-slot";
23 spi-max-frequency = <25000000>;
qcom-ipq4019-ap.dk07.1-c1.dts 16 spi@78b6000 {
28 spi_0_pins: spi-0-pinmux {
49 spi@78b5000 {
60 spi-max-frequency = <24000000>;
imx6dl-rex-basic.dts 23 compatible = "sst,sst25vf016b", "jedec,spi-nor";
24 spi-max-frequency = <20000000>;
imx6q-rex-pro.dts 23 compatible = "sst,sst25vf032b", "jedec,spi-nor";
24 spi-max-frequency = <20000000>;
am335x-sancloud-bbe-lite.dts 44 compatible = "micron,spi-authenta";
47 spi-max-frequency = <16000000>;
48 spi-cpha;
  /src/sys/dev/spi/
Makefile 3 INCSDIR= /usr/include/dev/spi
  /src/sys/dev/ic/
mpt_netbsd.h 197 } spi; member in union:mpt_softc::__anon5dd6b76a010a
198 #define mpt_port_page0 cfg.spi._port_page0
199 #define mpt_port_page1 cfg.spi._port_page1
200 #define mpt_port_page2 cfg.spi._port_page2
201 #define mpt_dev_page0 cfg.spi._dev_page0
202 #define mpt_dev_page1 cfg.spi._dev_page1
203 #define mpt_tag_enable cfg.spi._tag_enable
204 #define mpt_disc_enable cfg.spi._disc_enable
205 #define mpt_report_xfer_mode cfg.spi._report_xfer_mode
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-svk.dts 113 spi-max-frequency = <5000000>;
114 spi-cpha = <1>;
115 spi-cpol = <1>;
134 spi-max-frequency = <5000000>;
138 spi-cpha = <1>;
139 spi-cpol = <1>;
211 spi-max-frequency = <12500000>;
213 spi-cpol;
214 spi-cpha;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
amd-overdrive.dts 48 compatible = "mmc-spi-slot";
50 spi-max-frequency = <20000000>;
64 arm,msi-base-spi = <64>;
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/qca/
ar9331_omega.dts 66 &spi {
70 /* Winbond 25Q128FVSG SPI flash */
74 compatible = "winbond,w25q128", "jedec,spi-nor";
75 spi-max-frequency = <104000000>;

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>