Searched +full:0 +full:x03210000 (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,wcd939x-sdw.yaml | 49 #size-cells = <0>; 50 reg = <0x03210000 0x2000>; 51 wcd938x_rx: codec@0,4 { 53 reg = <0 4>; 60 #size-cells = <0>; 61 reg = <0x03230000 0x2000>; 62 wcd938x_tx: codec@0,3 { 64 reg = <0 3>;
|
H A D | qcom,wcd938x-sdw.yaml | 50 #size-cells = <0>; 51 reg = <0x03210000 0x2000>; 52 wcd938x_rx: codec@0,4 { 54 reg = <0 4>; 61 #size-cells = <0>; 62 reg = <0x03230000 0x2000>; 63 wcd938x_tx: codec@0,3 { 65 reg = <0 3>;
|
H A D | qcom,wcd938x.yaml | 58 #size-cells = <0>; 59 reg = <0x03210000 0x2000>; 60 wcd938x_rx: codec@0,4 { 62 reg = <0 4>; 69 #size-cells = <0>; 70 reg = <0x03230000 0x2000>; 71 wcd938x_tx: codec@0,3 { 73 reg = <0 3>;
|
H A D | qcom,wcd937x.yaml | 43 pinctrl-0 = <&wcd_reset_n>; 62 reg = <0x03210000 0x2000>; 64 #size-cells = <0>; 65 wcd937x_rx: codec@0,4 { 67 reg = <0 4>; 73 reg = <0x03230000 0x2000>; 75 #size-cells = <0>; 76 wcd937x_tx: codec@0,3 { 78 reg = <0 3>;
|
H A D | qcom,wcd937x-sdw.yaml | 70 reg = <0x03210000 0x2000>; 72 #size-cells = <0>; 73 wcd937x_rx: codec@0,4 { 75 reg = <0 4>; 81 reg = <0x03230000 0x2000>; 83 #size-cells = <0>; 84 wcd937x_tx: codec@0,3 { 86 reg = <0 3>;
|
H A D | qcom,wcd939x.yaml | 76 #size-cells = <0>; 77 reg = <0x03210000 0x2000>; 78 wcd939x_rx: codec@0,4 { 80 reg = <0 4>; 87 #size-cells = <0>; 88 reg = <0x03230000 0x2000>; 89 wcd938x_tx: codec@0,3 { 91 reg = <0 3>;
|
/linux/Documentation/devicetree/bindings/soundwire/ |
H A D | qcom,soundwire.yaml | 64 const: 0 80 Value of 0xff indicates that this option is not implemented 91 Value of 0xff indicates that this option is not implemented 102 Value of 0xffff indicates that this option is not implemented 113 Value of 0xff indicates that this option is not implemented 124 Value of 0xff indicates that this option is not implemented 135 Value of 0xff indicates that this option is not implemented 145 0 to indicate Blocks are per Channel 148 Value of 0xff indicates that this option is not implemented 155 - minimum: 0 [all …]
|
/linux/arch/arm/mach-rpc/ |
H A D | ecard.c | 94 return v[0] | v[1] << 8; in ecard_getu16() 99 return v[0] | v[1] << 8 | v[2] << 16 | ((v[2] & 0x80) ? 0xff000000 : 0); in ecard_gets24() 159 * If we are reading offset 0, or our current index is in ecard_task_readbytes() 162 if (off == 0 || index > off) { in ecard_task_readbytes() 163 writeb(0, base); in ecard_task_readbytes() 164 index = 0; in ecard_task_readbytes() 198 *(unsigned long *)0x10 in ecard_task_readbytes() [all...] |