Searched refs:bytep (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Di2cvar.h213 #define iic_read_byte(ic, bytep, flags) \
214 (*(ic)->ic_read_byte)((ic)->ic_cookie, (bytep), (flags))
/netbsd-current/sys/arch/arm/xscale/
H A Diopi2c.c199 iopiic_read_byte(void *cookie, uint8_t *bytep, int flags) argument
209 *bytep = bus_space_read_4(sc->sc_st, sc->sc_sh, IIC_IDBR);
H A Dpxa2x0_i2c.c498 pxa2x0_i2c_read_byte(struct pxa2x0_i2c_softc *sc, uint8_t *bytep, int flags) argument
512 *bytep = CSR_READ_4(sc, I2C_IDBR);
/netbsd-current/sys/arch/zaurus/dev/
H A Dziic.c183 pxaiic_read_byte(void *cookie, uint8_t *bytep, int flags) argument
188 return pxa2x0_i2c_read_byte(psc, bytep, flags);
/netbsd-current/sys/arch/arm/iomd/
H A Diomdiic.c196 iomdiic_read_byte(void *cookie, uint8_t *bytep, int flags) argument
199 return (i2c_bitbang_read_byte(cookie, bytep, flags, &iomdiic_bbops));
/netbsd-current/sys/dev/ic/
H A Dpca9564.c234 pca9564_read_byte(void *cookie, uint8_t *bytep, int flags) argument
247 *bytep = CSR_READ(sc, PCA9564_I2CDAT);
249 CSR_READ(sc, PCA9564_I2CSTA), *bytep));
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_i2c.c308 exynos_i2c_read_byte(void *cookie, uint8_t *bytep, int flags) argument
318 *bytep = I2C_READ(sc, IICDS) & 0xff;
/netbsd-current/sys/arch/evbarm/armadillo/
H A Darmadillo9_iic.c155 armadillo9iic_read_byte(void *cookie, uint8_t *bytep, int flags) argument
157 return i2c_bitbang_read_byte(cookie, bytep, flags,
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_i2c.c342 linux_i2cbb_read_byte(void *cookie, uint8_t *bytep, int flags)
345 return i2c_bitbang_read_byte(cookie, bytep, flags, &linux_i2cbb_ops);
337 linux_i2cbb_read_byte(void *cookie, uint8_t *bytep, int flags) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rl78.c238 int bytep, bitp; local
253 bytep = pos / 8;
264 gas_assert (bytep < rl78_bytes.n_base);
265 rl78_bytes.base[bytep] |= svalm;
269 bytep ++;
273 gas_assert (bytep < rl78_bytes.n_base);
274 rl78_bytes.base[bytep] |= valm;
H A Dtc-rx.c885 int bytep, bitp;
900 bytep = pos / 8;
911 gas_assert (bytep < rx_bytes.n_base);
912 rx_bytes.base[bytep] |= svalm;
916 bytep ++;
920 gas_assert (bytep < rx_bytes.n_base);
921 rx_bytes.base[bytep] |= valm;
884 int bytep, bitp; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rl78.c238 int bytep, bitp; local
253 bytep = pos / 8;
264 gas_assert (bytep < rl78_bytes.n_base);
265 rl78_bytes.base[bytep] |= svalm;
269 bytep ++;
273 gas_assert (bytep < rl78_bytes.n_base);
274 rl78_bytes.base[bytep] |= valm;
H A Dtc-rx.c884 int bytep, bitp;
899 bytep = pos / 8;
910 gas_assert (bytep < rx_bytes.n_base);
911 rx_bytes.base[bytep] |= svalm;
915 bytep ++;
919 gas_assert (bytep < rx_bytes.n_base);
920 rx_bytes.base[bytep] |= valm;
883 int bytep, bitp; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rl78.c238 int bytep, bitp; local
253 bytep = pos / 8;
264 gas_assert (bytep < rl78_bytes.n_base);
265 rl78_bytes.base[bytep] |= svalm;
269 bytep ++;
273 gas_assert (bytep < rl78_bytes.n_base);
274 rl78_bytes.base[bytep] |= valm;
H A Dtc-rx.c884 int bytep, bitp;
899 bytep = pos / 8;
910 gas_assert (bytep < rx_bytes.n_base);
911 rx_bytes.base[bytep] |= svalm;
915 bytep ++;
919 gas_assert (bytep < rx_bytes.n_base);
920 rx_bytes.base[bytep] |= valm;
883 int bytep, bitp; local
/netbsd-current/sys/dev/gpio/
H A Dgpioiic.c241 gpioiic_i2c_read_byte(void *cookie, uint8_t *bytep, int flags) argument
243 return i2c_bitbang_read_byte(cookie, bytep, flags, &gpioiic_bbops);
/netbsd-current/sys/arch/mips/atheros/dev/
H A Darspi.c394 arspi_get_byte(struct spi_chunk **chunkp, uint8_t *bytep) argument
416 *bytep = *chunk->chunk_wptr;

Completed in 301 milliseconds