| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | richtek,rt8515.yaml | 16 RFS and RTS. 30 richtek,rfs-ohms: 33 description: The resistance value of the RFS resistor. This 35 for the property flash-max-microamp to work, the RFS resistor 59 is hardwired to the component using the RFS resistor to 61 according to the formula Imax = 5500 / RFS. The lowest 65 current below the hardware limit. This requires the RFS 99 richtek,rfs-ohms = <16000>;
|
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| H A D | maxim,ds4424.yaml | 30 maxim,rfs-ohms: 32 Array of resistance values in Ohms for the external Rfs resistors 42 - maxim,rfs-ohms 54 maxim,rfs-ohms: 65 maxim,rfs-ohms: 80 maxim,rfs-ohms = <40000>, <40000>, <40000>, <40000>;
|
| /linux/sound/soc/samsung/ |
| H A D | i2s.c | 67 unsigned rfs, bfs; member 252 u32 rfs; in get_rfs() local 254 rfs = readl(priv->addr + I2SMOD) >> priv->variant_regs->rfs_off; in get_rfs() 255 rfs &= priv->variant_regs->rfs_mask; in get_rfs() 257 switch (rfs) { in get_rfs() 270 static inline void set_rfs(struct i2s_dai *i2s, unsigned rfs) in set_rfs() argument 278 switch (rfs) { in set_rfs() 503 static int i2s_set_sysclk(struct snd_soc_dai *dai, int clk_id, unsigned int rfs, in i2s_set_sysclk() argument 531 rfs = 0; in i2s_set_sysclk() 533 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk() [all …]
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | p1024rdb.dtsi | 110 label = "NAND Compressed RFS Image"; 156 /* 4MB for Compressed RFS Image */ 158 label = "SPI Compressed RFS Image"; 162 /* 7MB for JFFS2 based RFS */ 164 label = "SPI JFFS2 RFS";
|
| H A D | p2020rdb-pc.dtsi | 110 label = "NAND Compressed RFS Image"; 178 /* 4MB for Compressed RFS Image */ 180 label = "SPI Compressed RFS Image"; 184 /* 7MB for JFFS2 based RFS */ 186 label = "SPI JFFS2 RFS";
|
| H A D | p2020rdb.dts | 114 label = "NAND (RO) Compressed RFS Image"; 180 /* 4MB for Compressed RFS Image */ 182 label = "SPI (RO) Compressed RFS Image"; 187 /* 7MB for JFFS2 based RFS */ 189 label = "SPI (RW) JFFS2 RFS";
|
| H A D | p1021rdb-pc.dtsi | 117 label = "NAND Compressed RFS Image"; 177 /* 4MB for Compressed RFS Image */ 183 /* 7MB for JFFS2 based RFS */ 185 label = "SPI Flash JFFS2 RFS";
|
| H A D | p1010rdb.dtsi | 138 /* 4MB for Compressed RFS Image */ 144 /* 6.5MB for JFFS2 based RFS */ 146 label = "SPI Flash JFFS2 RFS";
|
| H A D | c293pcie.dts | 143 label = "NAND RFS Image"; 195 /* 10.5MB for RFS Image */ 197 label = "SPI Flash RFS Image";
|
| H A D | p1020rdb-pc.dtsi | 110 label = "NAND Compressed RFS Image"; 178 /* 4MB for Compressed RFS Image */ 184 /* 7MB for JFFS2 based RFS */
|
| H A D | p1020rdb.dtsi | 114 label = "NAND (RO) Compressed RFS Image"; 177 /* 4MB for Compressed RFS Image */ 184 /* 7MB for JFFS2 based RFS */
|
| H A D | p1025rdb.dtsi | 110 label = "NAND Compressed RFS Image"; 164 /* 4MB for Compressed RFS Image */ 170 /* 7MB for JFFS2 based RFS */
|
| H A D | p1010rdb-pa.dtsi | 59 label = "NAND Compressed RFS Image";
|
| /linux/drivers/iio/dac/ |
| H A D | ds4424.c | 259 if (!device_property_present(dev, "maxim,rfs-ohms")) in ds4424_parse_rfs() 262 count = device_property_count_u32(dev, "maxim,rfs-ohms"); in ds4424_parse_rfs() 264 return dev_err_probe(dev, count, "Failed to count maxim,rfs-ohms entries\n"); in ds4424_parse_rfs() 266 return dev_err_probe(dev, -EINVAL, "maxim,rfs-ohms must have %u entries\n", in ds4424_parse_rfs() 269 ret = device_property_read_u32_array(dev, "maxim,rfs-ohms", in ds4424_parse_rfs() 273 return dev_err_probe(dev, ret, "Failed to read maxim,rfs-ohms property\n"); in ds4424_parse_rfs() 277 return dev_err_probe(dev, -EINVAL, "maxim,rfs-ohms entry %u is zero\n", i); in ds4424_parse_rfs()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_ras.h | 406 * accelerator controller command RFs 420 * Resource Manager MECTX command RFs 438 * in the slice controller command RFs 440 * the target push and pull data RFs 442 * the Resource Manager MECTX command RFs 453 * 1) slice controller command RFs. 456 * 1) slice controller command RFs 473 * the resource manager mectx cmd RFs. 475 * mectx command RFs 680 * for all RI CPP Command RFs
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_ssi_dbg.c | 60 dbg->stats.rfs++; in fsl_ssi_dbg_isr() 116 SIER_SHOW(RFS_EN, rfs); in fsl_ssi_stats_show()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_rf.c | 16 static const char * const rfs[] = { variable 39 return rfs[type]; in zd_rf_name()
|
| /linux/samples/bpf/ |
| H A D | README.rst | 106 Headers can be also installed on RFS of target board if need to keep them in 119 can be RFS of target board::
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | netwinder-fpe.rst | 54 RFS{cond} Rd Read floating point status register 60 RFS/WFS are fully implemented.
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_l2.h | 281 * qed_arfs_mode_configure(): Enable or disable rfs mode. 284 * rfs mode.
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | net_driver.h | 452 * @rfs_filter_count: number of accelerated RFS filters currently in place; 454 * @rfs_last_expiry: value of jiffies last time some accelerated RFS filters 456 * @rfs_expire_index: next accelerated RFS filter ID to check for expiry 457 * @n_rfs_succeeded: number of successful accelerated RFS filter insertions 458 * @n_rfs_failed: number of failed accelerated RFS filter insertions 460 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 1240 * @filter_rfs_expire_one: Consider expiring a filter inserted for RFS. 1241 * This must check whether the specified table entry is used by RFS
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf.c | 303 /* split RFS entries between functions */ in enetc_port_assign_rfs_entries() 313 /* enable RFS on port */ in enetc_port_assign_rfs_entries() 466 /* split up RFS entries */ in enetc_configure_port() 895 dev_err(&pdev->dev, "Failed to initialize RFS memory\n"); in enetc_psi_create()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | net_driver.h | 478 * @rfs_filter_count: number of accelerated RFS filters currently in place; 480 * @rfs_last_expiry: value of jiffies last time some accelerated RFS filters 482 * @rfs_expire_index: next accelerated RFS filter ID to check for expiry 483 * @n_rfs_succeeded: number of successful accelerated RFS filter insertions 484 * @n_rfs_failed: number of failed accelerated RFS filter insertions 486 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 1341 * @filter_rfs_expire_one: Consider expiring a filter inserted for RFS. 1342 * This must check whether the specified table entry is used by RFS
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_ni.c | 33 /* RFS - RX FIFO Size */ 254 * Very old implementations don't have the TFS or RFS registers
|
| /linux/net/ |
| H A D | Kconfig | 315 bool "Hardware acceleration of RFS" 321 accelerate RFS.
|