Lines Matching refs:dev_dbg
201 dev_dbg(dev, "Descriptor struct: %p\n", desc); in __ismt_desc_dump()
202 dev_dbg(dev, "\ttgtaddr_rw=0x%02X\n", desc->tgtaddr_rw); in __ismt_desc_dump()
203 dev_dbg(dev, "\twr_len_cmd=0x%02X\n", desc->wr_len_cmd); in __ismt_desc_dump()
204 dev_dbg(dev, "\trd_len= 0x%02X\n", desc->rd_len); in __ismt_desc_dump()
205 dev_dbg(dev, "\tcontrol= 0x%02X\n", desc->control); in __ismt_desc_dump()
206 dev_dbg(dev, "\tstatus= 0x%02X\n", desc->status); in __ismt_desc_dump()
207 dev_dbg(dev, "\tretry= 0x%02X\n", desc->retry); in __ismt_desc_dump()
208 dev_dbg(dev, "\trxbytes= 0x%02X\n", desc->rxbytes); in __ismt_desc_dump()
209 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
210 dev_dbg(dev, "\tdptr_low= 0x%08X\n", desc->dptr_low); in __ismt_desc_dump()
211 dev_dbg(dev, "\tdptr_high= 0x%08X\n", desc->dptr_high); in __ismt_desc_dump()
222 dev_dbg(dev, "Dump of the descriptor struct: 0x%X\n", priv->head); in ismt_desc_dump()
234 dev_dbg(dev, "Dump of the iSMT General Registers\n"); in ismt_gen_reg_dump()
235 dev_dbg(dev, " GCTRL.... : (0x%p)=0x%X\n", in ismt_gen_reg_dump()
238 dev_dbg(dev, " SMTICL... : (0x%p)=0x%016llX\n", in ismt_gen_reg_dump()
241 dev_dbg(dev, " ERRINTMSK : (0x%p)=0x%X\n", in ismt_gen_reg_dump()
244 dev_dbg(dev, " ERRAERMSK : (0x%p)=0x%X\n", in ismt_gen_reg_dump()
247 dev_dbg(dev, " ERRSTS... : (0x%p)=0x%X\n", in ismt_gen_reg_dump()
250 dev_dbg(dev, " ERRINFO.. : (0x%p)=0x%X\n", in ismt_gen_reg_dump()
263 dev_dbg(dev, "Dump of the iSMT Master Registers\n"); in ismt_mstr_reg_dump()
264 dev_dbg(dev, " MDBA..... : (0x%p)=0x%016llX\n", in ismt_mstr_reg_dump()
267 dev_dbg(dev, " MCTRL.... : (0x%p)=0x%X\n", in ismt_mstr_reg_dump()
270 dev_dbg(dev, " MSTS..... : (0x%p)=0x%X\n", in ismt_mstr_reg_dump()
273 dev_dbg(dev, " MDS...... : (0x%p)=0x%X\n", in ismt_mstr_reg_dump()
276 dev_dbg(dev, " RPOLICY.. : (0x%p)=0x%X\n", in ismt_mstr_reg_dump()
279 dev_dbg(dev, " SPGT..... : (0x%p)=0x%X\n", in ismt_mstr_reg_dump()
324 dev_dbg(&priv->pci_dev->dev, "Processing completed descriptor\n"); in ismt_process_desc()
412 dev_dbg(dev, "I2C_SMBUS_QUICK\n"); in ismt_access()
421 dev_dbg(dev, "I2C_SMBUS_BYTE: WRITE\n"); in ismt_access()
426 dev_dbg(dev, "I2C_SMBUS_BYTE: READ\n"); in ismt_access()
439 dev_dbg(dev, "I2C_SMBUS_BYTE_DATA: WRITE\n"); in ismt_access()
447 dev_dbg(dev, "I2C_SMBUS_BYTE_DATA: READ\n"); in ismt_access()
459 dev_dbg(dev, "I2C_SMBUS_WORD_DATA: WRITE\n"); in ismt_access()
468 dev_dbg(dev, "I2C_SMBUS_WORD_DATA: READ\n"); in ismt_access()
478 dev_dbg(dev, "I2C_SMBUS_PROC_CALL\n"); in ismt_access()
491 dev_dbg(dev, "I2C_SMBUS_BLOCK_DATA: WRITE\n"); in ismt_access()
500 dev_dbg(dev, "I2C_SMBUS_BLOCK_DATA: READ\n"); in ismt_access()
519 dev_dbg(dev, "I2C_SMBUS_I2C_BLOCK_DATA: WRITE\n"); in ismt_access()
528 dev_dbg(dev, "I2C_SMBUS_I2C_BLOCK_DATA: READ\n"); in ismt_access()
552 dev_dbg(dev, " dev=%p\n", dev); in ismt_access()
553 dev_dbg(dev, " data=%p\n", data); in ismt_access()
554 dev_dbg(dev, " dma_buffer=%p\n", priv->dma_buffer); in ismt_access()
555 dev_dbg(dev, " dma_size=%d\n", dma_size); in ismt_access()
556 dev_dbg(dev, " dma_direction=%d\n", dma_direction); in ismt_access()
569 dev_dbg(dev, " dma_addr = 0x%016llX\n", in ismt_access()
712 dev_dbg(dev, "Setting SMBus clock to 80 kHz\n"); in ismt_hw_init()
718 dev_dbg(dev, "Setting SMBus clock to 100 kHz\n"); in ismt_hw_init()
724 dev_dbg(dev, "Setting SMBus clock to 400 kHz\n"); in ismt_hw_init()
730 dev_dbg(dev, "Setting SMBus clock to 1000 kHz\n"); in ismt_hw_init()
756 dev_dbg(dev, "SMBus clock is running at %d kHz\n", bus_speed); in ismt_hw_init()
887 dev_dbg(&priv->pci_dev->dev, " start=0x%lX\n", start); in ismt_probe()
888 dev_dbg(&priv->pci_dev->dev, " len=0x%lX\n", len); in ismt_probe()