Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c770 val = REG_RD_IND(sc, BCE_SHM_HDR_SIGNATURE); in bce_attach()
774 sc->bce_shmem_base = REG_RD_IND(sc, in bce_attach()
2725 val = REG_RD_IND(sc, cpu_reg->mode); in bce_start_cpu()
2743 val = REG_RD_IND(sc, cpu_reg->mode); in bce_halt_cpu()
5829 sc->com_no_buffers = REG_RD_IND(sc, 0x120084); in bce_stats_update()
H A Dif_bcereg.h540 #define REG_RD_IND(sc, offset) bce_reg_rd_ind(sc, offset) macro