| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_combrxphy.c | 237 u32 rd_offset; in rk628_combrxphy_sample_edge_procedure_for_cable() local 254 rd_offset = 0; in rk628_combrxphy_sample_edge_procedure_for_cable() 257 rd_offset = 0; in rk628_combrxphy_sample_edge_procedure_for_cable() 260 rd_offset = 2; in rk628_combrxphy_sample_edge_procedure_for_cable() 287 cdr_mode, dc_gain, rd_offset, edge); in rk628_combrxphy_sample_edge_procedure_for_cable() 294 for (n = rd_offset; n < (rd_offset + MAX_ROUND); n++) { in rk628_combrxphy_sample_edge_procedure_for_cable() 309 n - rd_offset, ch); in rk628_combrxphy_sample_edge_procedure_for_cable() 319 + rd_offset; in rk628_combrxphy_sample_edge_procedure_for_cable() 337 int f, u32 rd_offset) in rk628_combrxphy_sample_edge_procedure() argument 404 for (n = rd_offset; n < (rd_offset + MAX_ROUND); n++) { in rk628_combrxphy_sample_edge_procedure() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_combrxphy.c | 257 u32 rd_offset; in rk628_combrxphy_sample_edge_procedure_for_cable() local 274 rd_offset = 0; in rk628_combrxphy_sample_edge_procedure_for_cable() 277 rd_offset = 0; in rk628_combrxphy_sample_edge_procedure_for_cable() 280 rd_offset = 2; in rk628_combrxphy_sample_edge_procedure_for_cable() 306 cdr_mode, dc_gain, rd_offset, edge); in rk628_combrxphy_sample_edge_procedure_for_cable() 313 for (n = rd_offset; n < (rd_offset + MAX_ROUND); n++) { in rk628_combrxphy_sample_edge_procedure_for_cable() 328 n - rd_offset, ch); in rk628_combrxphy_sample_edge_procedure_for_cable() 338 round_max_value[ch], ch) + rd_offset; in rk628_combrxphy_sample_edge_procedure_for_cable()
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_combrxphy.c | 245 u32 rd_offset; in rk628_combrxphy_sample_edge_procedure_for_cable() local 263 rd_offset = 0; in rk628_combrxphy_sample_edge_procedure_for_cable() 266 rd_offset = 0; in rk628_combrxphy_sample_edge_procedure_for_cable() 269 rd_offset = 2; in rk628_combrxphy_sample_edge_procedure_for_cable() 296 cdr_mode, dc_gain, rd_offset, edge); in rk628_combrxphy_sample_edge_procedure_for_cable() 303 for (n = rd_offset; n < (rd_offset + MAX_ROUND); n++) { in rk628_combrxphy_sample_edge_procedure_for_cable() 318 n - rd_offset, ch); in rk628_combrxphy_sample_edge_procedure_for_cable() 329 ch_round[ch] += rd_offset; in rk628_combrxphy_sample_edge_procedure_for_cable()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_rd.c | 425 u32 rd_offset; in rd_execute_rw() local 438 rd_offset = do_div(tmp, PAGE_SIZE); in rd_execute_rw() 451 cmd->t_task_lba, rd_size, rd_page, rd_offset); in rd_execute_rw() 460 src_len = PAGE_SIZE - rd_offset; in rd_execute_rw() 479 rd_page, rd_offset, rd_size); in rd_execute_rw() 484 rd_addr = sg_virt(rd_sg) + rd_offset; in rd_execute_rw() 497 rd_offset += len; in rd_execute_rw() 503 rd_offset = 0; in rd_execute_rw()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel.c | 557 writel(EIP197_xDR_DESC_MODE_64BIT | (priv->config.rd_offset << 14) | in safexcel_hw_setup_rdesc_rings() 563 (rd_fetch_cnt * (priv->config.rd_offset / sizeof(u32))), in safexcel_hw_setup_rdesc_rings() 756 writel((EIP197_DEFAULT_RING_SIZE * priv->config.rd_offset), in safexcel_hw_init() 882 writel((rdesc * priv->config.rd_offset), in safexcel_dequeue() 1056 (tot_descs * priv->config.rd_offset), in safexcel_handle_result_descriptor() 1353 priv->config.rd_offset = (priv->config.rd_size + mask) & ~mask; in safexcel_configure() 1358 priv->config.rd_offset *= sizeof(u32); in safexcel_configure()
|
| H A D | safexcel_ring.c | 57 rdr->offset = priv->config.rd_offset; in safexcel_init_ring_descriptors()
|
| H A D | safexcel.h | 683 u32 rd_offset; member
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4xdr.c | 1129 p = xdr_decode_hyper(p, &read->rd_offset); in nfsd4_decode_read() 3772 file, read->rd_offset, &maxcount, &eof); in nfsd4_encode_splice_read() 3829 nfserr = nfsd_readv(resp->rqstp, read->rd_fhp, file, read->rd_offset, in nfsd4_encode_readv() 4620 hole_pos = pos ? *pos : vfs_llseek(file, read->rd_offset, SEEK_HOLE); in nfsd4_encode_read_plus_data() 4621 if (hole_pos > read->rd_offset) in nfsd4_encode_read_plus_data() 4622 *maxcount = min_t(unsigned long, *maxcount, hole_pos - read->rd_offset); in nfsd4_encode_read_plus_data() 4634 nfserr = nfsd_readv(resp->rqstp, read->rd_fhp, file, read->rd_offset, in nfsd4_encode_read_plus_data() 4642 tmp64 = cpu_to_be64(read->rd_offset); in nfsd4_encode_read_plus_data() 4659 loff_t data_pos = vfs_llseek(file, read->rd_offset, SEEK_DATA); in nfsd4_encode_read_plus_hole() 4666 else if (data_pos <= read->rd_offset || (data_pos < f_size && data_pos % PAGE_SIZE)) in nfsd4_encode_read_plus_hole() [all …]
|
| H A D | xdr4.h | 304 u64 rd_offset; /* request */ member
|
| H A D | nfs4proc.c | 775 if (read->rd_offset >= OFFSET_MAX) in nfsd4_read() 779 read->rd_offset, read->rd_length); in nfsd4_read() 814 u->read.rd_offset, u->read.rd_length); in nfsd4_read_release()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.h | 290 uint32_t rd_offset; member
|
| H A D | lpfc_bsg.c | 5621 u32 rd_offset, rd_index, offset; in lpfc_bsg_get_ras_fwlog() local 5654 rd_offset = ras_req->read_offset; in lpfc_bsg_get_ras_fwlog() 5663 rd_index = (rd_offset / LPFC_RAS_MAX_ENTRY_SIZE); in lpfc_bsg_get_ras_fwlog() 5664 offset = (rd_offset % LPFC_RAS_MAX_ENTRY_SIZE); in lpfc_bsg_get_ras_fwlog()
|