Searched refs:PP_PUTB (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ecppvar.h | 409 #define PP_PUTB(x, y, z) ddi_put8(x, y, z) macro 422 #define DCR_WRITE(pp, val) PP_PUTB((pp)->i_handle, &(pp)->i_reg->dcr, val) 424 if (!pp->noecpregs) PP_PUTB((pp)->f_handle, &(pp)->f_reg->ecr, val) 426 PP_PUTB((pp)->i_handle, &(pp)->i_reg->ir.datar, val) 428 if (!pp->noecpregs) PP_PUTB((pp)->f_handle, &(pp)->f_reg->fr.dfifo, val) 430 if (!pp->noecpregs) PP_PUTB((pp)->f_handle, &(pp)->f_reg->fr.tfifo, val)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ecpp.c | 5440 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num); in pc87332_read_config_reg() 5449 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num); in pc87332_write_config_reg() 5450 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val); in pc87332_write_config_reg() 5458 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val); in pc87332_write_config_reg() 5576 PP_PUTB(pp->uh.ebus.c2_handle, in pc97317_config_chip() 5578 PP_PUTB(pp->uh.ebus.c2_handle, &pp->uh.ebus.c2_reg->edr, 0x80); in pc97317_config_chip()
|