/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | drivers.c | 328 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path() 360 path.mod = dev->hw_path; in print_pa_hwpath() 415 sprintf(output, "%u", (unsigned char) padev->hw_path); in setup_bus_id() 425 dev->hw_path = id; in create_tree_node() 455 if (pdev->hw_path == d->id) { in match_by_id() 691 return (curr->hw_path == id); in match_parisc_device() 784 path->mod = padev->hw_path; in device_to_hwpath()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | drivers.c | 327 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path() 359 path.mod = dev->hw_path; in print_pa_hwpath() 414 sprintf(output, "%u", (unsigned char) padev->hw_path); in setup_bus_id() 425 dev->hw_path = id; in create_tree_node() 455 if (pdev->hw_path == d->id) { in match_by_id() 691 return (curr->hw_path == id); in match_parisc_device() 784 path->mod = padev->hw_path; in device_to_hwpath()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | ccio-dma.c | 255 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member 1118 * @hw_path: The hardware path of the ioc. 1123 static struct ioc * ccio_find_ioc(int hw_path) in ccio_find_ioc() argument 1130 if (ioc->hw_path == hw_path) in ccio_find_ioc() 1152 return ccio_find_ioc(dev->hw_path); in ccio_get_iommu() 1389 snprintf(name, 14, "GSC Bus [%d/]", ioc->hw_path); in ccio_init_resources() 1541 ioc->hw_path = dev->hw_path; in ccio_probe()
|
H A D | asp.c | 39 case 0x75: irq = (dev->hw_path == 4) ? 5 : 6; break; /* RS232 */ in asp_choose_irq()
|
H A D | lasi.c | 47 case 0x8D: irq = (dev->hw_path == 13) ? 16 : 17; break; in lasi_choose_irq()
|
H A D | sba_iommu.c | 1999 int iocnum = (pci_hba->hw_path >> 3); /* rope # */ in sba_get_iommu() 2021 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_directed_lmmio() 2064 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_distributed_lmmio()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | ccio-dma.c | 244 unsigned int hw_path; /* the hardware path this ioc is associatd with */ member 1114 * @hw_path: The hardware path of the ioc. 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()
|
H A D | asp.c | 39 case 0x75: irq = (dev->hw_path == 4) ? 5 : 6; break; /* RS232 */ in asp_choose_irq()
|
H A D | lasi.c | 48 case 0x8D: irq = (dev->hw_path == 13) ? 16 : 17; break; in lasi_choose_irq()
|
H A D | sba_iommu.c | 2010 int iocnum = (pci_hba->hw_path >> 3); /* rope # */ 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()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | parisc-device.h | 15 char hw_path; /* The module number on this bus */ member
|
H A D | pdcpat.h | 335 unsigned long phys_loc, hw_path; member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | parisc-device.h | 15 char hw_path; /* The module number on this bus */ member
|
H A D | pdcpat.h | 336 unsigned long phys_loc, hw_path; member
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.h | 778 u8 hw_path:1; member 790 u8 hw_path:1;
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.h | 781 u8 hw_path:1; member 793 u8 hw_path:1;
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 1970 u8 hw_path; in mt76_connac_mcu_parse_phy_cap() member 1983 dev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G); in mt76_connac_mcu_parse_phy_cap() 1984 dev->phy.cap.has_5ghz = cap->hw_path & BIT(WF0_5G); in mt76_connac_mcu_parse_phy_cap()
|