Home
last modified time | relevance | path

Searched refs:fis (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/Documentation/arm/SA1100/
DAssabet78 fis init -f
100 fis create "Linux kernel" -b 0x100000 -l 0xc0000
116 fis load "Linux kernel"
150 fis free
154 RedBoot> fis free
169 fis unlock -f 0x500E0000 -l 0x2e0000
170 fis erase -f 0x500E0000 -l 0x2e0000
171 fis write -b 0x100000 -l 0x277424 -f 0x500E0000
172 fis create "JFFS2" -n -f 0x500E0000 -l 0x2e0000
175 what they are in the boot process. From Redboot, the 'fis list' command
[all …]
/linux-2.4.37.9/drivers/scsi/
Dlibata-core.c498 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp) in ata_tf_to_fis() argument
500 fis[0] = 0x27; /* Register - Host to Device FIS */ in ata_tf_to_fis()
501 fis[1] = (pmp & 0xf) | (1 << 7); /* Port multiplier number, in ata_tf_to_fis()
503 fis[2] = tf->command; in ata_tf_to_fis()
504 fis[3] = tf->feature; in ata_tf_to_fis()
506 fis[4] = tf->lbal; in ata_tf_to_fis()
507 fis[5] = tf->lbam; in ata_tf_to_fis()
508 fis[6] = tf->lbah; in ata_tf_to_fis()
509 fis[7] = tf->device; in ata_tf_to_fis()
511 fis[8] = tf->hob_lbal; in ata_tf_to_fis()
[all …]
/linux-2.4.37.9/include/linux/
Dlibata.h454 extern void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp);
455 extern void ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf);
/linux-2.4.37.9/Documentation/usb/
DCREDITS30 Inaky Perez Gonzalez <inaky@peloncho.fis.ucm.es> for starting the