Home
last modified time | relevance | path

Searched +full:0 +full:x00a08000 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dallwinner,sun9i-a80-usb-mod-clk.yaml53 reg = <0x00a08000 0x4>;
H A Dallwinner,sun9i-a80-usb-clks.yaml52 reg = <0x00a08000 0x8>;
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h27 |c o n d|1 1 0 P|U|u|W|L| Rn |v| Fd |0|0|0|1| o f f s e t | CPDT
28 |c o n d|1 1 0 P|U|w|W|L| Rn |x| Fd |0|0|0|1| o f f s e t | CPDT
30 |c o n d|1 1 1 0|a|b|c|d|e| Fn |j| Fd |0|0|0|1|f|g|h|0|i| Fm | CPDO
31 |c o n d|1 1 1 0|a|b|c|L|e| Fn | Rd |0|0|0|1|f|g|h|1|i| Fm | CPRT
32 |c o n d|1 1 1 0|a|b|c|1|e| Fn |1|1|1|1|0|0|0|1|f|g|h|1|i| Fm | comparisons
54 P pre/post index bit: 0 = postindex, 1 = preindex
55 U up/down bit: 0 = stack grows down, 1 = stack grows up
57 L load/store bit: 0 = store, 1 = load
69 j dyadic/monadic bit: 0 = dyadic, 1 = monadic
78 | Single | 0 | 0 | x | 1 words |
[all …]
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h18 |c o n d|1 1 0 P|U|u|W|L| Rn |v| Fd |0|0|0|1| o f f s e t | CPDT
19 |c o n d|1 1 0 P|U|w|W|L| Rn |x| Fd |0|0|1|0| o f f s e t | CPDT (copro 2)
21 |c o n d|1 1 1 0|a|b|c|d|e| Fn |j| Fd |0|0|0|1|f|g|h|0|i| Fm | CPDO
22 |c o n d|1 1 1 0|a|b|c|L|e| Fn | Rd |0|0|0|1|f|g|h|1|i| Fm | CPRT
23 |c o n d|1 1 1 0|a|b|c|1|e| Fn |1|1|1|1|0|0|0|1|f|g|h|1|i| Fm | comparisons
45 P pre/post index bit: 0 = postindex, 1 = preindex
46 U up/down bit: 0 = stack grows down, 1 = stack grows up
48 L load/store bit: 0 = store, 1 = load
60 j dyadic/monadic bit: 0 = dyadic, 1 = monadic
69 | Single | 0 | 0 | x | 1 words |
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dsun9i-a80.dtsi61 #size-cells = <0>;
63 cpu0: cpu@0 {
69 reg = <0x0>;
78 reg = <0x1>;
87 reg = <0x2>;
96 reg = <0x3>;
105 reg = <0x100>;
114 reg = <0x101>;
123 reg = <0x102>;
132 reg = <0x103>;
[all …]
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun9i-a80.dtsi65 #size-cells = <0>;
67 cpu0: cpu@0 {
73 reg = <0x0>;
82 reg = <0x1>;
91 reg = <0x2>;
100 reg = <0x3>;
109 reg = <0x100>;
118 reg = <0x101>;
127 reg = <0x102>;
136 reg = <0x103>;
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c31 #define RADIO_REG_MAX_READ 0x2ad
46 for (i = 0; i < RADIO_REG_MAX_READ; i++) { in iwl_read_radio_regs()
74 /* No need to try to read the data if the length is 0 */ in iwl_fwrt_dump_rxf()
75 if (fifo_len == 0) in iwl_fwrt_dump_rxf()
100 iwl_trans_write_prph(fwrt->trans, RXF_SET_FENCE_MODE + offset, 0x1); in iwl_fwrt_dump_rxf()
102 iwl_trans_write_prph(fwrt->trans, RXF_LD_WR2FENCE + offset, 0x1); in iwl_fwrt_dump_rxf()
105 RXF_LD_FENCE_OFFSET_ADDR + offset, 0x0); in iwl_fwrt_dump_rxf()
109 for (i = 0; i < fifo_len; i++) in iwl_fwrt_dump_rxf()
129 /* No need to try to read the data if the length is 0 */ in iwl_fwrt_dump_txf()
130 if (fifo_len == 0) in iwl_fwrt_dump_txf()
[all …]