Searched refs:wd719x (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | wd719x.c | 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() [all …]
|
D | wd719x.h | 64 struct wd719x { struct
|
D | Makefile | 144 obj-$(CONFIG_SCSI_WD719X) += wd719x.o
|
/Linux-v5.4/Documentation/scsi/ |
D | wd719x.txt | 11 This script downloads and extracts the firmware, creating wd719x-risc.bin and 19 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336 20 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
|