Searched refs:devno (Results 1 – 11 of 11) sorted by relevance
/arch/x86/boot/ |
D | edd.c | 23 static int read_mbr(u8 devno, void *buf) in read_mbr() argument 29 dx = devno; in read_mbr() 38 static u32 read_mbr_sig(u8 devno, struct edd_info *ei, u32 *mbrsig) in read_mbr_sig() argument 63 if (read_mbr(devno, mbrbuf_ptr)) in read_mbr_sig() 73 static int get_edd_info(u8 devno, struct edd_info *ei) in get_edd_info() argument 83 dx = devno; in get_edd_info() 94 ei->device = devno; in get_edd_info() 102 dx = devno; in get_edd_info() 112 dx = devno; in get_edd_info() 140 int devno; in query_edd() local [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() 167 unsigned int devno = devfn >> 3; in celleb_fake_pci_read_config() local 176 config = get_fake_config_start(hose, devno, fn); in celleb_fake_pci_read_config() 178 pr_debug("devno=0x%x, where=0x%x, size=0x%x, ", devno, where, size); in celleb_fake_pci_read_config() 198 unsigned int devno = devfn >> 3; in celleb_fake_pci_write_config() local 206 config = get_fake_config_start(hose, devno, fn); in celleb_fake_pci_write_config() 219 res = get_resource_start(hose, devno, fn); in celleb_fake_pci_write_config() [all …]
|
/arch/mips/pci/ |
D | pci-sb1250.c | 105 u32 devno; in sb1250_pci_can_access() local 111 devno = PCI_SLOT(devfn); in sb1250_pci_can_access() 112 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 | 98 u32 devno; in bcm1480_pci_can_access() local 104 devno = PCI_SLOT(devfn); in bcm1480_pci_can_access()
|
/arch/s390/include/asm/ |
D | ipl.h | 47 u16 devno; member 65 u16 devno; member
|
D | cio.h | 473 u16 devno; member 490 (dev_id1->devno == dev_id2->devno)) in ccw_dev_id_is_equal() 502 u16 devno; member
|
D | dasd.h | 30 unsigned int devno; /* S/390 devno */ member 91 unsigned int devno; /* S/390 devno */ member
|
/arch/s390/kernel/ |
D | ipl.c | 330 return sprintf(page, "0.0.%04x\n", ipl->ipl_info.fcp.devno); in sys_ipl_device_show() 634 reipl_block_fcp->ipl_info.fcp.devno); 653 reipl_block_ccw->ipl_info.ccw.devno); 906 pos = sprintf(dst, "IPL %X CLEAR", ipb->ipl_info.ccw.devno); in get_ipl_string() 927 devid.devno = reipl_block_ccw->ipl_info.ccw.devno; in reipl_run() 1060 reipl_block_ccw->ipl_info.ccw.devno = ipl_devno; in reipl_ccw_init() 1146 dump_block_fcp->ipl_info.fcp.devno); 1165 dump_block_ccw->ipl_info.ccw.devno); 1236 devid.devno = dump_block_ccw->ipl_info.ccw.devno; in dump_run() 1244 sprintf(buf, "IPL %X", dump_block_ccw->ipl_info.ccw.devno); in dump_run() [all …]
|
D | setup.c | 229 ipl_info.data.fcp.dev_id.devno, console_devno); in setup_zfcpdump() 232 ipl_info.data.fcp.dev_id.devno); in setup_zfcpdump()
|
D | head64.S | 30 tm 5(%r5),0x01 # devno valid?
|