spi_resources 17 arch/mips/bcm63xx/dev-hsspi.c static struct resource spi_resources[] = { spi_resources 32 arch/mips/bcm63xx/dev-hsspi.c .num_resources = ARRAY_SIZE(spi_resources), spi_resources 33 arch/mips/bcm63xx/dev-hsspi.c .resource = spi_resources, spi_resources 41 arch/mips/bcm63xx/dev-hsspi.c spi_resources[0].start = bcm63xx_regset_address(RSET_HSSPI); spi_resources 42 arch/mips/bcm63xx/dev-hsspi.c spi_resources[0].end = spi_resources[0].start; spi_resources 43 arch/mips/bcm63xx/dev-hsspi.c spi_resources[0].end += RSET_HSSPI_SIZE - 1; spi_resources 44 arch/mips/bcm63xx/dev-hsspi.c spi_resources[1].start = bcm63xx_get_irq_number(IRQ_HSSPI); spi_resources 21 arch/mips/bcm63xx/dev-spi.c static struct resource spi_resources[] = { spi_resources 35 arch/mips/bcm63xx/dev-spi.c .num_resources = ARRAY_SIZE(spi_resources), spi_resources 36 arch/mips/bcm63xx/dev-spi.c .resource = spi_resources, spi_resources 44 arch/mips/bcm63xx/dev-spi.c spi_resources[0].start = bcm63xx_regset_address(RSET_SPI); spi_resources 45 arch/mips/bcm63xx/dev-spi.c spi_resources[0].end = spi_resources[0].start; spi_resources 46 arch/mips/bcm63xx/dev-spi.c spi_resources[1].start = bcm63xx_get_irq_number(IRQ_SPI); spi_resources 50 arch/mips/bcm63xx/dev-spi.c spi_resources[0].end += BCM_6348_RSET_SPI_SIZE - 1; spi_resources 56 arch/mips/bcm63xx/dev-spi.c spi_resources[0].end += BCM_6358_RSET_SPI_SIZE - 1;