Searched refs:fis (Results 1 – 4 of 4) sorted by relevance
78 fis init -f100 fis create "Linux kernel" -b 0x100000 -l 0xc0000116 fis load "Linux kernel"150 fis free154 RedBoot> fis free169 fis unlock -f 0x500E0000 -l 0x2e0000170 fis erase -f 0x500E0000 -l 0x2e0000171 fis write -b 0x100000 -l 0x277424 -f 0x500E0000172 fis create "JFFS2" -n -f 0x500E0000 -l 0x2e0000175 what they are in the boot process. From Redboot, the 'fis list' command[all …]
498 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp) in ata_tf_to_fis() argument500 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 …]
454 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);
30 Inaky Perez Gonzalez <inaky@peloncho.fis.ucm.es> for starting the