Searched refs:hw_path (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dparisc-device.h15 char hw_path; /* The module number on this bus */ member in struct:parisc_device
H A Dpdcpat.h336 unsigned long phys_loc, hw_path; member in struct:pdc_pat_cell_info_rtn_block::__anon1
/linux-master/drivers/parisc/
H A Dasp.c39 case 0x75: irq = (dev->hw_path == 4) ? 5 : 6; break; /* RS232 */
H A Dccio-dma.c244 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member in struct:ioc
1114 * @hw_path: The hardware path of the ioc.
1119 static struct ioc * ccio_find_ioc(int hw_path) argument
1126 if (ioc->hw_path == hw_path)
1148 return ccio_find_ioc(dev->hw_path);
1385 snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path);
1537 ioc->hw_path = dev->hw_path;
H A Dlasi.c48 case 0x8D: irq = (dev->hw_path == 13) ? 16 : 17; break;
H A Dsba_iommu.c2010 int iocnum = (pci_hba->hw_path >> 3); /* IOC # */
2032 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2075 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
/linux-master/arch/parisc/kernel/
H A Ddrivers.c327 path->bc[i--] = to_parisc_device(dev)->hw_path;
359 path.mod = dev->hw_path;
414 sprintf(output, "%u", (unsigned char) padev->hw_path);
425 dev->hw_path = id;
455 if (pdev->hw_path == d->id) {
691 return (curr->hw_path == id);
784 path->mod = padev->hw_path;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c490 u8 hw_path; member in struct:mt7921_phy_cap
503 dev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G);
504 dev->phy.cap.has_5ghz = cap->hw_path & BIT(WF0_5G);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h781 u8 hw_path:1; member in struct:MR_CPU_AFFINITY_MASK::__anon2629::__anon2630
793 u8 hw_path:1;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c711 u8 hw_path; member in struct:mt7925_mcu_phy_cap
724 mdev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G);
725 mdev->phy.cap.has_5ghz = cap->hw_path & BIT(WF0_5G);

Completed in 3003 milliseconds