tag | line | file | source code |
get_conf | 762 | drivers/scsi/eata_dma.c | int get_conf_PIO(u32 base, struct get_conf *buf) |
get_conf | 770 | drivers/scsi/eata_dma.c | memset(buf, 0, sizeof(struct get_conf)); |
get_conf | 782 | drivers/scsi/eata_dma.c | (long)p <= ((long)buf + (sizeof(struct get_conf) / 2)); p++) { |
get_conf | 808 | drivers/scsi/eata_dma.c | void print_config(struct get_conf *gc) |
get_conf | 827 | drivers/scsi/eata_dma.c | short register_HBA(u32 base, struct get_conf *gc, Scsi_Host_Template * tpnt, |
get_conf | 1081 | drivers/scsi/eata_dma.c | void find_EISA(struct get_conf *buf, Scsi_Host_Template * tpnt) |
get_conf | 1126 | drivers/scsi/eata_dma.c | void find_ISA(struct get_conf *buf, Scsi_Host_Template * tpnt) |
get_conf | 1145 | drivers/scsi/eata_dma.c | void find_PCI(struct get_conf *buf, Scsi_Host_Template * tpnt) |
get_conf | 1248 | drivers/scsi/eata_dma.c | struct get_conf gc; |
get_conf | 588 | drivers/scsi/eata_pio.c | int get_pio_conf_PIO(u32 base, struct get_conf *buf) |
get_conf | 597 | drivers/scsi/eata_pio.c | memset(buf, 0, sizeof(struct get_conf)); |
get_conf | 609 | drivers/scsi/eata_pio.c | (long)p <= ((long)buf + (sizeof(struct get_conf)/ 2)); p++) { |
get_conf | 641 | drivers/scsi/eata_pio.c | void print_pio_config(struct get_conf *gc) |
get_conf | 683 | drivers/scsi/eata_pio.c | int register_pio_HBA(long base, struct get_conf *gc, Scsi_Host_Template * tpnt) |
get_conf | 821 | drivers/scsi/eata_pio.c | void find_pio_ISA(struct get_conf *buf, Scsi_Host_Template * tpnt) |
get_conf | 836 | drivers/scsi/eata_pio.c | void find_pio_EISA(struct get_conf *buf, Scsi_Host_Template * tpnt) |
get_conf | 877 | drivers/scsi/eata_pio.c | void find_pio_PCI(struct get_conf *buf, Scsi_Host_Template * tpnt) |
get_conf | 978 | drivers/scsi/eata_pio.c | struct get_conf gc; |