Searched refs:get_conf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_pio.c611 static int get_pio_conf_PIO(unsigned long base, struct get_conf *buf)
620 memset(buf, 0, sizeof(struct get_conf));
630 for (p = (unsigned short *) buf; (long) p <= ((long) buf + (sizeof(struct get_conf) / 2)); p++) {
669 static void print_pio_config(struct get_conf *gc)
704 static int register_pio_HBA(long base, struct get_conf *gc, struct pci_dev *pdev)
841 static void find_pio_ISA(struct get_conf *buf)
858 static void find_pio_EISA(struct get_conf *buf)
899 static void find_pio_PCI(struct get_conf *buf)
965 struct get_conf gc;
H A Deata_generic.h211 struct get_conf { /* Read Configuration Array */ struct

Completed in 59 milliseconds