Searched refs:rft (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 277 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file() 279 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file() 297 if (rft->seq_show) in rdtgroup_seqfile_show() 307 if (rft->write) in rdtgroup_file_write() 2052 for (rft = rfts; rft < rfts + len; rft++) { in rdtgroup_add_files() 2053 if (rft->fflags && ((fflags & rft->fflags) == rft->fflags)) { in rdtgroup_add_files() 2064 if ((fflags & rft->fflags) == rft->fflags) in rdtgroup_add_files() 2078 for (rft = rfts; rft < rfts + len; rft++) { in rdtgroup_get_rftype_by_name() 2080 return rft; in rdtgroup_get_rftype_by_name() 2113 if (rft) in resctrl_file_fflags_init() [all …]
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-nomadik.c | 207 unsigned char rft; member 476 writel(priv->rft, priv->virtbase + I2C_RFTR); in setup_i2c_controller() 779 u32 tft, rft; in i2c_irq_handler() local 785 rft = readl(priv->virtbase + I2C_RFTR); in i2c_irq_handler() 821 for (count = rft; count > 0; count--) { in i2c_irq_handler() 826 priv->cli.count -= rft; in i2c_irq_handler() 827 priv->cli.xfer_bytes += rft; in i2c_irq_handler() 1021 priv->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe() 1122 if (priv->rft > max_fifo_threshold) { in nmk_i2c_probe() 1124 priv->rft, max_fifo_threshold); in nmk_i2c_probe() [all …]
|
| /linux-6.15/drivers/scsi/libfc/ |
| H A D | fc_encode.h | 31 struct fc_ns_rft rft; member 116 hton24(ct->payload.rft.fid.fp_fid, lport->port_id); in fc_ct_ns_fill() 117 ct->payload.rft.fts = lport->fcts; in fc_ct_ns_fill()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_ct.c | 2017 CtReq->un.rft.port_id = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd() 2021 CtReq->un.rft.app_serv_reg = in lpfc_ns_cmd() 2027 CtReq->un.rft.fcp_reg = cpu_to_be32(RFT_FCP_REG); in lpfc_ns_cmd() 2032 CtReq->un.rft.nvme_reg = cpu_to_be32(RFT_NVME_REG); in lpfc_ns_cmd() 2038 CtReq->un.rft.fcp_reg ? "FCP" : " ", in lpfc_ns_cmd() 2039 CtReq->un.rft.nvme_reg ? "NVME" : " ", in lpfc_ns_cmd() 2040 CtReq->un.rft.app_serv_reg ? "APPS" : " ", in lpfc_ns_cmd()
|
| H A D | lpfc_hw.h | 145 struct rft { struct 153 } rft; member 205 sizeof(struct rft))
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | am33xx-clocks.dtsi | 532 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@520 {
|
| H A D | am43xx-clocks.dtsi | 564 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@4238 {
|