Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 25 of 37) sorted by relevance

12

/titanic_50/usr/src/uts/common/zmod/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13); \
29 if (a >= (BASE << 12)) a -= (BASE << 12); \
30 if (a >= (BASE << 11)) a -= (BASE << 11); \
31 if (a >= (BASE << 10)) a -= (BASE << 10); \
32 if (a >= (BASE << 9)) a -= (BASE << 9); \
33 if (a >= (BASE << 8)) a -= (BASE << 8); \
[all …]
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A D3c595.c73 outw(RX_DISABLE, BASE + VX_COMMAND); in t595_reset()
74 outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND); in t595_reset()
76 outw(TX_DISABLE, BASE + VX_COMMAND); in t595_reset()
77 outw(STOP_TRANSCEIVER, BASE + VX_COMMAND); in t595_reset()
79 outw(RX_RESET, BASE + VX_COMMAND); in t595_reset()
81 outw(TX_RESET, BASE + VX_COMMAND); in t595_reset()
83 outw(C_INTR_LATCH, BASE + VX_COMMAND); in t595_reset()
84 outw(SET_RD_0_MASK, BASE + VX_COMMAND); in t595_reset()
85 outw(SET_INTR_MASK, BASE + VX_COMMAND); in t595_reset()
86 outw(SET_RX_FILTER, BASE + VX_COMMAND); in t595_reset()
[all …]
H A Dtlan.c255 u32 BASE; variable
344 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
346 outl(data, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
352 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
354 outl(data, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
358 TLan_DioWrite32(BASE, (u16) i, 0); in TLan_ResetAdapter()
365 TLan_DioWrite16(BASE, TLAN_NET_CONFIG, (u16) data); in TLan_ResetAdapter()
369 outl(TLAN_HC_LD_TMR | 0x3f, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
370 outl(TLAN_HC_LD_THR | 0x0, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
374 outw(TLAN_NET_SIO, BASE + TLAN_DIO_ADR); in TLan_ResetAdapter()
[all …]
H A Dsundance.c268 static u32 BASE; variable
324 outw(inw(BASE + MACCtrl0) | EnbFullDuplex, in check_duplex()
325 BASE + MACCtrl0); in check_duplex()
337 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0, in check_duplex()
338 BASE + MACCtrl0); in check_duplex()
394 outl(virt_to_le32desc(&rx_ring[0]), BASE + RxListPtr); in sundance_reset()
403 outw(addr16, BASE + StationAddr); in sundance_reset()
405 outw(addr16, BASE + StationAddr + 2); in sundance_reset()
407 outw(addr16, BASE + StationAddr + 4); in sundance_reset()
410 outw(sdc->mtu + 14, BASE + MaxFrameSize); in sundance_reset()
[all …]
H A Dforcedeth.c74 unsigned long BASE; variable
351 u8 *base = (u8 *) BASE; in reg_delay()
395 u8 *base = (u8 *) BASE; in mii_rw()
453 u8 *base = (u8 *) BASE; in start_rx()
469 u8 *base = (u8 *) BASE; in stop_rx()
483 u8 *base = (u8 *) BASE; in start_tx()
492 u8 *base = (u8 *) BASE; in stop_tx()
507 u8 *base = (u8 *) BASE; in txrx_reset()
603 u8 *base = (u8 *) BASE; in set_multicast()
638 u8 *base = (u8 *) BASE; in forcedeth_reset()
[all …]
H A D3c595.h67 #define BASE (eth_nic_base) macro
296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
416 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
/titanic_50/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_compliance.out28 0 1000BASE-SX
29 1 1000BASE-LX
30 2 1000BASE-CX
31 3 1000BASE-T
32 4 100BASE-LX/LX10
33 5 100BASE-FX
34 6 BASE-BX10
35 7 BASE-PX
91 0 1000BASE-SX
92 1 1000BASE-LX
[all …]
/titanic_50/usr/src/cmd/lp/lib/oam/
H A Dgen-defs38 BASE=`line <${x}`
39 base=`echo ${BASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
47 BASE=`line`
48 base=`echo ${BASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
50 echo "${BASE}"
54 -e 's/^[ ]*\(E_.*\)$/\1:(_oam_msg_base_='${base}',(long)(:-'${BASE}'))/p' \
/titanic_50/usr/src/cmd/bc/
H A Dbc.y69 %token <cc> _RETURN _BREAK _DEFINE BASE OBASE SCALE
146 | BASE '=' e
148 | BASE EQOP e
289 | BASE INCR
291 | INCR BASE
293 | BASE DECR
295 | DECR BASE
352 | BASE '=' e
354 | BASE EQOP e %prec '='
362 | BASE
[all …]
/titanic_50/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c120 #define BASE (1 << BASEBITS) macro
125 MINT *base = mp_itom(BASE/2); /* BASE won't fit in a short */
139 r = seed[i] % ((unsigned short)BASE);
/titanic_50/usr/src/lib/libmp/common/
H A Dmult.c83 #define BASE (1 << BASEBITS) in m_mult() macro
84 #define LOWBITS (BASE - 1) in m_mult()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c42 #define _REL(BASE) ((int)item-BASE) argument
/titanic_50/usr/src/tools/cscope-fast/
H A Dcrossref.c46 while (n >= BASE) { \
49 n /= BASE; \
50 *--s = i - n * BASE + '!'; \
H A Dinvlib.h36 #define BASE 95 /* 127 - ' ' */ macro
H A Dinvlib.c221 num = BASE * num + *++s - '!'; in invmake()
233 num = BASE * num + *s - '!'; in invmake()
/titanic_50/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh310 BASE="`pwd`"
320 MR="$BASE/$MR"
323 UNPACKED_ROOT="$BASE/$UNPACKED_ROOT"
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c47 #define BASE (1 << BASEBITS) macro
113 MINT *base = mp_itom(BASE); /* We shift by BASEBITS */ in __generic_gen_dhkeys()
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l46 ;{WS}*:{WS}*base{WS}* { return BASE; }
47 ^{WS}*:{WS}*base{WS}* { return BASE; }
H A Dfsdb_yacc.y82 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
174 base : BASE '=' expr
185 | BASE
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c187 #define BASE(count) ((count) & ~lbmask) macro
232 end_req = BASE(off) + size; in ud_bmap_write()
462 BASE(iext->ib_offset)) { in ud_bmap_write()
464 ip, i, BASE(iext->ib_offset) - in ud_bmap_write()
798 end_req = BASE(off) + size; in ud_last_alloc_ext()
1248 #undef BASE
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dversion.msg27 @ MSG_VER_FLG_BASE "BASE"
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi171 BASE is equal to 'd', interpret that D is decimal, and if BASE is
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dengine.h245 #define BASE (env->base) macro
/titanic_50/usr/src/lib/libpp/common/
H A Dpp.tab216 +BASE
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg422 @ MSG_LMID_BASE "BASE"

12