Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispreg.h90 #define BIU2400_CSR (BIU_BLOCK+0x08) /* ISP Control/Status */ macro
H A Disp.c251 ISP_WRITE(isp, BIU2400_CSR, BIU2400_DMA_STOP|(3 << 4)); in isp_reset()
254 val = ISP_READ(isp, BIU2400_CSR); in isp_reset()
265 ISP_WRITE(isp, BIU2400_CSR, BIU2400_SOFT_RESET|BIU2400_DMA_STOP|(3 << 4)); in isp_reset()