Searched refs:i2s (Results 1 – 4 of 4) sorted by relevance
/drivers/macintosh/ |
D | rack-meter.c | 61 struct device_node *i2s; member 106 pmac_call_feature(PMAC_FTR_SOUND_CHIP_ENABLE, rm->i2s, 0, 1); in rackmeter_setup_i2s() 368 struct device_node *i2s = NULL, *np = NULL; in rackmeter_probe() local 376 while ((i2s = of_get_next_child(mdev->ofdev.dev.of_node, i2s)) != NULL) in rackmeter_probe() 377 if (strcmp(i2s->name, "i2s-a") == 0) in rackmeter_probe() 379 if (i2s == NULL) { in rackmeter_probe() 384 while ((np = of_get_next_child(i2s, np)) != NULL) { in rackmeter_probe() 404 rm->i2s = i2s; in rackmeter_probe() 426 rm->irq = irq_of_parse_and_map(i2s, 1); in rackmeter_probe() 428 of_address_to_resource(i2s, 0, &ri2s) || in rackmeter_probe() [all …]
|
/drivers/bcma/ |
D | driver_mips.c | 289 struct bcma_device *cpu, *pcie, *i2s; in bcma_fix_i2s_irqflag() local 300 i2s = bcma_find_core(bus, BCMA_CORE_I2S); in bcma_fix_i2s_irqflag() 301 if (cpu && pcie && i2s && in bcma_fix_i2s_irqflag() 304 bcma_aread32(i2s, BCMA_MIPS_OOBSELOUTA30) == 0x88) { in bcma_fix_i2s_irqflag() 307 bcma_awrite32(i2s, BCMA_MIPS_OOBSELOUTA30, 0x87); in bcma_fix_i2s_irqflag()
|
/drivers/media/pci/ngene/ |
D | ngene.h | 853 u8 i2s[4]; member
|
D | ngene-core.c | 656 4 * dev->card_info->i2s[stream], 4); in ngene_command_stream_control()
|