Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup_tx3927.c43 txx9_ce_res[i].start = (unsigned long)TX3927_ROMC_BA(i); in tx3927_setup()
44 txx9_ce_res[i].end = in tx3927_setup()
45 txx9_ce_res[i].start + TX3927_ROMC_SIZE(i) - 1; in tx3927_setup()
46 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx3927_setup()
131 unsigned long start = txx9_ce_res[ch].start; in tx3927_mtd_init()
132 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx3927_mtd_init()
Dsetup_tx4927.c102 txx9_ce_res[i].start = (unsigned long)TX4927_EBUSC_BA(i); in tx4927_setup()
103 txx9_ce_res[i].end = in tx4927_setup()
104 txx9_ce_res[i].start + TX4927_EBUSC_SIZE(i) - 1; in tx4927_setup()
105 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx4927_setup()
248 unsigned long start = txx9_ce_res[ch].start; in tx4927_mtd_init()
249 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4927_mtd_init()
Dsetup_tx4938.c106 txx9_ce_res[i].start = (unsigned long)TX4938_EBUSC_BA(i); in tx4938_setup()
107 txx9_ce_res[i].end = in tx4938_setup()
108 txx9_ce_res[i].start + TX4938_EBUSC_SIZE(i) - 1; in tx4938_setup()
109 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx4938_setup()
331 unsigned long start = txx9_ce_res[ch].start; in tx4938_mtd_init()
332 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4938_mtd_init()
Dsetup_tx4939.c126 txx9_ce_res[i].start = (unsigned long)TX4939_EBUSC_BA(i); in tx4939_setup()
127 txx9_ce_res[i].end = in tx4939_setup()
128 txx9_ce_res[i].start + TX4939_EBUSC_SIZE(i) - 1; in tx4939_setup()
129 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx4939_setup()
385 unsigned long start = txx9_ce_res[ch].start; in tx4939_mtd_init()
386 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4939_mtd_init()
Dsetup.c40 struct resource txx9_ce_res[8]; variable
55 for (i = 0; i < ARRAY_SIZE(txx9_ce_res); i++) { in txx9_reg_res_init()
57 txx9_ce_res[i].flags = IORESOURCE_MEM; in txx9_reg_res_init()
58 txx9_ce_res[i].name = txx9_ce_res_name[i]; in txx9_reg_res_init()
/arch/mips/include/asm/txx9/
Dgeneric.h14 extern struct resource txx9_ce_res[];
15 #define TXX9_CE(n) (unsigned long)(txx9_ce_res[(n)].start)
/arch/mips/txx9/rbtx4938/
Dsetup.c221 if (request_resource(&txx9_ce_res[2], &rbtx4938_fpga_resource)) in rbtx4938_mem_setup()