Searched refs:adw_softc (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/advansys/ |
| HD | adwlib.h | 603 struct adw_softc struct 677 static __inline u_int adw_lram_read_8(struct adw_softc *adw, u_int addr); 678 static __inline u_int adw_lram_read_16(struct adw_softc *adw, u_int addr); 679 static __inline u_int adw_lram_read_32(struct adw_softc *adw, u_int addr); 680 static __inline void adw_lram_write_8(struct adw_softc *adw, u_int addr, 682 static __inline void adw_lram_write_16(struct adw_softc *adw, u_int addr, 684 static __inline void adw_lram_write_32(struct adw_softc *adw, u_int addr, 687 static __inline u_int32_t acbvtobo(struct adw_softc *adw, 689 static __inline u_int32_t acbvtob(struct adw_softc *adw, 691 static __inline struct acb * acbbotov(struct adw_softc *adw, [all …]
|
| HD | adwvar.h | 41 struct adw_softc * adw_alloc(device_t dev, struct resource *regs, 45 void adw_free(struct adw_softc *adw); 46 int adw_init(struct adw_softc *adw); 48 int adw_attach(struct adw_softc *adw); 49 void adw_done(struct adw_softc *adw, union ccb* ccb,
|
| HD | adwlib.c | 166 static u_int16_t adw_eeprom_read_16(struct adw_softc *adw, int addr); 167 static void adw_eeprom_write_16(struct adw_softc *adw, int addr, 169 static void adw_eeprom_wait(struct adw_softc *adw); 172 adw_find_signature(struct adw_softc *adw) in adw_find_signature() 184 adw_reset_chip(struct adw_softc *adw) in adw_reset_chip() 201 adw_reset_bus(struct adw_softc *adw) in adw_reset_bus() 229 adw_eeprom_read_16(struct adw_softc *adw, int addr) in adw_eeprom_read_16() 237 adw_eeprom_write_16(struct adw_softc *adw, int addr, u_int data) in adw_eeprom_write_16() 248 adw_eeprom_wait(struct adw_softc *adw) in adw_eeprom_wait() 268 adw_eeprom_read(struct adw_softc *adw, struct adw_eeprom *eep_buf) in adw_eeprom_read() [all …]
|
| HD | adwcam.c | 78 static __inline struct acb* adwgetacb(struct adw_softc *adw); 79 static __inline void adwfreeacb(struct adw_softc *adw, 85 adwallocsgmap(struct adw_softc *adw); 86 static int adwallocacbs(struct adw_softc *adw); 91 static void adw_intr_locked(struct adw_softc *adw); 95 static void adwprocesserror(struct adw_softc *adw, struct acb *acb); 97 static void adw_handle_device_reset(struct adw_softc *adw, 99 static void adw_handle_bus_reset(struct adw_softc *adw, 103 adwgetacb(struct adw_softc *adw) in adwgetacb() 125 adwfreeacb(struct adw_softc *adw, struct acb *acb) in adwfreeacb() [all …]
|
| HD | adw_pci.c | 73 struct adw_softc *adw); 143 sizeof(struct adw_softc) 200 struct adw_softc *adw; in adw_pci_attach() 318 struct adw_softc *adw) in adw_generic_setup() 331 struct adw_softc *adw) in adw_asc3550_setup() 355 struct adw_softc *adw) in adw_asc38C0800_setup() 384 struct adw_softc *adw) in adw_asc38C1600_setup()
|