Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/txx9/generic/
Dsetup.c624 struct physmap_flash_data pdata_part; in txx9_physmap_flash_init() local
636 pdata_part = *pdata; in txx9_physmap_flash_init()
637 pdata_part.nr_parts = ARRAY_SIZE(parts); in txx9_physmap_flash_init()
638 pdata_part.parts = parts; in txx9_physmap_flash_init()
639 pdata = &pdata_part; in txx9_physmap_flash_init()