Searched refs:client_id_mask (Results 1 – 7 of 7) sorted by relevance
490 id = value & mc->soc->client_id_mask; in tegra_mc_irq()570 id = value & mc->soc->client_id_mask; in tegra20_mc_irq()585 id = value & mc->soc->client_id_mask; in tegra20_mc_irq()681 WARN(!mc->soc->client_id_mask, "Missing client ID mask for this SoC\n"); in tegra_mc_probe()
290 .client_id_mask = 0x3f,
1070 .client_id_mask = 0x7f,1102 .client_id_mask = 0x7f,
998 .client_id_mask = 0x7f,
974 .client_id_mask = 0x7f,
1130 .client_id_mask = 0xff,
133 u8 client_id_mask; member