/Linux-v5.4/drivers/ssb/ |
D | host_soc.c | 20 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_read8() 28 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_read16() 36 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_read32() 47 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_block_read() 93 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_write8() 101 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_write16() 109 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_write32() 120 offset += dev->core_index * SSB_CORE_SIZE; in ssb_host_soc_block_write()
|
D | driver_pcicore.c | 418 return !mips_busprobe32(tmp, (bus->mmio + (pc->dev->core_index * SSB_CORE_SIZE))); in pcicore_is_in_hostmode() 429 if (((tmp & 0xF000) >> 12) != pc->dev->core_index) { in ssb_pcicore_fix_sprom_core_index() 431 tmp |= (pc->dev->core_index << 12); in ssb_pcicore_fix_sprom_core_index() 703 coremask = (1 << dev->core_index); in ssb_pcicore_dev_irqvecs_enable()
|
D | pcmcia.c | 156 ssb_core_name(dev->id.coreid), dev->core_index); in ssb_pcmcia_switch_core() 159 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 | 71 ssb_core_name(dev->id.coreid), dev->core_index); in ssb_pci_switch_core() 75 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 | 362 ssb_config_attr(core_num, core_index, "%u\n")
|
/Linux-v5.4/arch/arm/mach-mv78xx0/ |
D | common.c | 79 static void get_pclk_l2clk(int hclk, int core_index, int *pclk, int *l2clk) in get_pclk_l2clk() argument 87 if (core_index == 0) { in get_pclk_l2clk() 387 int core_index; in mv78xx0_init() local 392 core_index = mv78xx0_core_index(); in mv78xx0_init() 394 get_pclk_l2clk(hclk, core_index, &pclk, &l2clk); in mv78xx0_init() 397 printk("core #%d, ", core_index); in mv78xx0_init()
|
/Linux-v5.4/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 | 258 if (core->core_index == index) in bcma_find_core_by_index() 510 core->core_index = core_num++; in bcma_bus_scan() 517 core->core_index, bcma_device_name(&core->id), in bcma_bus_scan()
|
D | driver_mips.c | 67 return dev->core_index; in bcma_core_mips_irqflag() 69 return dev->core_index; in bcma_core_mips_irqflag()
|
D | host_pci.c | 379 coremask = BIT(core->core_index) << 8; in bcma_host_pci_irq_ctl()
|
D | main.c | 241 dev_set_name(&core->dev, "bcma%d:%d", bus->num, core->core_index); in bcma_prepare_core()
|
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 330 int core_index; member 1236 return channel->rx_queue.core_index >= 0; in ef4_channel_has_rx_queue()
|
D | rx.c | 460 skb_record_rx_queue(skb, channel->rx_queue.core_index); in ef4_rx_packet_gro() 625 skb_record_rx_queue(skb, channel->rx_queue.core_index); in ef4_rx_deliver()
|
D | efx.c | 1608 channel->rx_queue.core_index = channel->channel; in ef4_set_channels() 1610 channel->rx_queue.core_index = -1; in ef4_set_channels()
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | net_driver.h | 369 int core_index; member 1517 return channel->rx_queue.core_index >= 0; in efx_channel_has_rx_queue()
|
D | rx.c | 449 skb_record_rx_queue(skb, channel->rx_queue.core_index); in efx_rx_packet_gro() 614 skb_record_rx_queue(skb, channel->rx_queue.core_index); in efx_rx_deliver()
|
D | efx.c | 1742 channel->rx_queue.core_index = channel->channel; in efx_set_channels() 1744 channel->rx_queue.core_index = -1; in efx_set_channels()
|
D | ptp.c | 1512 channel->rx_queue.core_index = 0; in efx_ptp_probe_channel()
|
/Linux-v5.4/include/linux/bcma/ |
D | bcma.h | 277 u8 core_index; member
|
/Linux-v5.4/include/linux/ssb/ |
D | ssb.h | 278 u8 core_index; member
|
/Linux-v5.4/drivers/firmware/broadcom/ |
D | bcm47xx_sprom.c | 676 core->core_index); in bcm47xx_get_sprom_bcma()
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.c | 4583 wlc->core->coreidx = core->core_index; in brcms_b_attach()
|