Searched refs:enable (Results 276 - 286 of 286) sorted by relevance

<<1112

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsbutils.c374 /* kludge to enable the clock on the 4306 which lacks a slowclock */
1897 /* reset and re-enable a core
2139 /* enable d11 mac interrupts */
2630 /* mask&set gpio output enable bits */
2949 sb_gpio_int_enable(sb_t *sbh, bool enable) argument
2959 return (sb_corereg(sbh, SB_CC_IDX, offs, CI_GPIO, (enable ? CI_GPIO : 0)));
3263 case CLK_DYNAMIC: /* enable dynamic clock control */
3509 /* enable mdio access to SERDES */
3551 /* enable mdio access to SERDES */
3751 /* Fixup PI in SROM shadow area to enable th
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dash.c49 * like "alias ls='ls -l'" with ash, enable this. This is only useful
54 * support, enable this. This adds a bit over 2k an x86 system. */
61 * out there that use it, so it you need it, enable. Most people will
1773 static void setjobctl(int enable);
6413 static void setjobctl(int enable) argument
6419 if (enable == jobctl || rootshell == 0)
6421 if (enable) {
6467 jobctl = enable;
7630 FORCEINTON; /* enable interrupts */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex2956 \# {\bf Step 0} --- enable loopback.\\
2980 \noindent\# {\bf Step 1} --- enable device \verb|$dev|
2984 echo "Cannot enable interface $dev. Aborting." 1>&2
3237 \# {\bf Step 0} --- enable device \verb|$dev|
3241 echo "Error: cannot enable interface $dev." 1>&2
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4758 ahc_intr_enable(struct ahc_softc *ahc, int enable) argument
4766 if (enable) {
5756 /* Re-enable reset interrupts */
6664 if (cel->enable != 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dnet2280.c222 /* enable irqs */
1346 .enable = net2280_enable,
1832 /* reset, and enable pci */
1878 * but erratum 0119 means this enable bit is ignored
1910 /* enable irqs so we can see ep0 and general operation */
1966 /* ... then enable host detection and ep0; and we're ready
2810 /* enable lower-overhead pci memory bursts during DMA */
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfigure390 -enable-* | --enable-*)
391 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
829 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
830 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
831 --enable-static=PKGS build static libraries default=no
832 --enable-shared=PKGS build shared libraries default=yes
833 --enable-debug Turn on compiler debugging information (default=no)
834 --enable-developer Turn on developer warnings and debugging (default=no)
835 --enable
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide.c3208 * "idex=dma" : enable DMA by default on both drives if possible
3642 extern void pnpide_init(int enable);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c964 short enable; /* cursor on/off */ member in struct:fbcursor32
3935 /* This needs more work before we can enable it. Unfortunately
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S344 set FPCR_ENABLE, USER_FPCR+2 # FPCR exception enable
H A Dpfpsp.S363 set FPCR_ENABLE, USER_FPCR+2 # FPCR exception enable
2648 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
5709 # enable bit is set in the FPCR, then the trap is taken and the #
5710 # destination is not modified. If the SNAN trap enable bit is not set, #
H A Dfpsp.S364 set FPCR_ENABLE, USER_FPCR+2 # FPCR exception enable
2649 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enable and set
16163 # enable bit is set in the FPCR, then the trap is taken and the #
16164 # destination is not modified. If the SNAN trap enable bit is not set, #

Completed in 498 milliseconds

<<1112