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

  /src/sys/dev/ic/
advlib.c 823 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg_lsw);
1876 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg & (~ASC_CFG0_HOST_INT_ON));
1886 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg | ASC_CFG0_HOST_INT_ON);
1941 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg_lsw);
1945 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg_lsw);
1956 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg_lsw);
2035 ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg_lsw);
advlib.h 1261 #define ASC_SET_CHIP_CFG_LSW(iot, ioh, data) bus_space_write_2((iot), (ioh), ASC_IOP_CONFIG_LOW, data)

Completed in 17 milliseconds