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

  /src/sys/dev/ic/
advlib.c 1000 ASC_SET_CHIP_LRAM_DATA(iot, ioh, data);
1024 ASC_SET_CHIP_LRAM_DATA(iot, ioh, (u_int16_t) (data & 0x0000FFFF));
1025 ASC_SET_CHIP_LRAM_DATA(iot, ioh, (u_int16_t) (data >> 16));
1037 ASC_SET_CHIP_LRAM_DATA(iot, ioh, s_words);
1076 ASC_SET_CHIP_LRAM_DATA(iot, ioh, LO_WORD(*pw));
1078 ASC_SET_CHIP_LRAM_DATA(iot, ioh, HI_WORD(*pw));
1110 ASC_SET_CHIP_LRAM_DATA(iot, ioh, 0x55AA);
2569 ASC_SET_CHIP_LRAM_DATA(iot, ioh, val);
2571 ASC_SET_CHIP_LRAM_DATA(iot, ioh, val);
2573 ASC_SET_CHIP_LRAM_DATA(iot, ioh, val)
    [all...]
advlib.h 1270 #define ASC_SET_CHIP_LRAM_DATA(iot, ioh, data) bus_space_write_2((iot), (ioh), ASC_IOP_RAM_DATA, data)

Completed in 16 milliseconds