/linux-4.4.14/drivers/ssb/ |
D | host_soc.c | 19 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_read8() 27 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_read16() 35 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_read32() 46 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_block_read() 92 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_write8() 100 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_write16() 108 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_write32() 119 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_block_write()
|
D | driver_pcicore.c | 417 return !mips_busprobe32(tmp, (bus->mmio + (pc->dev->core_index * SSB_CORE_SIZE))); in pcicore_is_in_hostmode() 428 if (((tmp & 0xF000) >> 12) != pc->dev->core_index) { in ssb_pcicore_fix_sprom_core_index() 430 tmp |= (pc->dev->core_index << 12); in ssb_pcicore_fix_sprom_core_index() 702 coremask = (1 << dev->core_index); in ssb_pcicore_dev_irqvecs_enable()
|
D | pcmcia.c | 157 dev->core_index); in ssb_pcmcia_switch_core() 160 err = ssb_pcmcia_switch_coreidx(bus, dev->core_index); in ssb_pcmcia_switch_core()
|
D | scan.c | 354 dev->core_index = i; in ssb_bus_scan()
|
D | sdio.c | 205 u8 coreidx = dev->core_index; in ssb_sdio_switch_core()
|
D | pci.c | 72 dev->core_index); in ssb_pci_switch_core() 76 err = ssb_pci_switch_coreidx(bus, dev->core_index); in ssb_pci_switch_core()
|
D | driver_chipcommon.c | 680 cc_mmio = cc->dev->bus->mmio + (cc->dev->core_index * SSB_CORE_SIZE); in ssb_chipco_serial_init()
|
D | main.c | 361 ssb_config_attr(core_num, core_index, "%u\n")
|
/linux-4.4.14/arch/arm/mach-mv78xx0/ |
D | common.c | 78 static void get_pclk_l2clk(int hclk, int core_index, int *pclk, int *l2clk) in get_pclk_l2clk() argument 86 if (core_index == 0) { in get_pclk_l2clk() 392 int core_index; in mv78xx0_init() local 397 core_index = mv78xx0_core_index(); in mv78xx0_init() 399 get_pclk_l2clk(hclk, core_index, &pclk, &l2clk); in mv78xx0_init() 402 printk("core #%d, ", core_index); in mv78xx0_init()
|
/linux-4.4.14/drivers/bcma/ |
D | driver_pci.c | 154 u16 val16, core_index; in bcma_core_pci_fixcfg() local 158 core_index = (u16)core->core_index; in bcma_core_pci_fixcfg() 162 != core_index) { in bcma_core_pci_fixcfg() 163 val16 = (core_index << BCMA_CORE_PCI_SPROM_PI_SHIFT) | in bcma_core_pci_fixcfg()
|
D | scan.c | 255 if (core->core_index == index) in bcma_find_core_by_index() 505 core->core_index = core_num++; in bcma_bus_scan() 512 core->core_index, bcma_device_name(&core->id), in bcma_bus_scan()
|
D | driver_mips.c | 105 return dev->core_index; in bcma_core_mips_irqflag() 107 return dev->core_index; in bcma_core_mips_irqflag()
|
D | host_pci.c | 376 coremask = BIT(core->core_index) << 8; in bcma_host_pci_irq_ctl()
|
D | main.c | 251 dev_set_name(&core->dev, "bcma%d:%d", bus->num, core->core_index); in bcma_prepare_core()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | net_driver.h | 343 int core_index; member 1449 return channel->rx_queue.core_index >= 0; in efx_channel_has_rx_queue()
|
D | rx.c | 464 skb_record_rx_queue(skb, channel->rx_queue.core_index); in efx_rx_packet_gro() 632 skb_record_rx_queue(skb, channel->rx_queue.core_index); in efx_rx_deliver()
|
D | efx.c | 1637 channel->rx_queue.core_index = channel->channel; in efx_set_channels() 1639 channel->rx_queue.core_index = -1; in efx_set_channels()
|
D | ptp.c | 1310 channel->rx_queue.core_index = 0; in efx_ptp_probe_channel()
|
/linux-4.4.14/include/linux/bcma/ |
D | bcma.h | 268 u8 core_index; member
|
/linux-4.4.14/include/linux/ssb/ |
D | ssb.h | 277 u8 core_index; member
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | sprom.c | 680 core->core_index); in bcm47xx_get_sprom_bcma()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.c | 4582 wlc->core->coreidx = core->core_index; in brcms_b_attach()
|