Home
last modified time | relevance | path

Searched refs:msw (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/clocksource/
H A Dbcm_kona_timer.c60 kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw) in kona_timer_get_counter() argument
77 *msw = readl(timer_base + KONA_GPTIMER_STCHI_OFFSET); in kona_timer_get_counter()
79 if (*msw == readl(timer_base + KONA_GPTIMER_STCHI_OFFSET)) in kona_timer_get_counter()
104 uint32_t lsw, msw; in kona_timer_set_next_event() local
108 ret = kona_timer_get_counter(timers.tmr_regs, &msw, &lsw); in kona_timer_set_next_event()
/linux/fs/afs/
H A Dprotocol_yfs.h63 __be32 msw; member
69 return ((u64)ntohl(x.msw) << 32) | ntohl(x.lsw); in xdr_to_u64()
74 return (struct yfs_xdr_u64){ .msw = htonl(x >> 32), .lsw = htonl(x) }; in u64_to_xdr()
/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S283 # if the divisor msw is 0, use simpler algorithm then the full blown
340 # Now calculate an estimate of the quotient words (msw first, then lsw).
353 divu.w %d3, %d1 # use quotient of mslw/msw
459 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source
460 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest
461 mulu.w %d4, %d3 # %d3 <- msw*msw
465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
/linux/drivers/memstick/core/
H A Dms_block.h114 unsigned short msw; member
/linux/sound/pci/ac97/
H A Dac97_codec.c2741 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_hp_only() local
2743 if (! msw || ! mvol) in tune_hp_only()
2745 msw->put = bind_hp_volsw_put; in tune_hp_only()
2848 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_mute_led() local
2849 if (! msw) in tune_mute_led()
2851 msw->put = master_mute_sw_put; in tune_mute_led()
2883 struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL); in tune_hp_mute_led() local
2885 if (! msw || ! mvol) in tune_hp_mute_led()
2887 msw->put = hp_master_mute_sw_put; in tune_hp_mute_led()
/linux/drivers/net/fddi/
H A Ddefza.h384 u32 msw; member