Searched refs:lsw (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/clocksource/ |
| H A D | bcm_kona_timer.c | 60 kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw) in kona_timer_get_counter() argument 78 *lsw = readl(timer_base + KONA_GPTIMER_STCLO_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() 113 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
|
| /linux/fs/afs/ |
| H A D | protocol_yfs.h | 64 __be32 lsw; 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 D | ilsp.S | 300 swap %d6 # get u3 to lsw position 340 # Now calculate an estimate of the quotient words (msw first, then lsw). 363 swap %d6 # in lsw position 458 mulu.w %d5, %d6 # %d6 <- lsw*lsw 459 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source 460 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest 465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product 467 add.w %d2, %d6 # add in lsw of other m*l product 471 clr.w %d2 # lsw of two mixed products used,
|
| /linux/drivers/memstick/core/ |
| H A D | ms_block.h | 115 unsigned short lsw; member
|
| /linux/drivers/net/fddi/ |
| H A D | defza.h | 385 u32 lsw; member
|