Searched refs:first_offset (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/ |
| A D | dml_top_mcache.c | 23 int pipe_h_vp_start, int pipe_h_vp_end, int *first_offset, int *second_offset) in calculate_first_second_splitting() argument 33 if (first_offset && second_offset) { in calculate_first_second_splitting() 34 *first_offset = 0; in calculate_first_second_splitting() 65 if (first_offset && second_offset) { in calculate_first_second_splitting() 66 *first_offset = left_cache_id; in calculate_first_second_splitting() 71 if (first_offset && second_offset) { in calculate_first_second_splitting() 72 *first_offset = left_cache_id; in calculate_first_second_splitting() 345 int first_offset, second_offset; in dml2_top_mcache_build_mcache_programming() local 365 &first_offset, &second_offset)) { in dml2_top_mcache_build_mcache_programming() 371 …ams->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[first_offset]; in dml2_top_mcache_build_mcache_programming() [all …]
|
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_pci.c | 3598 .first_offset = 0x03, 3671 .first_offset = 0x200, 3679 .first_offset = 0x200, 3687 .first_offset = 0x200, 3712 .first_offset = 0x800, 3719 .first_offset = 0x800, 3793 .first_offset = 0x40, 3799 .first_offset = 0x40, 3805 .first_offset = 0x40, 3827 .first_offset = 0xC0, [all …]
|
| /linux/include/linux/ |
| A D | 8250_pci.h | 29 unsigned int first_offset; member
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gunz_test.c | 284 int first_offset, last_offset; in decompress_file() local 441 first_offset = fifo_free_first_offset(cur_in, used_in); in decompress_file() 449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file() 630 first_offset = fifo_free_first_offset(cur_out, used_out); in decompress_file() 631 nx_append_dde(ddl_out, fifo_out + first_offset, first_free); in decompress_file()
|
| /linux/net/core/ |
| A D | gro.c | 167 unsigned int first_offset; in skb_gro_receive() local 172 first_offset = skb->data - in skb_gro_receive() 178 skb_frag_fill_page_desc(frag, page, first_offset, first_size); in skb_gro_receive()
|
| /linux/net/tls/ |
| A D | tls.h | 265 struct scatterlist *sg, u16 first_offset,
|
| A D | tls_main.c | 173 u16 first_offset, in tls_push_sg() argument 183 int offset = first_offset; in tls_push_sg()
|
| /linux/drivers/parport/ |
| A D | parport_serial.c | 559 .first_offset = 0xC0,
|
| /linux/fs/btrfs/ |
| A D | tree-log.c | 3557 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument 3564 key.offset = first_offset; in insert_dir_log_key()
|
Completed in 46 milliseconds