Home
last modified time | relevance | path

Searched refs:sect_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c859 uint16_t sect_count = (cmd->xbytes / cmd->sector_size); in command_table_init() local
869 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() local
1148 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()
/openbmc/u-boot/tools/
H A Dmxsimage.c166 unsigned int sect_count; member
756 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()