Home
last modified time | relevance | path

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

/linux/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()
1030 int first_offset, second_offset; in dml2_top_soc15_build_mcache_programming() local
1050 &first_offset, &second_offset)) { in dml2_top_soc15_build_mcache_programming()
1056 …ams->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_plane0[first_offset]; in dml2_top_soc15_build_mcache_programming()
[all …]
/linux/drivers/tty/serial/8250/
H A D8250_pci.c178 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup()
205 unsigned int bar, offset = board->first_offset; in afavlab_setup()
260 unsigned int offset = board->first_offset; in pci_hp_diva_setup()
429 unsigned int bar, offset = board->first_offset; in sbs_setup()
677 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup()
711 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup()
814 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup()
1558 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup()
1566 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup()
3632 .first_offset = 0x03,
[all …]
/linux/include/linux/
H A D8250_pci.h29 unsigned int first_offset; member
/linux/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/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/drivers/parport/
H A Dparport_serial.c563 .first_offset = 0xC0,
/linux/fs/btrfs/
H A Dtree-log.c3556 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
3563 key.offset = first_offset; in insert_dir_log_key()