Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/txx9/generic/
Dsetup.c49 static struct resource txx9_reg_res = { variable
67 txx9_reg_res.start = base & 0xfffffffffULL; in txx9_reg_res_init()
68 txx9_reg_res.end = (base & 0xfffffffffULL) + (size - 1); in txx9_reg_res_init()
69 request_resource(&iomem_resource, &txx9_reg_res); in txx9_reg_res_init()