Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/txx9/generic/
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()
246 unsigned long start = txx9_ce_res[ch].start; in tx4927_mtd_init()
247 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()
325 unsigned long start = txx9_ce_res[ch].start; in tx4938_mtd_init()
326 unsigned long size = txx9_ce_res[ch].end - start + 1; in tx4938_mtd_init()
Dsetup.c46 struct resource txx9_ce_res[8]; variable
61 for (i = 0; i < ARRAY_SIZE(txx9_ce_res); i++) { in txx9_reg_res_init()
63 txx9_ce_res[i].flags = IORESOURCE_MEM; in txx9_reg_res_init()
64 txx9_ce_res[i].name = txx9_ce_res_name[i]; in txx9_reg_res_init()
/linux-6.1.9/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)