Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c105 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup()
132 unsigned int bar, offset = board->first_offset; in afavlab_setup()
187 unsigned int offset = board->first_offset; in pci_hp_diva_setup()
356 unsigned int bar, offset = board->first_offset; in sbs_setup()
604 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup()
638 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup()
741 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup()
1476 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup()
1484 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup()
3480 .first_offset = 0x03,
[all …]
/openbmc/linux/include/linux/
H A D8250_pci.h29 unsigned int first_offset; member
/openbmc/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()
/openbmc/linux/net/core/
H A Dgro.c169 unsigned int first_offset; in skb_gro_receive() local
174 first_offset = skb->data - in skb_gro_receive()
180 skb_frag_fill_page_desc(frag, page, first_offset, first_size); in skb_gro_receive()
/openbmc/linux/net/tls/
H A Dtls.h262 struct scatterlist *sg, u16 first_offset,
H A Dtls_main.c172 u16 first_offset, in tls_push_sg() argument
182 int offset = first_offset; in tls_push_sg()
/openbmc/linux/drivers/parport/
H A Dparport_serial.c559 .first_offset = 0xC0,
/openbmc/linux/fs/btrfs/
H A Dtree-log.c3518 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
3525 key.offset = first_offset; in insert_dir_log_key()