OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASC_GET_CHIP_STATUS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
advlib.c
378
if (
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_AUTO_CONFIG) {
524
if (
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_AUTO_CONFIG) {
682
while (
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_SCSI_RESET_ACTIVE);
788
if ((
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_HALTED) != 0)
805
if ((
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_HALTED) == 0)
916
if ((
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_HALTED) != 0)
1472
chipstat =
ASC_GET_CHIP_STATUS
(iot, ioh);
1479
while (
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_SCSI_RESET_ACTIVE);
1485
chipstat =
ASC_GET_CHIP_STATUS
(iot, ioh);
1986
while (
ASC_GET_CHIP_STATUS
(iot, ioh) & ASC_CSW_INT_PENDING)
[
all
...]
advlib.h
1280
#define
ASC_GET_CHIP_STATUS
(iot, ioh) (u_int16_t)bus_space_read_2((iot), (ioh), ASC_IOP_STATUS)
1288
#define ASC_IS_INT_PENDING(iot, ioh) (
ASC_GET_CHIP_STATUS
((iot), (ioh)) & (ASC_CSW_INT_PENDING | ASC_CSW_SCSI_RESET_LATCH))
Completed in 48 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025