Searched refs:cfis (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c49 grub_uint8_t cfis[0x40]; member in struct:grub_ahci_cmd_table
577 dev->command_table[0].cfis[0] = GRUB_AHCI_FIS_REG_H2D;
578 dev->command_table[0].cfis[1] = 0x80;
580 dev->command_table[0].cfis[register_map[i]] = parms->taskfile.raw[i];
582 grub_dprintf ("ahci", "cfis: %02x %02x %02x %02x %02x %02x %02x %02x\n",
583 dev->command_table[0].cfis[0], dev->command_table[0].cfis[1],
584 dev->command_table[0].cfis[2], dev->command_table[0].cfis[3],
585 dev->command_table[0].cfis[
[all...]

Completed in 21 milliseconds