Home
last modified time | relevance | path

Searched refs:rsrc_type (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_ebda.c212 __FUNCTION__, ptr->rsrc_type ,ptr->bus_num, ptr->dev_fun,ptr->start_addr, ptr->end_addr); in print_ebda_pci_rsrc()
1020 u8 type, rsrc_type; in ebda_rsrc_rsrc() local
1031 rsrc_type = type & EBDA_RSRC_TYPE_MASK; in ebda_rsrc_rsrc()
1033 if (rsrc_type == EBDA_IO_RSRC_TYPE) { in ebda_rsrc_rsrc()
1039 rsrc_ptr->rsrc_type = type; in ebda_rsrc_rsrc()
1049 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc()
1054 if (rsrc_type == EBDA_MEM_RSRC_TYPE || rsrc_type == EBDA_PFM_RSRC_TYPE) { in ebda_rsrc_rsrc()
1060 rsrc_ptr->rsrc_type = type; in ebda_rsrc_rsrc()
1070 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc()
Dibmphp_res.c220 if (!(curr->rsrc_type & PCIDEVMASK)) { in ibmphp_rsrc_init()
227 if (curr->rsrc_type & PRIMARYBUSMASK) { in ibmphp_rsrc_init()
229 if ((curr->rsrc_type & RESTYPE) == MMASK) { in ibmphp_rsrc_init()
252 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { in ibmphp_rsrc_init()
275 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { in ibmphp_rsrc_init()
304 if ((curr->rsrc_type & RESTYPE) == MMASK) { in ibmphp_rsrc_init()
327 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { in ibmphp_rsrc_init()
344 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { in ibmphp_rsrc_init()
Dibmphp.h237 u8 rsrc_type; member
/linux-2.4.37.9/include/linux/
Dnubus.h315 unsigned char rsrc_type,
/linux-2.4.37.9/drivers/nubus/
Dnubus.c342 nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, in nubus_find_rsrc() argument
346 if (ent->type == rsrc_type) in nubus_find_rsrc()