Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/auxdisplay/
Darm-charlcd.c69 u32 physize; member
285 lcd->physize = resource_size(res); in charlcd_probe()
287 if (request_mem_region(lcd->phybase, lcd->physize, in charlcd_probe()
293 lcd->virtbase = ioremap(lcd->phybase, lcd->physize); in charlcd_probe()