Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_rdtgroup.c208 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file() argument
213 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file()
215 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file()
231 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local
233 if (rft->seq_show) in rdtgroup_seqfile_show()
234 return rft->seq_show(of, m, arg); in rdtgroup_seqfile_show()
241 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local
243 if (rft->write) in rdtgroup_file_write()
244 return rft->write(of, buf, nbytes, off); in rdtgroup_file_write()
262 struct rftype *rft = of->kn->priv; in is_cpu_list() local
[all …]
/Linux-v4.19/drivers/i2c/busses/
Di2c-nomadik.c181 unsigned char rft; member
435 writel(dev->rft, dev->virtbase + I2C_RFTR); in setup_i2c_controller()
730 u32 tft, rft; in i2c_irq_handler() local
736 rft = readl(dev->virtbase + I2C_RFTR); in i2c_irq_handler()
772 for (count = rft; count > 0; count--) { in i2c_irq_handler()
777 dev->cli.count -= rft; in i2c_irq_handler()
778 dev->cli.xfer_bytes += rft; in i2c_irq_handler()
963 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe()
992 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe()
994 dev->rft, max_fifo_threshold); in nmk_i2c_probe()
[all …]
/Linux-v4.19/include/scsi/
Dfc_encode.h42 struct fc_ns_rft rft; member
156 hton24(ct->payload.rft.fid.fp_fid, lport->port_id); in fc_ct_ns_fill()
157 ct->payload.rft.fts = lport->fcts; in fc_ct_ns_fill()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_hw.h132 struct rft { struct
152 } rft; member
204 sizeof(struct rft))
Dlpfc_ct.c1431 CtReq->un.rft.PortId = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd()
1436 CtReq->un.rft.fcpReg = 1; in lpfc_ns_cmd()
1444 CtReq->un.rft.rsvd[0] = cpu_to_be32(0x00000100); in lpfc_ns_cmd()