Searched refs:sect_count (Results 1 – 2 of 2) sorted by relevance
859 uint16_t sect_count = (cmd->xbytes / cmd->sector_size); in command_table_init() local869 ncqfis->sector_low = sect_count & 0xFF; in command_table_init()870 ncqfis->sector_hi = (sect_count >> 8) & 0xFF; in command_table_init()1139 uint16_t sect_count; in ahci_command_set_sizes() local1148 sect_count = (cmd->xbytes / cmd->sector_size); in ahci_command_set_sizes()1152 nfis->sector_low = sect_count & 0xFF; in ahci_command_set_sizes()1153 nfis->sector_hi = (sect_count >> 8) & 0xFF; in ahci_command_set_sizes()1160 if (cmd->props->pio && sect_count > (cmd->props->read ? 0 : 1)) { in ahci_command_set_sizes()1163 cmd->fis.count = sect_count; in ahci_command_set_sizes()
166 unsigned int sect_count; member756 ictx->sect_count++; in sb_build_section()1368 hdr->section_count = ictx->sect_count; in sb_postfill_image_header()2263 ictx->sect_count * sizeof(struct sb_sections_header) + in sb_build_image()