Searched refs:tf (Results 51 - 75 of 126) sorted by relevance

123456

/linux-master/drivers/media/tuners/
H A Dmax2165.c179 u8 tf; local
208 tf = t;
209 dprintk("tf = %X\n", tf);
210 tf |= tf_ntch << 4;
212 max2165_write_reg(priv, REG_TRACK_FILTER, tf);
/linux-master/drivers/ata/
H A Dsata_via.c77 static void svia_tf_load(struct ata_port *ap, const struct ata_taskfile *tf);
281 * @tf: ATA taskfile register set
289 static void svia_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) argument
293 if (tf->ctl != ap->last_ctl) {
294 ttf = *tf;
296 tf = &ttf;
298 ata_sff_tf_load(ap, tf);
383 if ((qc->tf.command == ATA_CMD_PACKET) &&
H A Dsata_qstor.c269 if (qc->tf.protocol != ATA_PROT_DMA)
274 if ((qc->tf.flags & ATA_TFLAG_WRITE))
276 if ((qc->tf.flags & ATA_TFLAG_LBA48))
292 ata_tf_to_fis(&qc->tf, 0, 1, &buf[32]);
312 switch (qc->tf.protocol) {
376 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) {
419 if (!(qc->tf.flags & ATA_TFLAG_POLLING))
H A Dahci_xgene.c214 ctx->last_cmd[ap->port_no] = qc->tf.command;
230 * @tf: proposed taskfile
237 struct ata_taskfile *tf, __le16 *id)
241 err_mask = ata_do_dev_read_id(dev, tf, id);
357 struct ata_taskfile tf; local
364 ata_tf_init(link->device, &tf);
365 tf.status = ATA_BUSY;
366 ata_tf_to_fis(&tf, 0, 0, d2h_fis);
236 xgene_ahci_read_id(struct ata_device *dev, struct ata_taskfile *tf, __le16 *id) argument
H A Dlibahci.c1334 struct ata_taskfile tf; local
1338 tf.lbah = (tmp >> 24) & 0xff;
1339 tf.lbam = (tmp >> 16) & 0xff;
1340 tf.lbal = (tmp >> 8) & 0xff;
1341 tf.nsect = (tmp) & 0xff;
1343 return ata_port_classify(ap, &tf);
1407 struct ata_taskfile *tf, int is_cmd, u16 flags,
1417 ata_tf_to_fis(tf, pmp, is_cmd, fis);
1455 struct ata_taskfile tf; local
1474 ata_tf_init(link->device, &tf);
1406 ahci_exec_polled_cmd(struct ata_port *ap, int pmp, struct ata_taskfile *tf, int is_cmd, u16 flags, unsigned int timeout_msec) argument
1598 struct ata_taskfile tf; local
[all...]
H A Dacard-ahci.c215 int is_atapi = ata_is_atapi(qc->tf.protocol);
226 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl);
241 if (qc->tf.flags & ATA_TFLAG_WRITE)
265 if (qc->tf.protocol == ATA_PROT_PIO && qc->dma_dir == DMA_FROM_DEVICE &&
H A Dpata_it821x.c412 switch(qc->tf.command)
435 qc->tf.command);
530 * @tf: proposed taskfile
540 struct ata_taskfile *tf, __le16 *id)
545 err_mask = ata_do_dev_read_id(adev, tf, id);
539 it821x_read_id(struct ata_device *adev, struct ata_taskfile *tf, __le16 *id) argument
H A Dsata_highbank.c393 struct ata_taskfile tf; local
402 ata_tf_init(link->device, &tf);
403 tf.status = ATA_BUSY;
404 ata_tf_to_fis(&tf, 0, 0, d2h_fis);
H A Dpata_sil680.c199 * @tf: ATA taskfile register set
209 const struct ata_taskfile *tf)
211 iowrite8(tf->command, ap->ioaddr.command_addr);
208 sil680_sff_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) argument
H A Dahci_ceva.c94 struct ata_taskfile *tf, __le16 *id)
98 err_mask = ata_do_dev_read_id(dev, tf, id);
93 ceva_ahci_read_id(struct ata_device *dev, struct ata_taskfile *tf, __le16 *id) argument
/linux-master/drivers/scsi/libsas/
H A Dsas_ata.c142 dev->sata_dev.fis[2] = ATA_ERR | ATA_DRDY; /* tf status */
143 dev->sata_dev.fis[3] = ATA_ABORTED; /* tf error */
183 if (ata_is_ncq(qc->tf.protocol))
184 qc->tf.nsect = 0;
186 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *)&task->ata_task.fis);
188 if (ata_is_atapi(qc->tf.protocol)) {
193 } else if (!ata_is_data(qc->tf.protocol)) {
206 task->ata_task.use_ncq = ata_is_ncq(qc->tf.protocol);
207 task->ata_task.dma_xfer = ata_is_dma(qc->tf.protocol);
245 struct ata_taskfile tf; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1987 enum dc_transfer_func_predefined tf; local
1998 if ((input_tf->tf == TRANSFER_FUNCTION_SRGB ||
1999 input_tf->tf == TRANSFER_FUNCTION_LINEAR) &&
2006 if (input_tf->tf == TRANSFER_FUNCTION_PQ &&
2010 if (input_tf->tf == TRANSFER_FUNCTION_GAMMA22 &&
2015 if (input_tf->tf == TRANSFER_FUNCTION_HLG &&
2057 tf = input_tf->tf;
2059 if (tf == TRANSFER_FUNCTION_PQ)
2063 else if (tf
2229 enum dc_transfer_func_predefined tf; local
[all...]
/linux-master/include/linux/
H A Dsrcutree.h192 void srcu_torture_stats_print(struct srcu_struct *ssp, char *tt, char *tf);
/linux-master/drivers/s390/cio/
H A Dcio.h28 u32 tf : 1; /* timing facility */ member in struct:pmcw
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddwb.h163 enum dc_transfer_func_predefined tf; member in struct:dwbc
/linux-master/drivers/i2c/busses/
H A Di2c-sh_mobile.c204 static u32 sh_mobile_i2c_iccl(unsigned long count_khz, u32 tLOW, u32 tf) argument
208 * ICCL >= COUNT_CLK * (tLOW + tf)
213 * account the fall time of SCL signal (tf). Default tf value
216 return (((count_khz * (tLOW + tf)) + 5000) / 10000);
219 static u32 sh_mobile_i2c_icch(unsigned long count_khz, u32 tHIGH, u32 tf) argument
223 * ICCH >= COUNT_CLK * (tHIGH + tf)
232 * to take into account the fall time of SDA signal (tf) at START
235 return (((count_khz * (tHIGH + tf)) + 5000) / 10000);
267 u32 tHIGH, tLOW, tf; local
[all...]
H A Di2c-designware-common.c335 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) argument
360 * IC_[FS]S_SCL_HCNT + 3 >= IC_CLK * (tHD;STA + tf)
368 * The reason why we need to take into account "tf" here,
371 return DIV_ROUND_CLOSEST_ULL((u64)ic_clk * (tSYMBOL + tf), MICRO) -
375 u32 i2c_dw_scl_lcnt(u32 ic_clk, u32 tLOW, u32 tf, int offset) argument
380 * IC_[FS]S_SCL_LCNT + 1 >= IC_CLK * (tLOW + tf)
385 * account the fall time of SCL signal (tf). Default tf value
388 return DIV_ROUND_CLOSEST_ULL((u64)ic_clk * (tLOW + tf), MICRO) -
H A Di2c-designware-core.h332 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset);
333 u32 i2c_dw_scl_lcnt(u32 ic_clk, u32 tLOW, u32 tf, int offset);
/linux-master/drivers/target/
H A Dtarget_core_configfs.c161 struct target_fabric_configfs *tf; local
167 list_for_each_entry(tf, &g_tf_list, tf_list) {
168 const char *cmp_name = tf->tf_ops->fabric_alias;
170 cmp_name = tf->tf_ops->fabric_name;
172 atomic_inc(&tf->tf_access_cnt);
174 return tf;
189 struct target_fabric_configfs *tf; local
195 tf = target_core_get_fabric(name);
196 if (!tf) {
239 tf
274 struct target_fabric_configfs *tf = container_of( local
471 struct target_fabric_configfs *tf; local
[all...]
/linux-master/arch/s390/kvm/
H A Dgaccess.c50 unsigned long tf : 2; /* Region-Second-Table Offset */ member in struct:region1_table_entry::__anon63
65 unsigned long tf : 2; /* Region-Third-Table Offset */ member in struct:region2_table_entry::__anon64
79 unsigned long tf : 2; /* Segment-Table Offset */ member in struct:region3_table_entry_fc0
676 if (vaddr.rsx01 < rfte.tf || vaddr.rsx01 > rfte.tl)
694 if (vaddr.rtx01 < rste.tf || vaddr.rtx01 > rste.tl)
720 if (vaddr.sx01 < rtte.fc0.tf)
1430 if (vaddr.rsx01 < rfte.tf || vaddr.rsx01 > rfte.tl)
1458 if (vaddr.rtx01 < rste.tf || vaddr.rtx01 > rste.tl)
1496 if (vaddr.sx01 < rtte.fc0.tf || vaddr.sx01 > rtte.fc0.tl)
/linux-master/kernel/time/
H A Dtimer.c1041 u32 tf; variable
1045 * might re-read @tf between the check for TIMER_MIGRATING
1048 tf = READ_ONCE(timer->flags);
1050 if (!(tf & TIMER_MIGRATING)) {
1051 base = get_timer_base(tf);
1053 if (timer->flags == tf)
1586 u32 tf; local
1588 tf = READ_ONCE(timer->flags);
1589 if (!(tf & (TIMER_MIGRATING | TIMER_IRQSAFE))) {
1590 struct timer_base *base = get_timer_base(tf);
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh272 local tf
285 for tf in $mirred_e2i_tf1 $mirred_e2i_tf2; do rm -f $tf; done
/linux-master/drivers/tty/serial/
H A Dmsm_serial.c838 void __iomem *tf; local
841 tf = port->membase + UARTDM_TF;
843 tf = port->membase + MSM_UART_TF;
864 iowrite32_rep(tf, buf, 1);
884 void __iomem *tf; local
889 tf = port->membase + UARTDM_TF;
891 tf = port->membase + MSM_UART_TF;
898 iowrite32_rep(tf, buf, 1);
1603 void __iomem *tf; local
1607 tf
[all...]
/linux-master/fs/
H A Deventpoll.c2262 struct fd f, tf; local
2273 tf = fdget(fd);
2274 if (!tf.file)
2279 if (!file_can_poll(tf.file))
2292 if (f.file == tf.file || !is_file_epoll(f.file))
2303 if (op == EPOLL_CTL_ADD && (is_file_epoll(tf.file) ||
2334 is_file_epoll(tf.file)) {
2341 if (is_file_epoll(tf.file)) {
2342 tep = tf.file->private_data;
2358 epi = ep_find(ep, tf
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c132 if (output_tf->tf == TRANSFER_FUNCTION_PQ || output_tf->tf == TRANSFER_FUNCTION_GAMMA22 ||
133 output_tf->tf == TRANSFER_FUNCTION_HLG) {
374 if (output_tf->tf == TRANSFER_FUNCTION_PQ) {

Completed in 555 milliseconds

123456