Home
last modified time | relevance | path

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

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