Home
last modified time | relevance | path

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

/linux/fs/resctrl/
H A Drdtgroup.c291 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file() argument
296 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file()
298 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file()
314 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local
316 if (rft->seq_show) in rdtgroup_seqfile_show()
317 return rft->seq_show(of, m, arg); in rdtgroup_seqfile_show()
324 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local
326 if (rft->write) in rdtgroup_file_write()
327 return rft->write(of, buf, nbytes, off); in rdtgroup_file_write()
345 struct rftype *rft = of->kn->priv; in is_cpu_list() local
[all …]
/linux/drivers/i2c/busses/
H A Di2c-nomadik.c189 * @rft: Rx FIFO Threshold in bytes
208 unsigned char rft;
477 writel(priv->rft, priv->virtbase + I2C_RFTR); in setup_i2c_controller()
780 u32 tft, rft; in i2c_irq_handler()
786 rft = readl(priv->virtbase + I2C_RFTR); in i2c_irq_handler()
822 for (count = rft; count > 0; count--) { in i2c_irq_handler()
827 priv->cli.count -= rft; in i2c_irq_handler()
828 priv->cli.xfer_bytes += rft; in i2c_irq_handler()
1022 priv->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe()
1123 if (priv->rft > max_fifo_threshol in nmk_i2c_probe()
207 unsigned char rft; global() member
779 u32 tft, rft; i2c_irq_handler() local
[all...]
/linux/drivers/scsi/libfc/
H A 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/drivers/scsi/lpfc/
H A Dlpfc_ct.c2041 CtReq->un.rft.port_id = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd()
2045 CtReq->un.rft.app_serv_reg = in lpfc_ns_cmd()
2051 CtReq->un.rft.fcp_reg = cpu_to_be32(RFT_FCP_REG); in lpfc_ns_cmd()
2056 CtReq->un.rft.nvme_reg = cpu_to_be32(RFT_NVME_REG); in lpfc_ns_cmd()
2062 CtReq->un.rft.fcp_reg ? "FCP" : " ", in lpfc_ns_cmd()
2063 CtReq->un.rft.nvme_reg ? "NVME" : " ", in lpfc_ns_cmd()
2064 CtReq->un.rft.app_serv_reg ? "APPS" : " ", in lpfc_ns_cmd()
H A Dlpfc_hw.h145 struct rft { struct
153 } rft; member
210 sizeof(struct rft))
/linux/arch/arm/boot/dts/ti/omap/
H A Dam33xx-clocks.dtsi532 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@520 {
H A Dam43xx-clocks.dtsi564 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@4238 {