Lines Matching refs:wd719x

50 static inline u8 wd719x_readb(struct wd719x *wd, u8 reg)  in wd719x_readb()
55 static inline u32 wd719x_readl(struct wd719x *wd, u8 reg) in wd719x_readl()
60 static inline void wd719x_writeb(struct wd719x *wd, u8 reg, u8 val) in wd719x_writeb()
65 static inline void wd719x_writew(struct wd719x *wd, u8 reg, u16 val) in wd719x_writew()
70 static inline void wd719x_writel(struct wd719x *wd, u8 reg, u32 val) in wd719x_writel()
76 static inline int wd719x_wait_ready(struct wd719x *wd) in wd719x_wait_ready()
93 static inline int wd719x_wait_done(struct wd719x *wd, int timeout) in wd719x_wait_done()
126 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, in wd719x_direct_cmd()
164 static void wd719x_destroy(struct wd719x *wd) in wd719x_destroy()
192 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_finish_cmd()
212 struct wd719x *wd = shost_priv(sh); in wd719x_queuecommand()
302 static int wd719x_chip_init(struct wd719x *wd) in wd719x_chip_init()
468 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_abort()
491 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_reset()
525 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_host_reset()
563 static inline void wd719x_interrupt_SCB(struct wd719x *wd, in wd719x_interrupt_SCB()
660 struct wd719x *wd = dev_id; in wd719x_interrupt()
717 struct wd719x *wd = eeprom->data; in wd719x_eeprom_reg_read()
725 struct wd719x *wd = eeprom->data; in wd719x_eeprom_reg_write()
739 static void wd719x_read_eeprom(struct wd719x *wd) in wd719x_read_eeprom()
790 static enum wd719x_card_type wd719x_detect_type(struct wd719x *wd) in wd719x_detect_type()
812 struct wd719x *wd = shost_priv(sh); in wd719x_board_found()
901 struct wd719x *wd; in wd719x_pci_probe()
923 sh = scsi_host_alloc(&wd719x_template, sizeof(struct wd719x)); in wd719x_pci_probe()
964 struct wd719x *wd = shost_priv(sh); in wd719x_pci_remove()