Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ti/
H A Dif_tireg.h892 uint32_t ti_cmd:8; member
898 uint32_t ti_cmd:8;
949 cmd.ti_cmd = x; \
952 ti_cmd(sc, &cmd); \
956 cmd.ti_cmd = x; \
H A Dif_ti.c186 static void ti_cmd(struct ti_softc *, struct ti_cmd_desc *);
460 ti_cmd(struct ti_softc *sc, struct ti_cmd_desc *cmd) in ti_cmd() function