Searched refs:spi_resources (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/bcm63xx/
H A Ddev-hsspi.c17 static struct resource spi_resources[] = { variable in typeref:struct:resource
32 .num_resources = ARRAY_SIZE(spi_resources),
33 .resource = spi_resources,
41 spi_resources[0].start = bcm63xx_regset_address(RSET_HSSPI);
42 spi_resources[0].end = spi_resources[0].start;
43 spi_resources[0].end += RSET_HSSPI_SIZE - 1;
44 spi_resources[1].start = bcm63xx_get_irq_number(IRQ_HSSPI);
H A Ddev-spi.c21 static struct resource spi_resources[] = { variable in typeref:struct:resource
35 .num_resources = ARRAY_SIZE(spi_resources),
36 .resource = spi_resources,
44 spi_resources[0].start = bcm63xx_regset_address(RSET_SPI);
45 spi_resources[0].end = spi_resources[0].start;
46 spi_resources[1].start = bcm63xx_get_irq_number(IRQ_SPI);
50 spi_resources[0].end += BCM_6348_RSET_SPI_SIZE - 1;
56 spi_resources[0].end += BCM_6358_RSET_SPI_SIZE - 1;
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_core.c160 struct resource spi_resources[] = { local
193 spi_resources[0].parent = &pdev->resource[MGB4_MGB4_BAR_ID];
194 spi_resources[0].start += mapbase;
195 spi_resources[0].end += mapbase;
196 spi_resources[1].start = irq;
197 spi_resources[1].end = irq;
201 id, spi_resources,
202 ARRAY_SIZE(spi_resources),

Completed in 261 milliseconds