Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/usb/early/
Dxhci-dbc.c241 memset(xdbc.table_base, 0, PAGE_SIZE); in xdbc_mem_init()
246 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
263 xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
270 xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
564 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup()
565 if (!xdbc.table_base) in xdbc_early_setup()
683 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
Dxhci-dbc.h156 void *table_base; member
/linux-6.1.9/sound/pci/emu10k1/
Dp16v.c293 u32 *table_base = (u32 *)(emu->p16v_buffer->area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local
308 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback()
332 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback()
333 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
Demu10k1x.c444 u32 *table_base = (u32 *)(emu->dma_buffer->area+1024*voice); in snd_emu10k1x_pcm_prepare() local
449 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare()
450 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
/linux-6.1.9/include/xen/interface/
Dphysdev.h139 uint64_t table_base; member
/linux-6.1.9/net/ipv4/netfilter/
Darp_tables.c193 const void *table_base; in arpt_do_table() local
209 table_base = private->entries; in arpt_do_table()
215 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table()
247 e = get_entry(table_base, in arpt_do_table()
255 if (table_base + v in arpt_do_table()
264 e = get_entry(table_base, v); in arpt_do_table()
Dip_tables.c236 const void *table_base; in ipt_do_table() local
264 table_base = private->entries; in ipt_do_table()
277 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()
323 e = get_entry(table_base, in ipt_do_table()
331 if (table_base + v != ipt_next_entry(e) && in ipt_do_table()
340 e = get_entry(table_base, v); in ipt_do_table()
/linux-6.1.9/net/ipv6/netfilter/
Dip6_tables.c259 const void *table_base; in ip6t_do_table() local
286 table_base = private->entries; in ip6t_do_table()
299 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()
346 e = get_entry(table_base, in ip6t_do_table()
352 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table()
361 e = get_entry(table_base, v); in ip6t_do_table()
/linux-6.1.9/sound/pci/ca0106/
Dca0106_main.c721 u32 *table_base = (u32 *)(emu->buffer->area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local
746 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback()
801 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
802 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()
853 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
/linux-6.1.9/arch/x86/pci/
Dxen.c308 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()