Home
last modified time | relevance | path

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

/arch/arm/mach-s3c64xx/
Ddev-uart.c52 .nr_resources = ARRAY_SIZE(s3c64xx_uart0_resource),
56 .nr_resources = ARRAY_SIZE(s3c64xx_uart1_resource),
60 .nr_resources = ARRAY_SIZE(s3c6xx_uart2_resource),
64 .nr_resources = ARRAY_SIZE(s3c64xx_uart3_resource),
/arch/sh/drivers/pci/
Dpci-dreamcast.c42 .nr_resources = ARRAY_SIZE(gapspci_resources),
Dpci-sh7780.c58 .nr_resources = ARRAY_SIZE(sh7785_pci_resources),
346 for (i = 1; i < chan->nr_resources; i++) { in sh7780_pci_init()
358 chan->nr_resources--; in sh7780_pci_init()
Dpci.c46 for (i = 0; i < hose->nr_resources; i++) { in pcibios_scanbus()
101 for (i = 0; i < hose->nr_resources; i++) { in register_pci_controller()
Dpci-sh5.c94 .nr_resources = ARRAY_SIZE(sh5_pci_resources),
Dpci-sh7751.c62 .nr_resources = ARRAY_SIZE(sh7751_pci_resources),
Dpcie-sh7786.c118 .nr_resources = ARRAY_SIZE(sh7786_pci##idx##_resources), \
441 for (i = win = 0; i < chan->nr_resources; i++) { in pcie_init()
/arch/arm/mach-s3c24xx/
Dcommon.c277 .nr_resources = ARRAY_SIZE(s3c2410_uart0_resource),
281 .nr_resources = ARRAY_SIZE(s3c2410_uart1_resource),
285 .nr_resources = ARRAY_SIZE(s3c2410_uart2_resource),
289 .nr_resources = ARRAY_SIZE(s3c2410_uart3_resource),
/arch/arm/plat-samsung/include/plat/
Ddevs.h19 unsigned long nr_resources; member
/arch/sh/include/asm/
Dpci.h24 unsigned int nr_resources; member
/arch/arm/plat-samsung/
Dinit.c125 platdev->num_resources = resp->nr_resources; in s3c24xx_init_uartdevs()