Searched refs:hd (Results 1 – 6 of 6) sorted by relevance
/arch/sh/drivers/ |
D | heartbeat.c | 35 static inline void heartbeat_toggle_bit(struct heartbeat_data *hd, in heartbeat_toggle_bit() argument 40 new = (1 << hd->bit_pos[bit]); in heartbeat_toggle_bit() 44 new &= hd->mask; in heartbeat_toggle_bit() 46 switch (hd->regsize) { in heartbeat_toggle_bit() 48 new |= ioread32(hd->base) & ~hd->mask; in heartbeat_toggle_bit() 49 iowrite32(new, hd->base); in heartbeat_toggle_bit() 52 new |= ioread16(hd->base) & ~hd->mask; in heartbeat_toggle_bit() 53 iowrite16(new, hd->base); in heartbeat_toggle_bit() 56 new |= ioread8(hd->base) & ~hd->mask; in heartbeat_toggle_bit() 57 iowrite8(new, hd->base); in heartbeat_toggle_bit() [all …]
|
/arch/x86/kernel/ |
D | hpet.c | 183 static void hpet_reserve_msi_timers(struct hpet_data *hd); 190 struct hpet_data hd; in hpet_reserve_platform_timers() local 194 memset(&hd, 0, sizeof(hd)); in hpet_reserve_platform_timers() 195 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers() 196 hd.hd_address = hpet; in hpet_reserve_platform_timers() 197 hd.hd_nirqs = nrtimers; in hpet_reserve_platform_timers() 198 hpet_reserve_timer(&hd, 0); in hpet_reserve_platform_timers() 201 hpet_reserve_timer(&hd, 1); in hpet_reserve_platform_timers() 209 hd.hd_irq[0] = HPET_LEGACY_8254; in hpet_reserve_platform_timers() 210 hd.hd_irq[1] = HPET_LEGACY_RTC; in hpet_reserve_platform_timers() [all …]
|
/arch/arm/boot/dts/ |
D | gemini-dlink-dir-685.dts | 65 led-blue-hd { 71 led-orange-hd {
|
D | am437x-sbc-t43.dts | 37 AM4372_IOPAD(0x9b0, PIN_OUTPUT_PULLUP | MUX_MODE2) /* cam0 hd -> DSS DATA 23 */
|
/arch/arm/mach-davinci/ |
D | board-dm646x-evm.c | 432 static int set_vpif_clock(int mux_mode, int hd) in set_vpif_clock() argument 466 if (hd >= 1) in set_vpif_clock()
|
/arch/ia64/include/asm/ |
D | pal.h | 413 hd : 1, /* Non-essential hw member 703 #define pmci_proc_hardware_damage pme_processor.hd
|