Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm/
HDsavage_drv.h172 volatile uint32_t *status_ptr, *bci_ptr; member
499 #define BCI_LOCALS volatile uint32_t *bci_ptr;
503 bci_ptr = dev_priv->bci_ptr; \
506 #define BCI_WRITE( val ) *bci_ptr++ = (uint32_t)(val)
HDsavage_bci.c859 dev_priv->bci_ptr = (volatile uint32_t *) in savage_do_init_bci()