Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-s3c64xx/
Ddev-uart.c57 .nr_resources = ARRAY_SIZE(s3c64xx_uart0_resource),
61 .nr_resources = ARRAY_SIZE(s3c64xx_uart1_resource),
65 .nr_resources = ARRAY_SIZE(s3c6xx_uart2_resource),
69 .nr_resources = ARRAY_SIZE(s3c64xx_uart3_resource),
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dcommon.c291 .nr_resources = ARRAY_SIZE(s3c2410_uart0_resource),
295 .nr_resources = ARRAY_SIZE(s3c2410_uart1_resource),
299 .nr_resources = ARRAY_SIZE(s3c2410_uart2_resource),
303 .nr_resources = ARRAY_SIZE(s3c2410_uart3_resource),
/linux-4.4.14/arch/sh/drivers/pci/
Dpci-sh7780.c61 .nr_resources = ARRAY_SIZE(sh7785_pci_resources),
349 for (i = 1; i < chan->nr_resources; i++) { in sh7780_pci_init()
361 chan->nr_resources--; in sh7780_pci_init()
Dpci-dreamcast.c45 .nr_resources = ARRAY_SIZE(gapspci_resources),
Dpci.c45 for (i = 0; i < hose->nr_resources; i++) { in pcibios_scanbus()
91 for (i = 0; i < hose->nr_resources; i++) { in register_pci_controller()
Dpci-sh5.c96 .nr_resources = ARRAY_SIZE(sh5_pci_resources),
Dpci-sh7751.c65 .nr_resources = ARRAY_SIZE(sh7751_pci_resources),
Dpcie-sh7786.c119 .nr_resources = ARRAY_SIZE(sh7786_pci##idx##_resources), \
431 for (i = win = 0; i < chan->nr_resources; i++) { in pcie_init()
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Ddevs.h23 unsigned long nr_resources; member
/linux-4.4.14/arch/sh/include/asm/
Dpci.h23 unsigned int nr_resources; member
/linux-4.4.14/arch/arm/plat-samsung/
Dinit.c130 platdev->num_resources = resp->nr_resources; in s3c24xx_init_uartdevs()