Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dwinbond-cir.c196 unsigned long sbase; /* Serial Port Baseaddr */ member
244 outb(bank, data->sbase + WBCIR_REG_SP3_BSR); in wbcir_select_bank()
254 outb(irqmask, data->sbase + WBCIR_REG_SP3_IER); in wbcir_set_irqmask()
348 outb(WBCIR_RX_DISABLE, data->sbase + WBCIR_REG_SP3_ASCR); in wbcir_idle_rx()
359 while (inb(data->sbase + WBCIR_REG_SP3_LSR) & WBCIR_RX_AVAIL) { in wbcir_irq_rx()
360 irdata = inb(data->sbase + WBCIR_REG_SP3_RXDATA); in wbcir_irq_rx()
428 outb(WBCIR_TX_UNDERRUN, data->sbase + WBCIR_REG_SP3_ASCR); in wbcir_irq_tx()
435 outsb(data->sbase + WBCIR_REG_SP3_TXDATA, bytes, used - 1); in wbcir_irq_tx()
436 outb(WBCIR_TX_EOT, data->sbase + WBCIR_REG_SP3_ASCR); in wbcir_irq_tx()
437 outb(bytes[used - 1], data->sbase + WBCIR_REG_SP3_TXDATA); in wbcir_irq_tx()
[all …]
/linux/drivers/video/fbdev/
H A Dsh7760fb.c202 unsigned long sbase, dstn_off, ldsarl, stride; in sh7760fb_set_par() local
297 sbase = (unsigned long)par->fbdma; in sh7760fb_set_par()
299 sbase += (hdcn - 1) * stride; in sh7760fb_set_par()
301 iowrite32(sbase, par->base + LDSARU); in sh7760fb_set_par()
319 ldsarl = sbase + dstn_off; in sh7760fb_set_par()
341 fb_dbg(info, "ldsaru: 0x%08lx ldsarl: 0x%08lx\n", sbase, ldsarl); in sh7760fb_set_par()
/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c241 if (binfo.sbase.s_prop[ALS_IDX].sf.feat & 0x2) { in get_input_rep()
/linux/mm/
H A Dhugetlb.c7151 unsigned long sbase = saddr & PUD_MASK; in page_table_shareable() local
7152 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable()
7166 !range_in_vma(svma, sbase, s_end) || in page_table_shareable()