Searched refs:cntl (Results 1 – 5 of 5) sorted by relevance
/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 92 in_8(&iic->cntl), in_8(&iic->mdcntl), in_8(&iic->sts), in dump_iic_regs() 165 out_8(&iic->cntl, 0); in iic_dev_init() 385 out_8(&iic->cntl, CNTL_HMT); in iic_abort_xfer() 468 u8 cntl = (in_8(&iic->cntl) & CNTL_AMD) | CNTL_PT; in iic_xfer_bytes() local 470 cntl |= CNTL_RW; in iic_xfer_bytes() 475 u8 cmd = cntl | ((count - 1) << CNTL_TCT_SHIFT); in iic_xfer_bytes() 477 if (!(cntl & CNTL_RW)) in iic_xfer_bytes() 489 out_8(&iic->cntl, cmd); in iic_xfer_bytes() 508 if (cntl & CNTL_RW) in iic_xfer_bytes() 528 out_8(&iic->cntl, CNTL_AMD); in iic_address() [all …]
|
D | i2c-ibm_iic.h | 32 u8 cntl; member
|
/drivers/video/ |
D | amba-clcd.c | 86 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable() argument 96 cntl |= CNTL_LCDEN; in clcdfb_enable() 97 writel(cntl, fb->regs + CLCD_CNTL); in clcdfb_enable() 104 cntl |= CNTL_LCDPWR; in clcdfb_enable() 105 writel(cntl, fb->regs + CLCD_CNTL); in clcdfb_enable() 148 if (fb->panel->cntl & CNTL_LCDTFT) { in clcdfb_set_bitfields() 165 if (fb->panel->cntl & CNTL_BGR) { in clcdfb_set_bitfields() 224 fb->clcd_cntl = regs.cntl; in clcdfb_set_par() 226 clcdfb_enable(fb, regs.cntl); in clcdfb_set_par()
|
D | macfb.c | 97 unsigned char cntl; /* a guess as to purpose */ member 310 nubus_writeb(0xFF, &rbv_cmap_regs->cntl); nop(); in rbv_setpalette()
|
/drivers/scsi/ |
D | advansys.c | 306 uchar cntl; member 350 uchar cntl; member 413 uchar cntl; member 665 ushort cntl; member 1843 uchar cntl; /* Ucode flags and state (ASC_MC_QC_*). */ member 2701 q->cntl, (ulong)le32_to_cpu(q->data_addr), (ulong)q->vdata_addr); in asc_prt_adv_scsi_req_q() 3175 " cntl 0x%x, no_scam 0x%x\n", ep->cntl, ep->no_scam); in asc_prt_asc_board_eeprom() 8424 scsiq->cntl = 0; in AdvISR() 8962 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscIsrChipHalted() 8986 scsi_sg_q.cntl |= QCSG_SG_XFER_MORE; in AscIsrChipHalted() [all …]
|