Home
last modified time | relevance | path

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

/linux-3.4.99/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.c103 txx9_ce_res[i].start = (unsigned long)TX4927_EBUSC_BA(i); in tx4927_setup()
104 txx9_ce_res[i].end = in tx4927_setup()
105 txx9_ce_res[i].start + TX4927_EBUSC_SIZE(i) - 1; in tx4927_setup()
106 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx4927_setup()
249 unsigned long start = txx9_ce_res[ch].start; in tx4927_mtd_init()
250 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4927_mtd_init()
Dsetup_tx4938.c108 txx9_ce_res[i].start = (unsigned long)TX4938_EBUSC_BA(i); in tx4938_setup()
109 txx9_ce_res[i].end = in tx4938_setup()
110 txx9_ce_res[i].start + TX4938_EBUSC_SIZE(i) - 1; in tx4938_setup()
111 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx4938_setup()
328 unsigned long start = txx9_ce_res[ch].start; in tx4938_mtd_init()
329 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4938_mtd_init()
Dsetup_tx4939.c128 txx9_ce_res[i].start = (unsigned long)TX4939_EBUSC_BA(i); in tx4939_setup()
129 txx9_ce_res[i].end = in tx4939_setup()
130 txx9_ce_res[i].start + TX4939_EBUSC_SIZE(i) - 1; in tx4939_setup()
131 request_resource(&iomem_resource, &txx9_ce_res[i]); in tx4939_setup()
377 unsigned long start = txx9_ce_res[ch].start; in tx4939_mtd_init()
378 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4939_mtd_init()
Dsetup.c43 struct resource txx9_ce_res[8]; variable
58 for (i = 0; i < ARRAY_SIZE(txx9_ce_res); i++) { in txx9_reg_res_init()
60 txx9_ce_res[i].flags = IORESOURCE_MEM; in txx9_reg_res_init()
61 txx9_ce_res[i].name = txx9_ce_res_name[i]; in txx9_reg_res_init()
/linux-3.4.99/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)
/linux-3.4.99/arch/mips/txx9/rbtx4938/
Dsetup.c215 if (request_resource(&txx9_ce_res[2], &rbtx4938_fpga_resource)) in rbtx4938_mem_setup()