Home
last modified time | relevance | path

Searched refs:bus (Results 1 – 25 of 32) sorted by relevance

12

/optee_os/core/arch/arm/dts/
H A Ddt_driver_test.dtsi24 * list by related drivers (here all simple-bus).
26 dt-test-bus-b0 {
27 compatible = "simple-bus";
29 dt-test-bus-b1 {
30 compatible = "simple-bus";
32 dt-test-bus-b2 {
33 compatible = "simple-bus";
35 dt-test-bus-b3 {
36 compatible = "simple-bus";
H A Dfsl-lx2160a-rdb.dts49 bus-width = <8>;
63 spi-rx-bus-width = <8>;
64 spi-tx-bus-width = <8>;
74 spi-rx-bus-width = <8>;
75 spi-tx-bus-width = <8>;
H A Dstm32mp13xf.dtsi23 clock-names = "bus", "rng";
34 clock-names = "bus", "rng";
H A Dstm32mp13xc.dtsi23 clock-names = "bus", "rng";
34 clock-names = "bus", "rng";
H A Dstm32mp157c-ev1.dts87 bus-type = <5>;
88 bus-width = <8>;
191 bus-width = <8>;
262 spi-rx-bus-width = <4>;
271 spi-rx-bus-width = <4>;
285 bus-width = <4>;
H A Dstm32mp211.dtsi92 compatible = "simple-bus";
98 rifsc: bus@42080000 {
99 compatible = "st,stm32mp25-rifsc", "simple-bus";
H A Dat91-sama5d27_som1.dtsi46 spi-tx-bus-width = <4>;
47 spi-rx-bus-width = <4>;
H A Dstm32mp15xx-dhcom-som.dtsi185 st,fmc2-ebi-cs-bus-turnaround-ns = <5>;
190 st,fmc2-ebi-cs-write-bus-turnaround-ns = <5>;
460 spi-rx-bus-width = <4>;
506 bus-width = <4>;
513 * SD bus pull-up resistors:
534 bus-width = <8>;
548 bus-width = <4>;
H A Dstm32mp157.dtsi16 clock-names = "bus" ,"core";
H A Dfsl-lx2160a.dtsi471 compatible = "simple-bus";
680 bus-num = <0>;
693 bus-num = <1>;
706 bus-num = <2>;
718 bus-width = <4>;
731 bus-width = <4>;
953 bus-range = <0x0 0xff>;
990 bus-range = <0x0 0xff>;
1027 bus-range = <0x0 0xff>;
1065 bus-range = <0x0 0xff>;
[all …]
H A Dfsl-lx2160a-qds.dts36 mdio-parent-bus = <&emdio1>;
104 mdio-parent-bus = <&emdio2>;
H A Dstm32mp15xx-dhcor-avenger96.dtsi325 bus-width = <4>;
336 bus-width = <8>;
355 bus-width = <4>;
H A Dat91-sama7g54_ek.dts154 spi-tx-bus-width = <8>;
155 spi-rx-bus-width = <8>;
847 bus-width = <8>;
860 bus-width = <4>;
869 bus-width = <4>;
H A Dat91-sama5d27_wlsom1.dtsi215 spi-rx-bus-width = <4>;
216 spi-tx-bus-width = <4>;
H A Dat91-sama5d2_xplained.dts64 bus-width = <8>;
73 bus-width = <4>;
93 spi-tx-bus-width = <4>;
94 spi-rx-bus-width = <4>;
H A Dstm32mp231.dtsi92 compatible = "simple-bus";
164 rifsc: bus@42080000 {
165 compatible = "st,stm32mp25-rifsc", "simple-bus";
710 clock-names = "bus", "stgen_clk";
H A Dat91-sama5d27_som1_ek.dts55 bus-width = <8>;
63 bus-width = <4>;
H A Dstm32mp157c-ed1.dts383 bus-width = <4>;
402 bus-width = <8>;
H A Dsama7g5.dtsi142 compatible = "simple-bus";
202 compatible = "simple-bus";
651 bus-width = <8>;
679 bus-width = <14>;
700 bus-type = <5>; /* Parallel */
701 bus-width = <14>;
H A Dat91-sama5d27_wlsom1_ek.dts184 bus-width = <4>;
/optee_os/core/drivers/crypto/se050/glue/
H A Di2c_stm32.c42 char bus[6] = { }; in dt_i2c_bus_config() local
50 snprintf(bus, sizeof(bus), "i2c%d", CFG_CORE_SE05X_I2C_BUS); in dt_i2c_bus_config()
52 path = fdt_get_alias(fdt, bus); in dt_i2c_bus_config()
H A Di2c_imx.c17 ret = imx_i2c_read(req->bus, req->chip, req->buffer, in native_i2c_transfer()
20 ret = imx_i2c_write(req->bus, req->chip, req->buffer, in native_i2c_transfer()
H A Di2c.c20 .bus = CFG_CORE_SE05X_I2C_BUS, in i2c_transfer()
/optee_os/core/include/kernel/
H A Drpc_io_i2c.h29 uint16_t bus; /* bus identifier used by the REE [0..n] */ member
/optee_os/core/arch/arm/kernel/
H A Drpc_io_i2c.c40 p[0] = THREAD_PARAM_VALUE(IN, req->mode, req->bus, req->chip); in rpc_io_i2c_transfer()

12