Searched refs:bktr_reg_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/bktr/
H A Dbktr_reg.h704 typedef struct bktr_softc bktr_reg_t; typedef in typeref:struct:bktr_softc
H A Dbktr_core.c425 static bool_t getline(bktr_reg_t *, int);
426 static bool_t notclipped(bktr_reg_t * , int , int);
427 static bool_t split(bktr_reg_t *, volatile uint32_t **, int, u_long, int,
2604 static bool_t notclipped (bktr_reg_t * bktr, int x, int width) {
2631 static bool_t getline(bktr_reg_t *bktr, int x ) {
2675 static bool_t split(bktr_reg_t * bktr, volatile uint32_t **dma_prog, int width ,

Completed in 110 milliseconds