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

/freebsd-10-stable/sys/dev/siba/
H A Dsiba_core.c137 static void siba_write_4_sub(struct siba_dev_softc *, uint16_t, uint32_t);
842 return (siba_write_4_sub(sd, offset, value));
846 siba_write_4_sub(struct siba_dev_softc *sd, uint16_t offset, uint32_t value) function
1752 siba_write_4_sub(spc->spc_dev, SIBA_INTR_MASK, 0);
1789 siba_write_4_sub(sd, SIBA_TGSLOW,
1795 siba_write_4_sub(sd, SIBA_TGSHIGH, 0);
1800 siba_write_4_sub(sd, SIBA_IAS, val);
1803 siba_write_4_sub(sd, SIBA_TGSLOW,
1808 siba_write_4_sub(sd, SIBA_TGSLOW, SIBA_TGSLOW_CLOCK | flags);
1855 siba_write_4_sub(s
[all...]
H A Dsibavar.h172 siba_write_4_sub((scc)->scc_dev, offset, val)

Completed in 52 milliseconds