代码搜索:SATA控制器
找到约 3,680 项符合「SATA控制器」的源代码
代码结果 3,680
www.eeworm.com/read/183915/9130391
ug sata.ug
Using Serial ATA (SATA)
a guide to all the requirements and problems
by Hale Landis
Version 15x and higher
www.eeworm.com/read/178253/9412211
ug sata.ug
Using Serial ATA (SATA)
a guide to all the requirements and problems
by Hale Landis
Version 15x and higher
www.eeworm.com/read/209895/15212071
ug sata.ug
Using Serial ATA (SATA)
a guide to all the requirements and problems
by Hale Landis
Version 15x and higher
www.eeworm.com/read/494783/1153471
h sata.h
#if (DEBUG_SATA)
#define PRINTF(fmt,args...) printf (fmt ,##args)
#else
#define PRINTF(fmt,args...)
#endif
struct sata_ioports {
unsigned long cmd_addr;
unsigned long data_addr;
unsigned long err
www.eeworm.com/read/414420/2146417
sata readme.sata
1. SATA usage in U-boot
There are two ways to operate the hard disk
* Read/write raw blocks from/to SATA hard disk
* ext2load to read a file from ext2 file system
1.0 How to read the SATA hard d
www.eeworm.com/read/414420/2147368
h sata.h
#ifndef __SATA_H__
#define __SATA_H__
int init_sata(int dev);
int scan_sata(int dev);
ulong sata_read(int dev, ulong blknr, ulong blkcnt, void *buffer);
ulong sata_write(int dev, ulong blknr, ulong b
www.eeworm.com/read/201843/15394468
ug sata.ug
Using Serial ATA (SATA)
a guide to all the requirements and problems
by Hale Landis
Version 15x and higher