HomeSort by: relevance | last modified time | path
    Searched refs:r_device (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ata/
satafis_subr.c 84 fis[rhd_dh] = ata_c->r_device;
90 fis[rhd_dh] = (ata_c->r_device & 0xf0) |
185 ata_c->r_device = fis[rdh_dh];
188 ata_c->r_device = fis[rdh_dh] & 0xf0;
satapmp_subr.c 68 xfer->c_ata_c.r_device = port;
137 xfer->c_ata_c.r_device = port;
ata_recovery.c 100 xfer->c_ata_c.r_device = WDSD_LBA;
atavar.h 98 uint8_t r_device; /* before & after */ member in struct:ata_command
wd.c 2178 wi->wi_atareq.head = (xfer->c_ata_c.r_device & 0xf0) |
  /src/sys/dev/ic/
wdc.c 1463 ata_c->r_device & ~0x10);
1656 ata_c->r_device = bus_space_read_1(wdr->cmd_iot,
1690 (uint64_t)(ata_c->r_device & 0x0f) << 24;
1692 ata_c->r_device &= 0xf0;
mvsata.c 1608 " r_device=0x%02x, r_command=0x%02x\n",
1612 ata_c->r_features, ata_c->r_device, ata_c->r_command));
1665 ata_c->r_device & ~0x10);
1881 ata_c->r_device = MVSATA_WDC_READ_1(mvport, SRB_H);
1907 (uint64_t)(ata_c->r_device & 0x0f) << 24;

Completed in 37 milliseconds