Lines Matching defs:h2d_register_fisp

2048 	ahci_fis_h2d_register_t *h2d_register_fisp;
2136 h2d_register_fisp =
2139 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
2146 SET_FIS_PMP(h2d_register_fisp, pmport);
2148 SET_FIS_CDMDEVCTL(h2d_register_fisp, 1);
2149 SET_FIS_COMMAND(h2d_register_fisp, scmd->satacmd_cmd_reg);
2150 SET_FIS_FEATURES(h2d_register_fisp, scmd->satacmd_features_reg);
2151 SET_FIS_SECTOR_COUNT(h2d_register_fisp, scmd->satacmd_sec_count_lsb);
2177 SET_FIS_SECTOR(h2d_register_fisp, scmd->satacmd_lba_low_lsb);
2180 SET_FIS_CYL_LOW(h2d_register_fisp, scmd->satacmd_lba_mid_lsb);
2183 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb);
2186 SET_FIS_DEV_HEAD(h2d_register_fisp, scmd->satacmd_device_reg);
2192 SET_FIS_SECTOR(h2d_register_fisp, scmd->satacmd_lba_low_lsb);
2195 SET_FIS_CYL_LOW(h2d_register_fisp, scmd->satacmd_lba_mid_lsb);
2198 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb);
2201 SET_FIS_SECTOR_EXP(h2d_register_fisp,
2205 SET_FIS_CYL_LOW_EXP(h2d_register_fisp,
2209 SET_FIS_CYL_HI_EXP(h2d_register_fisp,
2213 SET_FIS_DEV_HEAD(h2d_register_fisp,
2217 SET_FIS_SECTOR_COUNT_EXP(h2d_register_fisp,
2219 SET_FIS_FEATURES_EXP(h2d_register_fisp,
2235 SET_FIS_SECTOR_COUNT(h2d_register_fisp,
2349 ptr = (uint32_t *)h2d_register_fisp;
4943 ahci_fis_h2d_register_t *h2d_register_fisp;
5044 h2d_register_fisp =
5047 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
5048 SET_FIS_PMP(h2d_register_fisp, pmport);
5049 SET_FIS_DEVCTL(h2d_register_fisp, SATA_DEVCTL_SRST);
5107 h2d_register_fisp =
5110 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
5111 SET_FIS_PMP(h2d_register_fisp, pmport);