Home
last modified time | relevance | path

Searched refs:hw_path (Results 1 – 7 of 7) sorted by relevance

/drivers/parisc/
A Dccio-dma.c244 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member
1119 static struct ioc * ccio_find_ioc(int hw_path) in ccio_find_ioc() argument
1126 if (ioc->hw_path == hw_path) in ccio_find_ioc()
1148 return ccio_find_ioc(dev->hw_path); in ccio_get_iommu()
1385 snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path); in ccio_init_resources()
1537 ioc->hw_path = dev->hw_path; in ccio_probe()
A Dasp.c39 case 0x75: irq = (dev->hw_path == 4) ? 5 : 6; break; /* RS232 */ in asp_choose_irq()
A Dlasi.c48 case 0x8D: irq = (dev->hw_path == 13) ? 16 : 17; break; in lasi_choose_irq()
A Dsba_iommu.c2010 int iocnum = (pci_hba->hw_path >> 3); /* IOC # */ in sba_get_iommu()
2032 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_directed_lmmio()
2075 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_distributed_lmmio()
/drivers/scsi/megaraid/
A Dmegaraid_sas_fusion.h781 u8 hw_path:1; member
793 u8 hw_path:1;
/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmcu.c539 u8 hw_path; in mt7921_mcu_parse_phy_cap() member
552 dev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G); in mt7921_mcu_parse_phy_cap()
553 dev->phy.cap.has_5ghz = cap->hw_path & BIT(WF0_5G); in mt7921_mcu_parse_phy_cap()
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dmcu.c843 u8 hw_path; in mt7925_mcu_parse_phy_cap() member
856 mdev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G); in mt7925_mcu_parse_phy_cap()
857 mdev->phy.cap.has_5ghz = cap->hw_path & BIT(WF0_5G); in mt7925_mcu_parse_phy_cap()

Completed in 80 milliseconds