Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml2_top_soc15.c332 int pipe_h_vp_start, int pipe_h_vp_end, int *first_offset, int *second_offset) in calculate_first_second_splitting() argument
342 if (first_offset && second_offset) { in calculate_first_second_splitting()
343 *first_offset = 0; in calculate_first_second_splitting()
374 if (first_offset && second_offset) { in calculate_first_second_splitting()
375 *first_offset = left_cache_id; in calculate_first_second_splitting()
380 if (first_offset && second_offset) { in calculate_first_second_splitting()
381 *first_offset = left_cache_id; in calculate_first_second_splitting()
1022 int first_offset, second_offset; in dml2_top_soc15_build_mcache_programming() local
1042 &first_offset, &second_offset)) { in dml2_top_soc15_build_mcache_programming()
1048 …ams->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[first_offset]; in dml2_top_soc15_build_mcache_programming()
[all …]
/linux-6.15/drivers/tty/serial/8250/
H A D8250_pci.c3648 .first_offset = 0x03,
3721 .first_offset = 0x200,
3729 .first_offset = 0x200,
3737 .first_offset = 0x200,
3762 .first_offset = 0x800,
3769 .first_offset = 0x800,
3843 .first_offset = 0x40,
3849 .first_offset = 0x40,
3855 .first_offset = 0x40,
3877 .first_offset = 0xC0,
[all …]
/linux-6.15/include/linux/
H A D8250_pci.h29 unsigned int first_offset; member
/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c284 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-6.15/net/core/
H A Dgro.c164 unsigned int first_offset; in skb_gro_receive() local
169 first_offset = skb->data - in skb_gro_receive()
175 skb_frag_fill_page_desc(frag, page, first_offset, first_size); in skb_gro_receive()
/linux-6.15/net/tls/
H A Dtls.h266 struct scatterlist *sg, u16 first_offset,
H A Dtls_main.c173 u16 first_offset, in tls_push_sg() argument
183 int offset = first_offset; in tls_push_sg()
/linux-6.15/drivers/parport/
H A Dparport_serial.c563 .first_offset = 0xC0,
/linux-6.15/fs/btrfs/
H A Dtree-log.c3538 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
3546 key.offset = first_offset; in insert_dir_log_key()