Home
last modified time | relevance | path

Searched refs:msb (Results 1 – 20 of 20) sorted by relevance

/arch/m68k/hp300/
Dtime.c78 unsigned char lsb, msb, msb_new; in hp300_read_clk() local
83 msb = in_8(CLOCKBASE + CLKMSB1); in hp300_read_clk()
85 if ((in_8(CLOCKBASE + CLKSR) & CLKSR_INT1) && msb > 0) in hp300_read_clk()
89 if (msb_new != msb) { in hp300_read_clk()
90 msb = msb_new; in hp300_read_clk()
94 ticks = INTVAL - ((msb << 8) | lsb); in hp300_read_clk()
/arch/mips/sgi-ip22/
Dip22-time.c35 u8 msb; in dosample() local
50 msb = readb(&sgint->tcnt2); in dosample()
52 } while (msb); in dosample()
/arch/s390/include/asm/
Deadm.h41 struct msb { struct
76 struct msb msb[AOB_NR_MSB]; member
/arch/mips/sni/
Dtime.c81 volatile u8 msb; in dosample() local
95 msb = inb(0x40); in dosample()
97 } while (msb); in dosample()
/arch/m68k/bvme6000/
Dconfig.c238 unsigned char msr, msb; in bvme6000_read_clk() local
252 msb = rtc->t1msb; /* Read timer1 */ in bvme6000_read_clk()
253 v = (msb << 8) | rtc->t1lsb; /* Read timer1 */ in bvme6000_read_clk()
262 if (msb > 0 && t1int) in bvme6000_read_clk()
/arch/sparc/lib/
Dudivdi3.S25 sub %i0,%o3,%i0 ! this kills msb of n
33 sub %i0,%o3,%i0 ! this kills msb of n
63 sub %o4,%o3,%o4 ! this kills msb of n
71 sub %o4,%o3,%o4 ! this kills msb of n
89 sub %i0,%o3,%i0 ! this kills msb of n
97 sub %i0,%o3,%i0 ! this kills msb of n
168 sub %o4,%i2,%o4 ! this kills msb of n
176 sub %o4,%i2,%o4 ! this kills msb of n
Ddivdi3.S49 sub %i0,%o4,%i0 ! this kills msb of n
57 sub %i0,%o4,%i0 ! this kills msb of n
85 sub %g3,%o4,%g3 ! this kills msb of n
93 sub %g3,%o4,%g3 ! this kills msb of n
109 sub %i0,%o4,%i0 ! this kills msb of n
117 sub %i0,%o4,%i0 ! this kills msb of n
184 sub %o2,%i2,%o2 ! this kills msb of n
192 sub %o2,%i2,%o2 ! this kills msb of n
/arch/alpha/include/asm/
Dcore_lca.h226 unsigned long msb = addr & 0xf8000000; \
227 addr -= msb; \
228 set_hae(msb); \
Dcore_apecs.h381 unsigned long msb = addr & 0xf8000000; \
382 addr -= msb; \
383 set_hae(msb); \
Dcore_t2.h441 unsigned long msb = addr >> 27; \
443 set_hae(msb); \
/arch/x86/platform/ts5500/
Dts5500.c250 u8 lsb, msb; in ts5500_adc_convert() local
266 msb = inb(TS5500_ADC_CONV_MSB_ADDR); in ts5500_adc_convert()
268 return (msb << 8) | lsb; in ts5500_adc_convert()
/arch/powerpc/include/asm/
Dkvm_ppc.h356 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) in kvmppc_get_field() argument
361 BUG_ON(msb > lsb); in kvmppc_get_field()
363 mask = (1 << (lsb - msb + 1)) - 1; in kvmppc_get_field()
372 static inline u32 kvmppc_set_field(u64 inst, int msb, int lsb, int value) in kvmppc_set_field() argument
377 BUG_ON(msb > lsb); in kvmppc_set_field()
379 mask = ((1 << (lsb - msb + 1)) - 1) << (63 - lsb); in kvmppc_set_field()
/arch/m68k/fpsp040/
Dbinstr.S18 | msb form a decimal digit. This process is iterated until
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
Dx_store.S146 clrl LOCAL_HI(%a1) |clear msb
Dround.S276 | bit of the mantissa (msb in d1).
279 | bit of the mantissa (msb in d1) unless this would mean the exponent
/arch/powerpc/kvm/
Dbook3s_paired_singles.c339 static inline u32 inst_get_field(u32 inst, int msb, int lsb) in inst_get_field() argument
341 return kvmppc_get_field(inst, msb + 32, lsb + 32); in inst_get_field()
/arch/arm/boot/dts/
Dat91-sam9x60ek.dts410 pinctrl_ebi_data_0_15: ebi-data-msb-0 {
Dat91sam9x5.dtsi229 pinctrl_ebi_data_8_15: ebi-data-msb-0 {
Dsama5d4.dtsi976 pinctrl_ebi_data_8_15: ebi-data-msb-0 {
/arch/m68k/ifpsp060/src/
Dfplsp.S9807 and.l &0x7fffffff, %d0 # msb is a don't care!