HomeSort by: relevance | last modified time | path
    Searched refs:fis (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/dev/ata/
satafis_subr.c 70 satafis_rhd_construct_cmd(struct ata_command *ata_c, uint8_t *fis)
73 memset(fis, 0, RHD_FISLEN);
75 fis[fis_type] = RHD_FISTYPE;
76 fis[rhd_c] = RHD_C;
77 fis[rhd_command] = ata_c->r_command;
78 fis[rhd_features0] = (ata_c->r_features >> 0) & 0xff;
80 fis[rhd_lba0] = (ata_c->r_lba >> 0) & 0xff;
81 fis[rhd_lba1] = (ata_c->r_lba >> 8) & 0xff;
82 fis[rhd_lba2] = (ata_c->r_lba >> 16) & 0xff;
84 fis[rhd_dh] = ata_c->r_device
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-ixdp425.dts 34 compatible = "redboot-fis";
36 fis-index-block = <0x7f>;
intel-ixp43x-kixrp435.dts 30 compatible = "redboot-fis";
32 fis-index-block = <0x7f>;
intel-ixp42x-netgear-wg302v2.dts 50 compatible = "redboot-fis";
51 /* CHECKME: guess this is Redboot FIS */
52 fis-index-block = <0xff>;
intel-ixp42x-adi-coyote.dts 51 compatible = "redboot-fis";
52 /* CHECKME: guess this is Redboot FIS */
53 fis-index-block = <0x1ff>;
intel-ixp42x-iomega-nas100d.dts 104 compatible = "redboot-fis";
106 fis-index-block = <0x3f>;
gemini-nas4220b.dts 85 compatible = "redboot-fis";
87 fis-index-block = <0x1fc>;
intel-ixp42x-freecom-fsg-3.dts 95 compatible = "redboot-fis";
97 fis-index-block = <0x1f>;
intel-ixp42x-ixdpg425.dts 56 compatible = "redboot-fis";
57 /* CHECKME: guess this is Redboot FIS */
58 fis-index-block = <0x7f>;
intel-ixp42x-linksys-nslu2.dts 111 compatible = "redboot-fis";
113 fis-index-block = <0x3f>;
gemini-sq201.dts 135 compatible = "redboot-fis";
137 fis-index-block = <0x1fc>;
intel-ixp42x-arcom-vulcan.dts 60 compatible = "redboot-fis";
61 fis-index-block = <0x1ff>;
intel-ixp42x-gateworks-gw2348.dts 77 compatible = "redboot-fis";
79 fis-index-block = <0x7f>;
intel-ixp43x-gateworks-gw2358.dts 93 compatible = "redboot-fis";
95 fis-index-block = <0xff>;
gemini-sl93512r.dts 147 compatible = "redboot-fis";
149 fis-index-block = <0x1fc>;
  /src/sys/dev/ic/
siisata.c 736 /* read the signature out of the FIS */
888 /* read the signature out of the FIS */
1120 uint32_t fis[howmany(RDH_FISLEN,sizeof(uint32_t))]; local in function:siisata_cmd_done
1141 fis, __arraycount(fis));
1142 satafis_rdh_cmd_readreg(ata_c, (uint8_t *)fis);
1457 * XXX FIS-based switching
mvsata.c 571 /* XXX FIS-based switching */
3523 * [0]: Device to Host FIS with <ERR> or <DF> bit set to 1.
3524 * [2]: SDB FIS is received with <ERR> bit set to 1.
3796 uint8_t fis[RHD_FISLEN]; local in function:mvsata_edma_setup_crqb_gen2e
3810 satafis_rhd_construct_bio(xfer, fis);
3814 /* copy over the ATA command part of the fis */
3815 memcpy(&crqb->atacommand[2], &fis[rhd_command],

Completed in 20 milliseconds