Searched refs:nr_resources (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-s3c64xx/ |
D | dev-uart.c | 52 .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/ |
D | pci-dreamcast.c | 42 .nr_resources = ARRAY_SIZE(gapspci_resources),
|
D | pci-sh7780.c | 58 .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()
|
D | pci.c | 46 for (i = 0; i < hose->nr_resources; i++) { in pcibios_scanbus() 101 for (i = 0; i < hose->nr_resources; i++) { in register_pci_controller()
|
D | pci-sh5.c | 94 .nr_resources = ARRAY_SIZE(sh5_pci_resources),
|
D | pci-sh7751.c | 62 .nr_resources = ARRAY_SIZE(sh7751_pci_resources),
|
D | pcie-sh7786.c | 118 .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/ |
D | common.c | 277 .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/ |
D | devs.h | 19 unsigned long nr_resources; member
|
/arch/sh/include/asm/ |
D | pci.h | 24 unsigned int nr_resources; member
|
/arch/arm/plat-samsung/ |
D | init.c | 125 platdev->num_resources = resp->nr_resources; in s3c24xx_init_uartdevs()
|