Searched +full:jh8100 +full:- +full:starlink +full:- +full:cache (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/cache/ |
H A D | starfive,jh8100-starlink-cache.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cache/starfive,jh8100-starlink-cache.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: StarFive StarLink Cache Controller 10 - Joshua Yeong <joshua.yeong@starfivetech.com> 13 StarFive's StarLink Cache Controller manages the L3 cache shared between 14 clusters of CPU cores. The cache driver enables RISC-V non-standard cache 15 management as an alternative to instructions in the RISC-V Zicbom extension. 18 - $ref: /schemas/cache-controller.yaml# [all …]
|
/linux/drivers/cache/ |
H A D | starfive_starlink_cache.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cache Management Operations for StarFive's Starlink cache controller 15 #include <asm/dma-noncoherent.h> 44 WARN(1, "StarFive Starlink cache flush operation timeout\n"); in starlink_cache_flush_complete() 99 { .compatible = "starfive,jh8100-starlink-cache" }, 111 return -ENODEV; in starlink_cache_init() 113 ret = of_property_read_u32(np, "cache-block-size", &block_size); in starlink_cache_init() 118 return -EINVAL; in starlink_cache_init() 122 return -ENOMEM; in starlink_cache_init()
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|