HomeSort by: relevance | last modified time | path
    Searched defs:chcr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/playstation2/ee/
dmac.c 267 bus_addr_t chcr = D_CHCR_REG(__dmac_channel_base[ch]); local in function:dmac_start_channel
276 /* access CHCR */
277 _reg_write_4(chcr, (_reg_read_4(chcr) | D_CHCR_STR));
287 bus_addr_t chcr = D_CHCR_REG(__dmac_channel_base[ch]); local in function:dmac_stop_channel
296 /* access CHCR */
297 _reg_write_4(chcr, (_reg_read_4(chcr) & ~D_CHCR_STR));
356 bus_addr_t chcr = D_CHCR_REG(__dmac_channel_base[ch]); local in function:dmac_bus_poll
358 while (_reg_read_4(chcr) & D_CHCR_STR
    [all...]

Completed in 15 milliseconds