Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.h82 uint8_t counth; // Count register, 15:8 member
119 uint8_t counth; // Count register, 15:8 member
170 uint8_t counth; // Count register, 15:8 member
Dahci.c390 cmdfis->counth = (count >> 8) & 0xFF; in ahci_read()
481 cmdfis->counth = count >> 8; in ahci_write()