Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dnubus.h243 int slot; member
316 struct nubus_dev* nubus_find_slot(unsigned int slot,
352 static __inline__ void *nubus_slot_addr(int slot) in nubus_slot_addr() argument
354 return (void *)(0xF0000000|(slot<<24)); in nubus_slot_addr()
H A Dkvm.h24 __u32 slot; member
32 __u32 slot; member
211 __u32 slot; member
H A Dpci.h31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
H A Dedd.h92 __u8 slot; member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c795 if (id->matches[j].slot && in do_dmi_entry()
796 id->matches[j].slot == dmi_fields[i].field) { in do_dmi_entry()