Searched refs:table_base (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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() 563 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup() 564 if (!xdbc.table_base) in xdbc_early_setup() 679 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
|
| D | xhci-dbc.h | 142 void *table_base; member
|
| /Linux-v5.4/sound/pci/emu10k1/ |
| D | p16v.c | 321 u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local 336 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback() 360 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback() 361 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
|
| D | emu10k1x.c | 445 u32 *table_base = (u32 *)(emu->dma_buffer.area+1024*voice); in snd_emu10k1x_pcm_prepare() local 450 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare() 451 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
|
| /Linux-v5.4/include/xen/interface/ |
| D | physdev.h | 157 uint64_t table_base; member
|
| /Linux-v5.4/net/ipv4/netfilter/ |
| D | arp_tables.c | 192 const void *table_base; in arpt_do_table() local 208 table_base = private->entries; in arpt_do_table() 214 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 246 e = get_entry(table_base, in arpt_do_table() 254 if (table_base + v in arpt_do_table() 263 e = get_entry(table_base, v); in arpt_do_table()
|
| D | ip_tables.c | 235 const void *table_base; in ipt_do_table() local 263 table_base = private->entries; in ipt_do_table() 276 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 322 e = get_entry(table_base, in ipt_do_table() 330 if (table_base + v != ipt_next_entry(e) && in ipt_do_table() 339 e = get_entry(table_base, v); in ipt_do_table()
|
| /Linux-v5.4/net/ipv6/netfilter/ |
| D | ip6_tables.c | 259 const void *table_base; in ip6t_do_table() local 285 table_base = private->entries; in ip6t_do_table() 298 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 345 e = get_entry(table_base, in ip6t_do_table() 351 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table() 360 e = get_entry(table_base, v); in ip6t_do_table()
|
| /Linux-v5.4/sound/pci/ca0106/ |
| D | ca0106_main.c | 745 u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local 770 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback() 825 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback() 826 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback() 877 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
|
| /Linux-v5.4/arch/x86/pci/ |
| D | xen.c | 307 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
|