Lines Matching refs:wd719x

49 static inline u8 wd719x_readb(struct wd719x *wd, u8 reg)  in wd719x_readb()
54 static inline u32 wd719x_readl(struct wd719x *wd, u8 reg) in wd719x_readl()
59 static inline void wd719x_writeb(struct wd719x *wd, u8 reg, u8 val) in wd719x_writeb()
64 static inline void wd719x_writew(struct wd719x *wd, u8 reg, u16 val) in wd719x_writew()
69 static inline void wd719x_writel(struct wd719x *wd, u8 reg, u32 val) in wd719x_writel()
75 static inline int wd719x_wait_ready(struct wd719x *wd) in wd719x_wait_ready()
92 static inline int wd719x_wait_done(struct wd719x *wd, int timeout) in wd719x_wait_done()
118 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, in wd719x_direct_cmd()
154 static void wd719x_destroy(struct wd719x *wd) in wd719x_destroy()
187 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_finish_cmd()
206 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()
488 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_reset()
515 struct wd719x *wd = shost_priv(cmd->device->host); in wd719x_host_reset()
554 static inline void wd719x_interrupt_SCB(struct wd719x *wd, in wd719x_interrupt_SCB()
653 struct wd719x *wd = dev_id; in wd719x_interrupt()
710 struct wd719x *wd = eeprom->data; in wd719x_eeprom_reg_read()
718 struct wd719x *wd = eeprom->data; in wd719x_eeprom_reg_write()
732 static void wd719x_read_eeprom(struct wd719x *wd) in wd719x_read_eeprom()
783 static enum wd719x_card_type wd719x_detect_type(struct wd719x *wd) in wd719x_detect_type()
805 struct wd719x *wd = shost_priv(sh); in wd719x_board_found()
893 struct wd719x *wd; in wd719x_pci_probe()
914 sh = scsi_host_alloc(&wd719x_template, sizeof(struct wd719x)); in wd719x_pci_probe()
955 struct wd719x *wd = shost_priv(sh); in wd719x_pci_remove()