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

/netbsd-current/sys/dev/ic/
H A Dpca9564var.h33 void (*write_byte)(device_t, int reg, uint8_t val); member in struct:pca9564_ios
H A Dpca9564.c60 #define CSR_WRITE(sc, r, v) (*sc->sc_ios.write_byte)(sc->sc_dev, r, v)
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Ddv-tx3904tmr.c374 unsigned_1 write_byte = ((const char*) source)[byte]; local
385 controller->tcr = (unsigned_4) (write_byte & 0xef);
398 SET_ITMR_TIIE(controller, write_byte & 0x80);
402 SET_ITMR_TZCE(controller, write_byte & 0x01);
410 controller->ccdr = write_byte & 0x07;
418 SET_PMGR_TPIBE(controller, write_byte & 0x80);
419 SET_PMGR_TPIAE(controller, write_byte & 0x40);
423 SET_PMGR_FFI(controller, write_byte & 0x01);
431 SET_WTMR_TWIE(controller, write_byte & 0x80);
435 SET_WTMR_WDIS(controller, write_byte
[all...]
H A Ddv-tx3904sio.c376 unsigned_1 write_byte = ((const unsigned char*) source)[byte]; local
380 /* HW_TRACE ((me, "byte %d %02x", reg_offset, write_byte)); */
386 SLCR_SET_BYTE(controller, reg_offset, write_byte);
399 SDICR_SET_BYTE(controller, reg_offset, write_byte);
422 SDISR_CLEAR_FLAG_BYTE(controller, reg_offset, write_byte);
435 SFCR_SET_BYTE(controller, reg_offset, write_byte);
444 SBGR_SET_BYTE(controller, reg_offset, write_byte);
451 tx3904sio_fifo_push(me, & controller->tx_fifo, write_byte);
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Ddv-tx3904tmr.c376 unsigned_1 write_byte = ((const char*) source)[byte]; local
387 controller->tcr = (unsigned_4) (write_byte & 0xef);
400 SET_ITMR_TIIE(controller, write_byte & 0x80);
404 SET_ITMR_TZCE(controller, write_byte & 0x01);
412 controller->ccdr = write_byte & 0x07;
420 SET_PMGR_TPIBE(controller, write_byte & 0x80);
421 SET_PMGR_TPIAE(controller, write_byte & 0x40);
425 SET_PMGR_FFI(controller, write_byte & 0x01);
433 SET_WTMR_TWIE(controller, write_byte & 0x80);
437 SET_WTMR_WDIS(controller, write_byte
[all...]
H A Ddv-tx3904sio.c379 unsigned_1 write_byte = ((const unsigned char*) source)[byte]; local
383 /* HW_TRACE ((me, "byte %d %02x", reg_offset, write_byte)); */
389 SLCR_SET_BYTE(controller, reg_offset, write_byte);
402 SDICR_SET_BYTE(controller, reg_offset, write_byte);
425 SDISR_CLEAR_FLAG_BYTE(controller, reg_offset, write_byte);
438 SFCR_SET_BYTE(controller, reg_offset, write_byte);
447 SBGR_SET_BYTE(controller, reg_offset, write_byte);
454 tx3904sio_fifo_push(me, & controller->tx_fifo, write_byte);
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_eeprom.c538 write_byte(device *me, function
719 write_byte(me, eeprom, address, byte);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_eeprom.c532 write_byte(device *me, function
713 write_byte(me, eeprom, address, byte);

Completed in 221 milliseconds