Searched full:maintenance (Results 1 – 25 of 328) sorted by relevance
12345678910>>...14
/Linux-v6.1/include/linux/ |
D | power_supply.h | 359 * @charge_current_max_ua: maintenance charging current that is used to keep 362 * reach this voltage the maintenance charging current is turned off. It is 364 * @charge_voltage_max_uv: maintenance charging voltage that is usually a bit 367 * @safety_timer_minutes: maintenance charging safety timer, with an expiry 368 * time in minutes. We will only use maintenance charging in this setting 370 * maintenance charge current and voltage pair in respective array and wait 395 * To prolong the life of the battery, maintenance charging is applied after 406 * Maintenance charging uses the voltages from this table: a table of settings 408 * CC/CV charging. The maintenance charging will for safety reasons not go on 409 * indefinately: we lower the current and voltage with successive maintenance [all …]
|
/Linux-v6.1/arch/powerpc/sysdev/ |
D | fsl_rio.c | 7 * - fixed maintenance access routines, check for aligned access 135 * @len: Length (in bytes) of the maintenance transaction 157 * @len: Length (in bytes) of the maintenance transaction 176 * fsl_rio_config_read - Generate a MPC85xx read maintenance transaction 182 * @len: Length (in bytes) of the maintenance transaction 185 * Generates a MPC85xx read maintenance transaction. Returns %0 on 202 /* 16MB maintenance window possible */ in fsl_rio_config_read() 203 /* allow only aligned access to maintenance registers */ in fsl_rio_config_read() 241 * fsl_rio_config_write - Generate a MPC85xx write maintenance transaction 247 * @len: Length (in bytes) of the maintenance transaction [all …]
|
D | fsl_rio.h | 7 * - fixed maintenance access routines, check for aligned access 39 #define DOORBELL_ROWAR_MAINTRD 0x00070000 /* maintenance read */
|
/Linux-v6.1/Documentation/riscv/ |
D | patch-acceptance.rst | 3 arch/riscv maintenance guidelines for developers 13 challenge for RISC-V Linux maintenance. Linux maintainers disapprove 30 Foundation. To avoid the maintenance complexity and potential
|
/Linux-v6.1/Documentation/driver-api/rapidio/ |
D | tsi721.rst | 9 It supports maintenance read and write operations, inbound and outbound RapidIO 10 doorbells, inbound maintenance port-writes and RapidIO messaging. 12 To generate SRIO maintenance transactions this driver uses one of Tsi721 DMA 78 One BDMA channel is reserved for generation of maintenance read/write requests.
|
/Linux-v6.1/drivers/power/supply/ |
D | ab8500_chargalg.c | 51 * full charging cycle in the case where maintenance charging 201 * @maintenance_chg: indicate if maintenance charge is active 220 * @maintenance_timer: maintenance charging timer 278 * the maintenance timer 281 * This function gets called when the maintenance timer 291 dev_dbg(di->dev, "Maintenance timer expired\n"); in ab8500_chargalg_maintenance_timer_expired() 422 * ab8500_chargalg_start_maintenance_timer() - Start charging maintenance timer 424 * @duration: duration of the maintenance timer in minutes 426 * The maintenance timer is used to maintain the charge in the battery once 442 * ab8500_chargalg_stop_maintenance_timer() - Stop maintenance timer [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio.txt | 64 memory and maintenance transactions then a single LIODN is 68 memory transactions and a unique LIODN for maintenance 72 represents the LIODN associated with maintenance transactions
|
/Linux-v6.1/arch/arm/include/asm/ |
D | switch_to.h | 10 * during a TLB maintenance operation, so execute an inner-shareable dsb 11 * to ensure that the maintenance completes in case we migrate to another
|
/Linux-v6.1/include/uapi/misc/ |
D | fastrpc.h | 23 * The driver is responsible for cache maintenance when passed 29 * CPU and DSP cache maintenance for the buffer. Get virtual address 34 * cache maintenance for the buffer.
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/ |
D | mmu.json | 39 …: "Duration of a translation table walk requested by a CP15 operation (maintenance by MVA and VA t… 42 …: "Duration of a translation table walk requested by a CP15 operation (maintenance by MVA and VA t…
|
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | tlb.c | 89 * then we must perform I-cache maintenance at EL2 in order for in __kvm_tlb_flush_vmid_ipa() 149 * VIPT and PIPT caches are not affected by VMID, so no maintenance in __kvm_flush_vm_context() 152 * VPIPT caches constrain lookup and maintenance to the active VMID, in __kvm_flush_vm_context()
|
/Linux-v6.1/arch/arm/mm/ |
D | Kconfig | 941 bool "Enable read/write for ownership DMA cache maintenance" 946 cache maintenance operations and the dma_{map,unmap}_area() 949 DMA cache maintenance functions is performed. These LDR/STR 955 processors, if cache maintenance operations are not broadcast 957 maintenance broadcasting in software via FIQ). 1024 bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines" 1027 Invalidate maintenance operations: by Physical Address 1038 PL310 implements the Clean & Invalidate by Way L2 cache maintenance
|
D | cache-b15-rac.c | 47 * into the v7 cache maintenance operations during suspend/resume 136 * cache maintenance operations: ICIMVAU, DCIMVAC, DCCMVAC, DCCMVAU and 139 * It is however not transparent for the following cache maintenance
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | cacheflush.h | 92 * KGDB performs cache maintenance with interrupts disabled, so we in flush_icache_range() 95 * just means that KGDB will elide the maintenance altogether! As it in flush_icache_range()
|
/Linux-v6.1/arch/arm64/kvm/hyp/vhe/ |
D | tlb.c | 151 * VIPT and PIPT caches are not affected by VMID, so no maintenance in __kvm_flush_vm_context() 154 * VPIPT caches constrain lookup and maintenance to the active VMID, in __kvm_flush_vm_context()
|
/Linux-v6.1/arch/arm/ |
D | Kconfig | 710 corrects this value, ensuring cache maintenance operations which use 719 broadcasted CP15 TLB maintenance operations TLBIASIDIS and TLBIMVAIS. 785 bool "ARM errata: Data cache line maintenance operation by MVA may not succeed" 791 cache line maintenance operation by MVA targeting an Inner 795 relevant cache maintenance functions and sets a specific bit 810 bool "ARM errata: A data cache maintenance operation which aborts, might lead to deadlock" 814 r2p6,r2p8,r2p10,r3p0) erratum. In case a data cache maintenance 817 an abort may occur on cache maintenance. 936 bool "ARM errata: Cache maintenance by set/way operations can execute out of order" 939 The v7 ARM states that all cache and branch predictor maintenance [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/ |
D | cache.json | 27 …or L3. This counts both victim line evictions and snoops, including cache maintenance operations.", 31 …ite-back from the L1 to the L2. Snoops from outside the core and cache maintenance operations are …
|
/Linux-v6.1/drivers/soc/bcm/brcmstb/ |
D | biuctrl.c | 159 * The read-ahead cache is transparent for Virtual Address cache maintenance 166 * for the IC IALLU and IC IALLUIS cache maintenance operations. 169 * maintenance instructions operating by set/way to operate on the read-ahead
|
/Linux-v6.1/Documentation/arm64/ |
D | booting.rst | 183 cache maintenance by VA rather than set/way operations. 184 System caches which respect the architected cache maintenance by VA 186 System caches which do not respect architected cache maintenance by VA 200 initialisation to enable the receiving of maintenance operations on
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | opal-hmi.c | 3 * OPAL hypervisor Maintenance interrupt handling support in PowerNV. 54 "Recovery in maintenance mode" }, in print_core_checkstop_reason() 246 printk("%s%s Hypervisor Maintenance interrupt [%s]\n", in print_hmi_event_info()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | hmi.h | 3 * Hypervisor Maintenance Interrupt header file.
|
/Linux-v6.1/drivers/net/hamradio/ |
D | Makefile | 7 # drivers/net/ to drivers/hamradio for easier maintenance.
|
/Linux-v6.1/arch/m68k/fpsp040/ |
D | README | 22 SOFTWARE. Motorola assumes no responsibility for the maintenance
|
/Linux-v6.1/arch/arm64/lib/ |
D | uaccess_flushcache.c | 15 * barrier to order the cache maintenance against the memcpy. in memcpy_flushcache()
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/altera/ |
D | altera_tse.rst | 47 Scatter-gather DMA will be added to a future maintenance update to this 53 tested for 1Gbps. This support will be added in a future maintenance update. 103 for transmit operations, but will be added in a future maintenance release.
|
12345678910>>...14