Home
last modified time | relevance | path

Searched refs:core_index (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/drivers/ssb/
Dhost_soc.c20 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()
Ddriver_pcicore.c418 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()
Dpcmcia.c156 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()
Dscan.c354 dev->core_index = i; in ssb_bus_scan()
Dsdio.c205 u8 coreidx = dev->core_index; in ssb_sdio_switch_core()
Dpci.c71 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()
Ddriver_chipcommon.c680 cc_mmio = cc->dev->bus->mmio + (cc->dev->core_index * SSB_CORE_SIZE); in ssb_chipco_serial_init()
Dmain.c362 ssb_config_attr(core_num, core_index, "%u\n")
/Linux-v5.4/arch/arm/mach-mv78xx0/
Dcommon.c79 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/
Ddriver_pci.c154 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()
Dscan.c258 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()
Ddriver_mips.c67 return dev->core_index; in bcma_core_mips_irqflag()
69 return dev->core_index; in bcma_core_mips_irqflag()
Dhost_pci.c379 coremask = BIT(core->core_index) << 8; in bcma_host_pci_irq_ctl()
Dmain.c241 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/
Dnet_driver.h330 int core_index; member
1236 return channel->rx_queue.core_index >= 0; in ef4_channel_has_rx_queue()
Drx.c460 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()
Defx.c1608 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/
Dnet_driver.h369 int core_index; member
1517 return channel->rx_queue.core_index >= 0; in efx_channel_has_rx_queue()
Drx.c449 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()
Defx.c1742 channel->rx_queue.core_index = channel->channel; in efx_set_channels()
1744 channel->rx_queue.core_index = -1; in efx_set_channels()
Dptp.c1512 channel->rx_queue.core_index = 0; in efx_ptp_probe_channel()
/Linux-v5.4/include/linux/bcma/
Dbcma.h277 u8 core_index; member
/Linux-v5.4/include/linux/ssb/
Dssb.h278 u8 core_index; member
/Linux-v5.4/drivers/firmware/broadcom/
Dbcm47xx_sprom.c676 core->core_index); in bcm47xx_get_sprom_bcma()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.c4583 wlc->core->coreidx = core->core_index; in brcms_b_attach()