Searched refs:unit (Results 276 - 300 of 348) sorted by relevance

<<11121314

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dymfpci.h211 * Throughout the code Yaroslav names YMF unit pointer "codec"
213 * We replace it with "unit" over time.
234 // struct ymf_unit *unit;
284 struct list_head states; /* List of states for this unit */
354 struct ymf_unit *unit; /* backpointer */ member in struct:ymf_state
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/rm5200/src/
H A Drm5200_cpuinit.S310 # Now do the FP unit
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1_cpuinit.S330 # Now do the FP unit
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dide.h89 unsigned unit : 1; /* drive select number, 0 or 1 */ member in struct:__anon10309::__anon10310
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dide.h89 unsigned unit : 1; /* drive select number, 0 or 1 */ member in struct:__anon5893::__anon5894
/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dnetwork_ex.c58 snprintf(pppunit, sizeof(pppunit), "%d", unit);
110 nvram_safe_get(strcat_r(prefix, "unit", tmp)));
188 fprintf(fp, "unit %s\n",
189 nvram_get(strcat_r(prefix, "unit", tmp)) ? : "0");
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe.c266 static void set_xaccm_pppoe(int unit, ext_accm accm) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1216 host->unique_id = ahc->unit;
1235 * Find the smallest available unit number to use
1244 int unit; local
1246 unit = 0;
1249 if (ahc->unit == unit) {
1250 unit++;
1254 return (unit);
1569 && ahc->unit >= NUM_ELEMENTS(aic7xxx_tag_info)) {
1582 tag_info = &aic7xxx_tag_info[ahc->unit];
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/act2000/
H A Dcapi.h71 __u8 unit[10]; /* charging units */ member in struct:actcapi_infoel::charge
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/dpt/
H A Ddpti_i2o.h109 int unit; member in struct:i2o_controller
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_fw.c341 static int ip6_fw_msgrcv(int unit, struct sk_buff *skb) argument
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmain.c102 int ifunit; /* Interface unit number */
562 * can happen that another pppd gets the same unit and then
574 * the ppp unit back to the loopback. Set the
774 * unit we are using.
1075 ppp_send_config(unit, mtu, accm, pcomp, accomp)
1076 int unit, mtu;
1096 ppp_recv_config(unit, mru, accm, pcomp, accomp)
1097 int unit, mru;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dmain.c102 int ifunit; /* Interface unit number */
562 * can happen that another pppd gets the same unit and then
574 * the ppp unit back to the loopback. Set the
774 * unit we are using.
1075 ppp_send_config(unit, mtu, accm, pcomp, accomp)
1076 int unit, mtu;
1096 ppp_recv_config(unit, mru, accm, pcomp, accomp)
1097 int unit, mru;
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dnetwork_ex.c58 snprintf(pppunit, sizeof(pppunit), "%d", unit);
109 sprintf(options, "/tmp/ppp/options.wan%s", nvram_safe_get(strcat_r(prefix, "unit", tmp)));
200 fprintf(fp, "unit %s\n", nvram_get(strcat_r(prefix, "unit", tmp)) ? : "0");
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dnetwork_ex.c58 snprintf(pppunit, sizeof(pppunit), "%d", unit);
109 sprintf(options, "/tmp/ppp/options.wan%s", nvram_safe_get(strcat_r(prefix, "unit", tmp)));
198 fprintf(fp, "unit %s\n", nvram_get(strcat_r(prefix, "unit", tmp)) ? : "0");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dmga_state.c422 static int mga_verify_tex( drm_mga_private_t *dev_priv, int unit )
425 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[unit];
431 DRM_ERROR( "*** bad TEXORG: 0x%x, unit %d\n",
432 tex->texorg, unit );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D3w-xxxx.c86 Remove aen code unit masking in tw_aen_complete().
87 1.02.00.006 - Remove unit from printk in tw_scsi_eh_abort(), causing
141 1.02.00.022 - Fix bug in tw_aen_drain_queue() where unit # was always zero.
146 1.02.00.025 - Print unit # on all command timeouts.
333 command_packet->byte3.unit = 0;
485 command_packet->byte3.unit = 0;
725 printk(KERN_WARNING "3w-xxxx: scsi%d: Command failed: status = 0x%x, flags = 0x%x, unit #%d.\n", tw_dev->host->host_no, command->status, command->flags, command->byte3.unit);
1119 command_packet->byte3.unit = 0x0;
1186 /* This function will get unit inf
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-cd.c85 * Suppress printing normal unit attention errors and
500 /* Suppress printing unit attention and `in progress of becoming ready'
1464 /* The request failed. Retry if it was due to a unit
2065 minor = (drive->select.b.unit) << PARTN_BITS;
2073 HWIF(drive)->gd->sizes[drive->select.b.unit << PARTN_BITS] = (toc->capacity * SECTORS_PER_FRAME) >> (BLOCK_SIZE_BITS - 9);
2528 int minor = (drive->select.b.unit) << PARTN_BITS;
2711 int minor = drive->select.b.unit << PARTN_BITS;
2724 int minor = drive->select.b.unit << PARTN_BITS;
2898 (drive->select.b.unit) << PARTN_BITS));
2906 int minor = drive->select.b.unit << PARTN_BIT
[all...]
H A Dpdc202xx.c681 byte unit = (drive->select.b.unit & 0x01); local
869 outb(inb(dma_base+2) & ~(1<<(5+unit)), dma_base+2);
H A Dpdc4030.c106 number = (HWIF(drive)->channel << 1) + drive->select.b.unit;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1286 if (h == np->s.unit &&
1886 sym_attach (Scsi_Host_Template *tpnt, int unit, sym_device *dev) argument
1902 unit, dev->chip.name, dev->chip.revision_id,
1954 np->s.unit = unit;
1969 sprintf(np->s.inst_name, "sym%d", np->s.unit);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhid-core.c280 field->unit = parser->global.unit;
370 parser->global.unit = item_udata(item);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/
H A Dftl.c197 /* Transfer unit states */
253 partition. build_maps() reads all the erase unit headers, builds
254 the erase unit map, and then builds the virtual page map.
307 /* Set up erase unit maps */
429 transfer unit.
441 DEBUG(1, "ftl_cs: erasing xfer unit at 0x%x\n", xfer->Offset);
468 Prepare_xfer() takes a freshly erased transfer unit and gives
479 /* Look up the transfer unit */
516 DEBUG(1, "ftl_cs: preparing xfer unit at 0x%x\n", xfer->Offset);
518 /* Write the transfer unit heade
569 u_int16_t unit; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c70 #define wan_prefix(unit, prefix) snprintf(prefix, sizeof(prefix), "wan%d_", unit)
2405 int status = 0, unit, s; local
2418 /* current unit */
2419 if((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
2420 unit = 0;
2421 wan_prefix(unit, prefix);
3208 int unit; local
3216 if((unit = atoi(nvram_safe_get("wl_unit"))) < 0)
3219 snprintf(prefix, sizeof(prefix), "wl%d_", unit);
8020 int i, j, unit; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dio-unit.c1 /* $Id: io-unit.c,v 1.1.1.1 2008/10/15 03:26:19 james26_jang Exp $
2 * io-unit.c: IO-UNIT specific routines for memory management.
17 #include <asm/io-unit.h>

Completed in 327 milliseconds

<<11121314