Searched refs:pciio_function_t (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_config.c | 66 pciio_function_t func, int offset) in pcibr_func_config_addr() 111 pciio_function_t func, int offset) in pcibr_func_config_get() 137 pciio_function_t func, int offset, unsigned val) in pcibr_func_config_set() 154 pciio_function_t pciio_func; in pcibr_config_addr()
|
D | pcibr_slot.c | 37 extern pcibr_info_t pcibr_device_info_new(pcibr_soft_t, pciio_slot_t, pciio_function_t, pciio_v… 535 pciio_function_t rfunc; in pcibr_slot_info_init() 1788 pciio_function_t func; in pcibr_device_info_free()
|
D | pcibr_dvr.c | 212 … pcibr_addr_toslot(pcibr_soft_t, iopaddr_t, pciio_space_t *, iopaddr_t *, pciio_function_t *); 627 pciio_function_t rfunc, in pcibr_device_info_new() 632 pciio_function_t func; in pcibr_device_info_new()
|
D | pcibr_error.c | 1096 pciio_function_t func; /* final PCI func, if appropriate */ in pcibr_pioerror()
|
/linux-2.4.37.9/include/asm-ia64/sn/pci/ |
D | pciio.h | 51 typedef uint8_t pciio_function_t; /* PCI func number (0..7, 255) */ typedef 54 #define PCIIO_FUNCS ((pciio_function_t)8) 57 #define PCIIO_FUNC_NONE ((pciio_function_t)255) 565 pciio_function_t func, /* card's func (0..?) */ 576 pciio_function_t func, /* card's func (0..?) */ 667 extern pciio_function_t pciio_info_function_get(pciio_info_t pciio_info);
|
D | pcibr_private.h | 46 cfg_p pcibr_func_config_addr(bridge_t *, pciio_bus_t bus, pciio_slot_t, pciio_function_t, int); 48 unsigned pcibr_func_config_get(bridge_t *, pciio_slot_t, pciio_function_t, int); 51 void pcibr_func_config_set(bridge_t *, pciio_slot_t, pciio_function_t, int,
|
D | pciio_private.h | 106 pciio_function_t c_func; /* which func (on multi-func cards) */
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | pciio.c | 427 pciio_function_t func) in pciio_slot_func_to_name() 794 pciio_function_t func, in pciio_device_info_new()
|