Searched +full:ast2500 +full:- +full:cvic (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/misc/aspeed,ast2400-cvic.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Andrew Jeffery <andrew@codeconstruct.com.au>13 The Aspeed AST2400 and AST2500 SoCs have a controller that provides interrupts19 The AST2500 also supports a software generated interrupt.24 - enum:25 - aspeed,ast2400-cvic26 - aspeed,ast2500-cvic[all …]
1 // SPDX-License-Identifier: GPL-2.0+25 #include "fsi-master.h"26 #include "cf-fsi-fw.h"28 #define FW_FILE_NAME "cf-fsi-fw.bin"35 /* AST2500 specific ones */72 /* CVIC registers */109 void __iomem *cvic; member132 msg->msg <<= bits; in msg_push_bits()133 msg->msg |= data & ((1ull << bits) - 1); in msg_push_bits()134 msg->bits += bits; in msg_push_bits()[all …]