Home
last modified time | relevance | path

Searched refs:sbase (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/rc/
Dwinbond-cir.c210 unsigned long sbase; /* Serial Port Baseaddr */ member
273 outb(bank, data->sbase + WBCIR_REG_SP3_BSR); in wbcir_select_bank()
283 outb(irqmask, data->sbase + WBCIR_REG_SP3_IER); in wbcir_set_irqmask()
377 outb(WBCIR_RX_DISABLE, data->sbase + WBCIR_REG_SP3_ASCR); in wbcir_idle_rx()
389 while (inb(data->sbase + WBCIR_REG_SP3_LSR) & WBCIR_RX_AVAIL) { in wbcir_irq_rx()
390 irdata = inb(data->sbase + WBCIR_REG_SP3_RXDATA); in wbcir_irq_rx()
459 outb(WBCIR_TX_UNDERRUN, data->sbase + WBCIR_REG_SP3_ASCR); in wbcir_irq_tx()
466 outsb(data->sbase + WBCIR_REG_SP3_TXDATA, bytes, used - 1); in wbcir_irq_tx()
467 outb(WBCIR_TX_EOT, data->sbase + WBCIR_REG_SP3_ASCR); in wbcir_irq_tx()
468 outb(bytes[used - 1], data->sbase + WBCIR_REG_SP3_TXDATA); in wbcir_irq_tx()
[all …]
/linux-4.4.14/drivers/video/fbdev/
Dsh7760fb.c203 unsigned long sbase, dstn_off, ldsarl, stride; in sh7760fb_set_par() local
298 sbase = (unsigned long)par->fbdma; in sh7760fb_set_par()
300 sbase += (hdcn - 1) * stride; in sh7760fb_set_par()
302 iowrite32(sbase, par->base + LDSARU); in sh7760fb_set_par()
320 ldsarl = sbase + dstn_off; in sh7760fb_set_par()
342 dev_dbg(info->dev, "ldsaru: 0x%08lx ldsarl: 0x%08lx\n", sbase, ldsarl); in sh7760fb_set_par()
/linux-4.4.14/drivers/hwmon/pmbus/
Dpmbus_core.c974 int sbase; /* status base register */ member
1012 attr->sbase + page, l->sbit); in pmbus_add_limit_attrs()
1206 .sbase = PB_STATUS_INPUT_BASE,
1216 .sbase = PB_STATUS_VMON_BASE,
1231 .sbase = PB_STATUS_VOUT_BASE,
1310 .sbase = PB_STATUS_INPUT_BASE,
1320 .sbase = PB_STATUS_IOUT_BASE,
1394 .sbase = PB_STATUS_INPUT_BASE,
1404 .sbase = PB_STATUS_IOUT_BASE,
1523 .sbase = PB_STATUS_TEMP_BASE,
[all …]
/linux-4.4.14/mm/
Dhugetlb.c4146 unsigned long sbase = saddr & PUD_MASK; in page_table_shareable() local
4147 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable()
4159 sbase < svma->vm_start || svma->vm_end < s_end) in page_table_shareable()