Home
last modified time | relevance | path

Searched refs:blockp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/parisc/
Dled.c319 static struct lcd_block * blockp[4] = { in led_LCD_driver() local
333 gsc_writeb( blockp[i]->command, LCD_CMD_REG ); in led_LCD_driver()
336 gsc_writeb( leds & mask[i] ? blockp[i]->on : in led_LCD_driver()
337 blockp[i]->off, LCD_DATA_REG ); in led_LCD_driver()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c2150 __be32 *blockp;/* pointer to array entry */ in xfs_alloc_put_freelist() local
2186 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
2187 *blockp = cpu_to_be32(bno); in xfs_alloc_put_freelist()
2188 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()