Searched refs:get_conf (Results 1 – 2 of 2) sorted by relevance
563 static int get_pio_conf_PIO(unsigned long base, struct get_conf *buf) in get_pio_conf_PIO()572 memset(buf, 0, sizeof(struct get_conf)); in get_pio_conf_PIO()582 for (p = (unsigned short *) buf; (long) p <= ((long) buf + (sizeof(struct get_conf) / 2)); p++) { in get_pio_conf_PIO()621 static void print_pio_config(struct get_conf *gc) in print_pio_config()656 static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev) in register_pio_HBA()791 static void find_pio_ISA(struct get_conf *buf) in find_pio_ISA()808 static void find_pio_EISA(struct get_conf *buf) in find_pio_EISA()849 static void find_pio_PCI(struct get_conf *buf) in find_pio_PCI()915 struct get_conf gc; in eata_pio_detect()
211 struct get_conf { /* Read Configuration Array */ struct