Searched refs:BASE (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/kernel/mac80211/scripts/
H A Dimport-backports.sh2 BASE=$1; shift
53 check_number "$BASE" || usage
61 NEW=$BASE
67 [ "$CUR" -ge "$(($BASE + 100))" ] && continue
74 CUR="${CUR:-$BASE}"
/openwrt/scripts/
H A Dmake-ipkg-dir.sh2 BASE=http://svn.openwrt.org/openwrt/trunk/openwrt
16 [ "$pkgbase" = "$WD" ] && src="N/A" || src="$BASE/$pkgbase"
/openwrt/target/linux/generic/image/lzma-loader/src/
H A Duart16550.c17 #define BASE 0xb8058000 macro
43 #define UART16550_READ(y) (*((volatile uint32*)(BASE + y)))
44 #define UART16550_WRITE(y, z) ((*((volatile uint32*)(BASE + y))) = z)

Completed in 41 milliseconds