Home
last modified time | relevance | path

Searched full:rcw (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/Documentation/arch/xtensa/
Datomctl.rst20 which can implement RCW transactions. For FPGA cards with an External
22 doing a Cached (WB) transaction and use the Memory RCW for un-cached
26 use the memory controllers RCW, though non-MX controllers likely
31 don't support atomic RCW memory transactions and will likely want to
32 configure this register to not use RCW.
34 Developers might find using RCW in Bypass mode convenient when testing
48 1 RCW Transaction RCW Transaction RCW Transaction
/linux-6.12.1/arch/xtensa/include/asm/
Dinitialize_mmu.h50 * RCW otherwise
54 * Controlers which usually can't use RCW
/linux-6.12.1/Documentation/devicetree/bindings/soc/fsl/
Dfsl,ls1028a-reset.yaml14 Word (RCW) status.
Dfsl,qman-fqd.yaml31 configured via the Reset Configuration Word (RCW) and that are relevant to a
/linux-6.12.1/drivers/soc/fsl/
DKconfig20 Other guts accesses, such as reading RCW, should eventually be moved
/linux-6.12.1/include/linux/fsl/
Denetc_mdio.h21 * Configuration Word (RCW, outside Linux control) for 2.5G SGMII mode. The PCS
/linux-6.12.1/Documentation/devicetree/bindings/pci/
Dfsl,layerscape-pcie-ep.yaml15 This controller derives its clocks from the Reset Configuration Word (RCW)
Dfsl,layerscape-pcie.yaml15 This controller derives its clocks from the Reset Configuration Word (RCW)
/linux-6.12.1/drivers/pci/controller/dwc/
DKconfig109 This controller can work either as EP or RC. The RCW[HOST_AGT_PEX]
121 This controller can work either as EP or RC. The RCW[HOST_AGT_PEX]
Dpci-layerscape-ep.c93 * that configured by the Reset Configuration Word (RCW). in ls_pcie_ep_event_handler()
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a-kontron-sl28.dts134 label = "rcw";
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/
Dls1021a-tsn.dts268 label = "RCW";
/linux-6.12.1/drivers/md/
Draid5.c3337 int rcw, int expand) in schedule_reconstruction() argument
3343 if (rcw) { in schedule_reconstruction()
3346 * run rmw and allocates extra page for prexor. However, rcw is in schedule_reconstruction()
4147 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local
4160 /* Calculate the real rcw later - for now make it in handle_stripe_dirtying()
4161 * look like rcw is cheaper in handle_stripe_dirtying()
4163 rcw = 1; rmw = 2; in handle_stripe_dirtying()
4164 pr_debug("force RCW rmw_level=%u, recovery_cp=%llu sh->sector=%llu\n", in handle_stripe_dirtying()
4188 rcw++; in handle_stripe_dirtying()
4190 rcw += 2*disks; in handle_stripe_dirtying()
[all …]
Draid5-ppl.c182 /* rcw: xor data from all not updated disks */ in ops_run_partial_parity()
/linux-6.12.1/include/linux/
Dfsl_ifc.h426 /* RCW Load Done */
540 /* Trigger RCW load */
/linux-6.12.1/drivers/net/pcs/
Dpcs-lynx.c258 * is actually given by a PLL configured in the Reset Configuration Word (RCW).
/linux-6.12.1/drivers/mtd/nand/raw/
Dmpc5121_nfc.c552 /* Decode RCW bits */ in mpc5121_nfc_read_hw_config()