Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup.c52 static struct resource txx9_reg_res = { variable
70 txx9_reg_res.start = base & 0xfffffffffULL; in txx9_reg_res_init()
71 txx9_reg_res.end = (base & 0xfffffffffULL) + (size - 1); in txx9_reg_res_init()
72 request_resource(&iomem_resource, &txx9_reg_res); in txx9_reg_res_init()