Searched defs:adw (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/disk/advansys/ |
H A D | adwlib.c | 168 adw_find_signature(struct adw_softc *adw) in adw_find_signature() 180 adw_reset_chip(struct adw_softc *adw) in adw_reset_chip() 197 adw_reset_bus(struct adw_softc *adw) in adw_reset_bus() 223 adw_eeprom_read_16(struct adw_softc *adw, int addr) in adw_eeprom_read_16() 231 adw_eeprom_write_16(struct adw_softc *adw, int addr, u_int data) in adw_eeprom_write_16() 242 adw_eeprom_wait(struct adw_softc *adw) in adw_eeprom_wait() 261 adw_eeprom_read(struct adw_softc *adw, struct adw_eeprom *eep_buf) in adw_eeprom_read() 293 adw_eeprom_write(struct adw_softc *adw, struct adw_eeprom *eep_buf) in adw_eeprom_write() 334 adw_init_chip(struct adw_softc *adw, u_int term_scsicfg1) in adw_init_chip() 754 adw_set_user_sdtr(struct adw_softc *adw, u_int tid, u_int mc_sdtr) in adw_set_user_sdtr() [all …]
|
H A D | adwcam.c | 107 adwgetacb(struct adw_softc *adw) in adwgetacb() 129 adwfreeacb(struct adw_softc *adw, struct acb *acb) in adwfreeacb() 156 adwallocsgmap(struct adw_softc *adw) in adwallocsgmap() 183 adwallocacbs(struct adw_softc *adw) in adwallocacbs() 230 struct adw_softc *adw; in adwexecuteacb() local 338 struct adw_softc *adw; in adw_action() local 820 struct adw_softc *adw; in adw_alloc() local 844 adw_free(struct adw_softc *adw) in adw_free() 889 adw_init(struct adw_softc *adw) in adw_init() 1149 adw_attach(struct adw_softc *adw) in adw_attach() [all …]
|
H A D | adw_pci.c | 191 struct adw_softc *adw; in adw_pci_attach() local 308 struct adw_softc *adw) in adw_generic_setup() 321 struct adw_softc *adw) in adw_asc3550_setup() 345 struct adw_softc *adw) in adw_asc38C0800_setup() 374 struct adw_softc *adw) in adw_asc38C1600_setup()
|
H A D | adwlib.h | 661 #define adw_inb(adw, port) \ argument 663 #define adw_inw(adw, port) \ argument 665 #define adw_inl(adw, port) \ argument 668 #define adw_outb(adw, port, value) \ argument 670 #define adw_outw(adw, port, value) \ argument 672 #define adw_outl(adw, port, value) \ argument 675 #define adw_set_multi_2(adw, port, value, count) \ argument 709 adw_name(struct adw_softc *adw) in adw_name() 715 adw_lram_read_8(struct adw_softc *adw, u_int addr) in adw_lram_read_8() 722 adw_lram_read_16(struct adw_softc *adw, u_int addr) in adw_lram_read_16() [all …]
|