Home
last modified time | relevance | path

Searched refs:rft (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c205 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file() argument
210 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file()
212 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file()
228 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local
230 if (rft->seq_show) in rdtgroup_seqfile_show()
231 return rft->seq_show(of, m, arg); in rdtgroup_seqfile_show()
238 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local
240 if (rft->write) in rdtgroup_file_write()
241 return rft->write(of, buf, nbytes, off); in rdtgroup_file_write()
259 struct rftype *rft = of->kn->priv; in is_cpu_list() local
[all …]
/linux-6.1.9/drivers/i2c/busses/
Di2c-nomadik.c178 unsigned char rft; member
432 writel(dev->rft, dev->virtbase + I2C_RFTR); in setup_i2c_controller()
727 u32 tft, rft; in i2c_irq_handler() local
733 rft = readl(dev->virtbase + I2C_RFTR); in i2c_irq_handler()
769 for (count = rft; count > 0; count--) { in i2c_irq_handler()
774 dev->cli.count -= rft; in i2c_irq_handler()
775 dev->cli.xfer_bytes += rft; in i2c_irq_handler()
960 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe()
989 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe()
991 dev->rft, max_fifo_threshold); in nmk_i2c_probe()
[all …]
/linux-6.1.9/drivers/scsi/libfc/
Dfc_encode.h31 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.1.9/drivers/scsi/lpfc/
Dlpfc_ct.c2028 CtReq->un.rft.port_id = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd()
2032 CtReq->un.rft.app_serv_reg = in lpfc_ns_cmd()
2038 CtReq->un.rft.fcp_reg = cpu_to_be32(RFT_FCP_REG); in lpfc_ns_cmd()
2043 CtReq->un.rft.nvme_reg = cpu_to_be32(RFT_NVME_REG); in lpfc_ns_cmd()
2049 CtReq->un.rft.fcp_reg ? "FCP" : " ", in lpfc_ns_cmd()
2050 CtReq->un.rft.nvme_reg ? "NVME" : " ", in lpfc_ns_cmd()
2051 CtReq->un.rft.app_serv_reg ? "APPS" : " ", in lpfc_ns_cmd()
Dlpfc_hw.h145 struct rft { struct
153 } rft; member
205 sizeof(struct rft))
/linux-6.1.9/arch/arm/boot/dts/
Dam33xx-clocks.dtsi531 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@520 {
Dam43xx-clocks.dtsi564 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@4238 {