Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ti/
H A Dif_ti.c468 CSR_WRITE_4(sc, TI_GCR_CMDRING + (index * 4), *(uint32_t *)(cmd)); in ti_cmd()
488 CSR_WRITE_4(sc, TI_GCR_CMDRING + (index * 4), *(uint32_t *)(cmd)); in ti_cmd_ext()
491 CSR_WRITE_4(sc, TI_GCR_CMDRING + (index * 4), in ti_cmd_ext()
1258 (struct ti_cmd_desc *)(sc->ti_vhandle + TI_GCR_CMDRING); in ti_gibinit()
1259 TI_HOSTADDR(rcb->ti_hostaddr) = TI_GCR_NIC_ADDR(TI_GCR_CMDRING); in ti_gibinit()
1263 CSR_WRITE_4(sc, TI_GCR_CMDRING + (i * 4), 0); in ti_gibinit()
H A Dif_tireg.h321 #define TI_GCR_CMDRING 0x700 macro