OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scsc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
cmdide.c
568
u_int8_t mode, off,
scsc
;
local
603
scsc
= pciide_pci_read(pc, pa, 0x8a);
604
if (drvp->UDMA_mode == 6 && (
scsc
& 0x30) == 0) {
605
pciide_pci_write(pc, pa, 0x8a,
scsc
| 0x01);
606
scsc
= pciide_pci_read(pc, pa, 0x8a);
607
if ((
scsc
& 0x30) == 0)
613
if (
scsc
& 0x30)
cmdide.c
568
u_int8_t mode, off,
scsc
;
local
603
scsc
= pciide_pci_read(pc, pa, 0x8a);
604
if (drvp->UDMA_mode == 6 && (
scsc
& 0x30) == 0) {
605
pciide_pci_write(pc, pa, 0x8a,
scsc
| 0x01);
606
scsc
= pciide_pci_read(pc, pa, 0x8a);
607
if ((
scsc
& 0x30) == 0)
613
if (
scsc
& 0x30)
Completed in 29 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026