Symbol: ahci_pread
sys/arch/armv7/sunxi/sxiahci.c
224
r = ahci_pread(ap, SXIAHCI_PREG_DMA);
sys/arch/armv7/sunxi/sxiahci.c
58
extern u_int32_t ahci_pread(struct ahci_port *, bus_size_t);
sys/dev/ic/ahci.c
1009
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
1019
if (ISSET(ahci_pread(ap, AHCI_PREG_TFD), AHCI_PREG_TFD_STS_BSY |
sys/dev/ic/ahci.c
1024
ahci_pwrite(ap, AHCI_PREG_SERR, ahci_pread(ap, AHCI_PREG_SERR));
sys/dev/ic/ahci.c
1075
PORTNAME(ap), ahci_pread(ap, AHCI_PREG_TFD),
sys/dev/ic/ahci.c
1246
r = ahci_pread(ap, AHCI_PREG_SERR);
sys/dev/ic/ahci.c
1256
mask = ahci_pread(ap, AHCI_PREG_CI);
sys/dev/ic/ahci.c
1258
mask |= ahci_pread(ap, AHCI_PREG_SACT);
sys/dev/ic/ahci.c
128
u_int32_t ahci_pread(struct ahci_port *, bus_size_t);
sys/dev/ic/ahci.c
1315
sig = ahci_pread(ap, AHCI_PREG_SIG);
sys/dev/ic/ahci.c
1338
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
1451
ap->ap_saved_cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
1466
if ((ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) !=
sys/dev/ic/ahci.c
1493
if (ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) {
sys/dev/ic/ahci.c
1502
ahci_pwrite(ap, AHCI_PREG_SERR, ahci_pread(ap, AHCI_PREG_SERR));
sys/dev/ic/ahci.c
1578
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
1587
r = ahci_pread(ap, AHCI_PREG_SERR);
sys/dev/ic/ahci.c
1596
r = ahci_pread(ap, AHCI_PREG_SERR);
sys/dev/ic/ahci.c
1659
r = ahci_pread(ap, AHCI_PREG_SERR);
sys/dev/ic/ahci.c
1728
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
2053
is = ahci_pread(ap, AHCI_PREG_IS);
sys/dev/ic/ahci.c
2067
ci_saved = ahci_pread(ap, AHCI_PREG_SACT);
sys/dev/ic/ahci.c
2071
ci_saved = ahci_pread(ap, AHCI_PREG_CI);
sys/dev/ic/ahci.c
2082
tfd = ahci_pread(ap, AHCI_PREG_TFD);
sys/dev/ic/ahci.c
2083
cmd = ahci_pread(ap, AHCI_PREG_CMD);
sys/dev/ic/ahci.c
2084
serr = ahci_pread(ap, AHCI_PREG_SERR);
sys/dev/ic/ahci.c
2104
tfd = ahci_pread(ap, AHCI_PREG_TFD);
sys/dev/ic/ahci.c
2105
serr = ahci_pread(ap, AHCI_PREG_SERR);
sys/dev/ic/ahci.c
2109
err_slot = AHCI_PREG_CMD_CCS(ahci_pread(ap,
sys/dev/ic/ahci.c
2149
is = ahci_pread(ap, AHCI_PREG_IS);
sys/dev/ic/ahci.c
2259
slot = AHCI_PREG_CMD_CCS(ahci_pread(ap, AHCI_PREG_CMD));
sys/dev/ic/ahci.c
2438
sact = ahci_pread(ap, AHCI_PREG_SACT);
sys/dev/ic/ahci.c
2441
KASSERT(ahci_pread(ap, AHCI_PREG_CI) == 0);
sys/dev/ic/ahci.c
2482
sact = ahci_pread(ap, AHCI_PREG_SACT);
sys/dev/ic/ahci.c
2485
KASSERT(ahci_pread(ap, AHCI_PREG_CI) == 0);
sys/dev/ic/ahci.c
2514
sact = ahci_pread(ap, AHCI_PREG_SACT);
sys/dev/ic/ahci.c
2517
KASSERT(ahci_pread(ap, AHCI_PREG_CI) == 0);
sys/dev/ic/ahci.c
2541
sact = ahci_pread(ap, AHCI_PREG_SACT);
sys/dev/ic/ahci.c
2544
KASSERT(ahci_pread(ap, AHCI_PREG_CI) == 0);
sys/dev/ic/ahci.c
2566
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
2754
if ((ahci_pread(ap, r) & mask) == target)
sys/dev/ic/ahci.c
2936
} else if (!ISSET(ahci_pread(ap, ncq_cmd ? AHCI_PREG_SACT :
sys/dev/ic/ahci.c
3135
is = ahci_pread(ap, AHCI_PREG_IS);
sys/dev/ic/ahci.c
3137
ci_saved = ahci_pread(ap, AHCI_PREG_CI);
sys/dev/ic/ahci.c
3143
tfd = ahci_pread(ap, AHCI_PREG_TFD);
sys/dev/ic/ahci.c
3144
cmd = ahci_pread(ap, AHCI_PREG_CMD);
sys/dev/ic/ahci.c
3309
cmd = ahci_pread(my->ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
3316
cmd = ahci_pread(my->ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
3360
ahci_pwrite(my->ap, AHCI_PREG_IS, ahci_pread(my->ap,
sys/dev/ic/ahci.c
531
cmd = ahci_pread(ap, AHCI_PREG_CMD);
sys/dev/ic/ahci.c
534
ISSET(ahci_pread(ap, AHCI_PREG_SCTL), AHCI_PREG_SCTL_DET)) {
sys/dev/ic/ahci.c
561
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
566
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
657
switch (ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) {
sys/dev/ic/ahci.c
676
ahci_pread(ap, AHCI_PREG_TFD), AHCI_PFMT_TFD_STS);
sys/dev/ic/ahci.c
695
switch(ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_SPD) {
sys/dev/ic/ahci.c
720
ahci_pwrite(ap, AHCI_PREG_IS, ahci_pread(ap, AHCI_PREG_IS));
sys/dev/ic/ahci.c
739
ahci_pwrite(ap, AHCI_PREG_IS, ahci_pread(ap, AHCI_PREG_IS));
sys/dev/ic/ahci.c
785
cmd = ahci_pread(ap, AHCI_PREG_CMD);
sys/dev/ic/ahci.c
788
ISSET(ahci_pread(ap, AHCI_PREG_SCTL), AHCI_PREG_SCTL_DET)) {
sys/dev/ic/ahci.c
810
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
815
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
833
switch (ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) {
sys/dev/ic/ahci.c
852
ahci_pread(ap, AHCI_PREG_TFD), AHCI_PFMT_TFD_STS);
sys/dev/ic/ahci.c
898
ahci_pwrite(ap, AHCI_PREG_IS, ahci_pread(ap, AHCI_PREG_IS));
sys/dev/ic/ahci.c
913
r = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
946
r = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;
sys/dev/ic/ahci.c
976
cmd = ahci_pread(ap, AHCI_PREG_CMD) & ~AHCI_PREG_CMD_ICC;