Lines Matching defs:h2d_register_fisp

2024 	ahci_fis_h2d_register_t *h2d_register_fisp;
2110 h2d_register_fisp =
2113 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
2120 SET_FIS_PMP(h2d_register_fisp, pmport);
2122 SET_FIS_CDMDEVCTL(h2d_register_fisp, 1);
2123 SET_FIS_COMMAND(h2d_register_fisp, scmd->satacmd_cmd_reg);
2124 SET_FIS_FEATURES(h2d_register_fisp, scmd->satacmd_features_reg);
2125 SET_FIS_SECTOR_COUNT(h2d_register_fisp, scmd->satacmd_sec_count_lsb);
2151 SET_FIS_SECTOR(h2d_register_fisp, scmd->satacmd_lba_low_lsb);
2154 SET_FIS_CYL_LOW(h2d_register_fisp, scmd->satacmd_lba_mid_lsb);
2157 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb);
2160 SET_FIS_DEV_HEAD(h2d_register_fisp, scmd->satacmd_device_reg);
2166 SET_FIS_SECTOR(h2d_register_fisp, scmd->satacmd_lba_low_lsb);
2169 SET_FIS_CYL_LOW(h2d_register_fisp, scmd->satacmd_lba_mid_lsb);
2172 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb);
2175 SET_FIS_SECTOR_EXP(h2d_register_fisp,
2179 SET_FIS_CYL_LOW_EXP(h2d_register_fisp,
2183 SET_FIS_CYL_HI_EXP(h2d_register_fisp,
2187 SET_FIS_DEV_HEAD(h2d_register_fisp,
2191 SET_FIS_SECTOR_COUNT_EXP(h2d_register_fisp,
2193 SET_FIS_FEATURES_EXP(h2d_register_fisp,
2209 SET_FIS_SECTOR_COUNT(h2d_register_fisp,
2323 ptr = (uint32_t *)h2d_register_fisp;
4894 ahci_fis_h2d_register_t *h2d_register_fisp;
4993 h2d_register_fisp =
4996 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
4997 SET_FIS_PMP(h2d_register_fisp, pmport);
4998 SET_FIS_DEVCTL(h2d_register_fisp, SATA_DEVCTL_SRST);
5056 h2d_register_fisp =
5059 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
5060 SET_FIS_PMP(h2d_register_fisp, pmport);