Searched refs:devno (Results 1 – 9 of 9) sorted by relevance
/arch/x86/boot/ |
D | edd.c | 25 static int read_mbr(u8 devno, void *buf) in read_mbr() argument 32 ireg.dl = devno; in read_mbr() 40 static u32 read_mbr_sig(u8 devno, struct edd_info *ei, u32 *mbrsig) in read_mbr_sig() argument 65 if (read_mbr(devno, mbrbuf_ptr)) in read_mbr_sig() 75 static int get_edd_info(u8 devno, struct edd_info *ei) in get_edd_info() argument 86 ireg.dl = devno; in get_edd_info() 95 ei->device = devno; in get_edd_info() 132 int devno; in query_edd() local 162 for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { in query_edd() 167 if (!get_edd_info(devno, &ei) in query_edd() [all …]
|
/arch/powerpc/platforms/cell/ |
D | celleb_pci.c | 102 int devno, int fn) in get_fake_config_start() argument 109 return private->fake_config[devno][fn]; in get_fake_config_start() 114 int devno, int fn) in get_resource_start() argument 121 return private->res[devno][fn]; in get_resource_start() 166 unsigned int devno = devfn >> 3; in celleb_fake_pci_read_config() local 173 config = get_fake_config_start(hose, devno, fn); in celleb_fake_pci_read_config() 175 pr_debug("devno=0x%x, where=0x%x, size=0x%x, ", devno, where, size); in celleb_fake_pci_read_config() 194 unsigned int devno = devfn >> 3; in celleb_fake_pci_write_config() local 200 config = get_fake_config_start(hose, devno, fn); in celleb_fake_pci_write_config() 213 res = get_resource_start(hose, devno, fn); in celleb_fake_pci_write_config() [all …]
|
/arch/s390/include/asm/ |
D | cio.h | 277 u16 devno; member 294 (dev_id1->devno == dev_id2->devno)) in ccw_dev_id_is_equal() 305 u16 devno; member
|
D | ipl.h | 49 u16 devno; member 68 u16 devno; member
|
/arch/mips/pci/ |
D | pci-sb1250.c | 106 u32 devno; in sb1250_pci_can_access() local 112 devno = PCI_SLOT(devfn); in sb1250_pci_can_access() 113 if (devno == LDT_BRIDGE_DEVICE) in sb1250_pci_can_access()
|
D | pci-bcm1480ht.c | 90 u32 devno; in bcm1480ht_can_access() local 96 devno = PCI_SLOT(devfn); in bcm1480ht_can_access()
|
D | pci-bcm1480.c | 99 u32 devno; in bcm1480_pci_can_access() local 105 devno = PCI_SLOT(devfn); in bcm1480_pci_can_access()
|
/arch/s390/include/uapi/asm/ |
D | dasd.h | 29 unsigned int devno; /* S/390 devno */ member 93 unsigned int devno; /* S/390 devno */ member
|
/arch/s390/kernel/ |
D | ipl.c | 402 return sprintf(page, "0.0.%04x\n", ipl->ipl_info.fcp.devno); in sys_ipl_device_show() 767 reipl_block_fcp->ipl_info.fcp.devno); 849 reipl_block_ccw->ipl_info.ccw.devno); 1068 pos = sprintf(dst, "IPL %X CLEAR", ipb->ipl_info.ccw.devno); in get_ipl_string() 1089 devid.devno = reipl_block_ccw->ipl_info.ccw.devno; in __reipl_run() 1225 reipl_block_ccw->ipl_info.ccw.devno = ipl_devno; in reipl_ccw_init() 1361 dump_block_fcp->ipl_info.fcp.devno); 1380 dump_block_ccw->ipl_info.ccw.devno); 1460 devid.devno = dump_block_ccw->ipl_info.ccw.devno; in __dump_run() 1467 sprintf(buf, "IPL %X", dump_block_ccw->ipl_info.ccw.devno); in __dump_run() [all …]
|