Home
last modified time | relevance | path

Searched refs:hd (Results 1 – 14 of 14) sorted by relevance

/arch/sh/drivers/
A Dheartbeat.c41 new &= hd->mask; in heartbeat_toggle_bit()
45 new |= ioread32(hd->base) & ~hd->mask; in heartbeat_toggle_bit()
49 new |= ioread16(hd->base) & ~hd->mask; in heartbeat_toggle_bit()
53 new |= ioread8(hd->base) & ~hd->mask; in heartbeat_toggle_bit()
61 struct heartbeat_data *hd = timer_container_of(hd, t, timer); in heartbeat_timer() local
64 heartbeat_toggle_bit(hd, bit, hd->flags & HEARTBEAT_INVERTED); in heartbeat_timer()
95 if (unlikely(!hd)) in heartbeat_drv_probe()
104 kfree(hd); in heartbeat_drv_probe()
114 hd->mask = 0; in heartbeat_drv_probe()
116 hd->mask |= (1 << hd->bit_pos[i]); in heartbeat_drv_probe()
[all …]
/arch/mips/sgi-ip27/
A Dip27-irq.c58 __raw_writeq(mask[0], hd->irq_mask[0]); in enable_hub_irq()
59 __raw_writeq(mask[1], hd->irq_mask[1]); in enable_hub_irq()
82 hd->cpu = cpu; in setup_hub_mask()
97 if (!hd) in set_affinity_hub_irq()
103 setup_hub_mask(hd, mask); in set_affinity_hub_irq()
124 struct hub_irq_data *hd; in hub_domain_alloc() local
132 hd = kzalloc(sizeof(*hd), GFP_KERNEL); in hub_domain_alloc()
133 if (!hd) in hub_domain_alloc()
138 kfree(hd); in hub_domain_alloc()
146 setup_hub_mask(hd, &hub->h_cpus); in hub_domain_alloc()
[all …]
/arch/mips/sgi-ip30/
A Dip30-irq.c147 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_mask_heart_irq()
150 heart_write(*mask, &heart_regs->imr[hd->cpu]); in ip30_mask_heart_irq()
156 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_mask_and_ack_heart_irq()
159 heart_write(*mask, &heart_regs->imr[hd->cpu]); in ip30_mask_and_ack_heart_irq()
169 heart_write(*mask, &heart_regs->imr[hd->cpu]); in ip30_unmask_heart_irq()
177 if (!hd) in ip30_set_heart_irq_affinity()
183 hd->cpu = cpumask_first_and(mask, cpu_online_mask); in ip30_set_heart_irq_affinity()
206 struct heart_irq_data *hd; in heart_domain_alloc() local
212 hd = kzalloc(sizeof(*hd), GFP_KERNEL); in heart_domain_alloc()
213 if (!hd) in heart_domain_alloc()
[all …]
/arch/x86/kernel/
A Dhpet.c192 struct hpet_data hd; in hpet_reserve_platform_timers() local
195 memset(&hd, 0, sizeof(hd)); in hpet_reserve_platform_timers()
196 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
197 hd.hd_address = hpet_virt_address; in hpet_reserve_platform_timers()
198 hd.hd_nirqs = hpet_base.nr_channels; in hpet_reserve_platform_timers()
205 hd.hd_irq[0] = HPET_LEGACY_8254; in hpet_reserve_platform_timers()
206 hd.hd_irq[1] = HPET_LEGACY_RTC; in hpet_reserve_platform_timers()
212 hd.hd_irq[i] = hc->irq; in hpet_reserve_platform_timers()
221 hpet_reserve_timer(&hd, hc->num); in hpet_reserve_platform_timers()
226 hpet_alloc(&hd); in hpet_reserve_platform_timers()
/arch/arm64/boot/dts/freescale/
A Dimx8mm-venice-gw72xx-0x-rs422.dtso29 rs485-hd-hog {
A Dimx8mm-venice-gw72xx-0x-rs485.dtso29 rs485-hd-hog {
A Dimx8mm-venice-gw73xx-0x-rs422.dtso29 rs485-hd-hog {
A Dimx8mm-venice-gw73xx-0x-rs485.dtso29 rs485-hd-hog {
/arch/arm64/boot/dts/mediatek/
A Dmt8395-radxa-nio-12l-8-hd-panel.dtso29 compatible = "radxa,display-8hd-ad002", "jadard,jd9365da-h3";
A DMakefile106 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-radxa-nio-12l-8-hd-panel.dtbo
/arch/arm/boot/dts/ti/omap/
A Dam437x-sbc-t43.dts34 AM4372_IOPAD(0x9b0, PIN_OUTPUT_PULLUP | MUX_MODE2) /* cam0 hd -> DSS DATA 23 */
/arch/arm/boot/dts/gemini/
A Dgemini-dlink-dir-685.dts104 led-blue-hd {
111 led-orange-hd {
/arch/arm64/boot/dts/broadcom/
A Dbcm2712.dtsi381 "hd";
410 "hd";
/arch/arm/boot/dts/broadcom/
A Dbcm2711.dtsi348 "hd";
389 "hd";

Completed in 36 milliseconds