Home
last modified time | relevance | path

Searched refs:write_byte (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/usr.bin/dtc/
H A Ddtb.cc207 write_byte(v); in write_data()
219 write_byte((v >> 24) & 0xff); in write_data()
220 write_byte((v >> 16) & 0xff); in write_data()
221 write_byte((v >> 8) & 0xff); in write_data()
222 write_byte((v >> 0) & 0xff); in write_data()
234 write_byte((v >> 56) & 0xff); in write_data()
235 write_byte((v >> 48) & 0xff); in write_data()
236 write_byte((v >> 40) & 0xff); in write_data()
237 write_byte((v >> 32) & 0xff); in write_data()
240 write_byte((v >> 8) & 0xff); in write_data()
[all …]
H A Ddtb.hh250 void write_byte(uint8_t b);
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c36 iic_dp_aux_transaction(device_t idev, int mode, uint8_t write_byte, in iic_dp_aux_transaction() argument
43 ret = (*aux_data->aux_ch)(idev, mode, write_byte, read_byte); in iic_dp_aux_transaction()
223 int (*ch)(device_t idev, int mode, uint8_t write_byte, uint8_t *read_byte), in iic_dp_aux_add_bus() argument
H A Ddrm_dp_helper.h317 int (*aux_ch)(device_t adapter, int mode, uint8_t write_byte,
323 int (*ch)(device_t idev, int mode, uint8_t write_byte, uint8_t *read_byte),
/freebsd-12.1/sys/dev/nand/
H A Dnfc_if.m88 METHOD void write_byte {
/freebsd-12.1/sys/dev/drm2/radeon/
H A Datombios_dp.c202 int radeon_dp_i2c_aux_ch(device_t dev, int mode, u8 write_byte, u8 *read_byte) in radeon_dp_i2c_aux_ch() argument
231 msg[4] = write_byte; in radeon_dp_i2c_aux_ch()
H A Dradeon_mode.h533 u8 write_byte, u8 *read_byte);
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_dp.c568 uint8_t write_byte, uint8_t *read_byte) in intel_dp_i2c_aux_ch() argument
596 msg[4] = write_byte; in intel_dp_i2c_aux_ch()