Lines Matching refs:bc
295 memset(&path->bc, -1, 6); in get_node_path()
300 path->bc[i--] = PCI_SLOT(devfn); in get_node_path()
307 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5); in get_node_path()
309 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path()
319 if (path->bc[i] == -1) in print_hwpath()
321 output += sprintf(output, "%u/", (unsigned char) path->bc[i]); in print_hwpath()
392 if (path.bc[i] == -1) in setup_bus_id()
394 output += sprintf(output, "%u:", (unsigned char) path.bc[i]); in setup_bus_id()
467 if (modpath->bc[i] == -1) in create_parisc_device()
469 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; in create_parisc_device()
647 return ((modpath->bc[5] == PCI_SLOT(devfn)) && in match_pci_device()
656 return (modpath->bc[index] == id); in match_pci_device()
671 char id = (index == 6) ? modpath->mod : modpath->bc[index]; in match_parisc_device()
742 if (modpath->bc[i] == -1) in hwpath_to_device()