Searched refs:first_offset (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 105 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 D | 8250_pci.h | 29 unsigned int first_offset; member
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H 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()
|
/openbmc/linux/net/core/ |
H A D | gro.c | 169 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 D | tls.h | 262 struct scatterlist *sg, u16 first_offset,
|
H A D | tls_main.c | 172 u16 first_offset, in tls_push_sg() argument 182 int offset = first_offset; in tls_push_sg()
|
/openbmc/linux/drivers/parport/ |
H A D | parport_serial.c | 559 .first_offset = 0xC0,
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.c | 3518 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument 3525 key.offset = first_offset; in insert_dir_log_key()
|