Searched refs:table_base (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.c | 240 memset(xdbc.table_base, 0, PAGE_SIZE); in xdbc_mem_init() 245 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init() 262 xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init() 269 xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init() 565 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup() 566 if (!xdbc.table_base) in xdbc_early_setup() 683 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
|
D | xhci-dbc.h | 142 void *table_base; member
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | p16v.c | 335 u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local 350 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback() 374 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback() 375 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
|
D | emu10k1x.c | 459 u32 *table_base = (u32 *)(emu->dma_buffer.area+1024*voice); in snd_emu10k1x_pcm_prepare() local 464 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare() 465 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
|
/Linux-v4.19/include/xen/interface/ |
D | physdev.h | 157 uint64_t table_base; member
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 191 const void *table_base; in arpt_do_table() local 207 table_base = private->entries; in arpt_do_table() 213 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 245 e = get_entry(table_base, in arpt_do_table() 253 if (table_base + v in arpt_do_table() 262 e = get_entry(table_base, v); in arpt_do_table()
|
D | ip_tables.c | 238 const void *table_base; in ipt_do_table() local 266 table_base = private->entries; in ipt_do_table() 279 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 325 e = get_entry(table_base, in ipt_do_table() 333 if (table_base + v != ipt_next_entry(e) && in ipt_do_table() 342 e = get_entry(table_base, v); in ipt_do_table()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 262 const void *table_base; in ip6t_do_table() local 288 table_base = private->entries; in ip6t_do_table() 301 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 348 e = get_entry(table_base, in ip6t_do_table() 354 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table() 363 e = get_entry(table_base, v); in ip6t_do_table()
|
/Linux-v4.19/sound/pci/ca0106/ |
D | ca0106_main.c | 759 u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local 784 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback() 839 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback() 840 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback() 891 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
|
/Linux-v4.19/arch/x86/pci/ |
D | xen.c | 306 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
|