Searched refs:io_name (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pci.h | 63 char io_name[HBA_NAME_SIZE]; member
|
/openbmc/linux/drivers/parisc/ |
H A D | lba_pci.c | 1139 sprintf(lba_dev->hba.io_name, "PCI%02x Ports", in lba_pat_resources() 1142 r->name = lba_dev->hba.io_name; in lba_pat_resources() 1324 sprintf(lba_dev->hba.io_name, "PCI%02x Ports", in lba_legacy_resources() 1326 r->name = lba_dev->hba.io_name; in lba_legacy_resources()
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshyacc.py | 41 io_type, io_op, io_name, io_content = io_target 42 return HereDocument(io_op, io_name, io_content, io_number)
|