Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dadvlib.c776 val = ASC_GET_CHIP_CONTROL(iot, ioh) &
824 cc_val = ASC_GET_CHIP_CONTROL(iot, ioh) &
975 if ((ASC_GET_CHIP_CONTROL(iot, ioh) & ASC_CC_HALT) != 0)
1640 ctrl_reg = ASC_GET_CHIP_CONTROL(iot, ioh);
Dadvlib.h1283 #define ASC_GET_CHIP_CONTROL(iot, ioh) bus_space_read_1((iot), (ioh), ASC_IOP_CTRL) macro