Searched refs:selector (Results 1 - 25 of 26) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dpmac_feature.h119 static inline int pmac_call_feature(int selector, struct device_node* node, argument
124 return ppc_md.feature_call(selector, node, param, value);
225 /* PMAC_FTR_GET_MB_INFO (NULL, selector, 0)
228 * selector: 0 - model id
252 extern int pmac_do_feature_call(unsigned int selector, ...);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dpmac_feature.h119 static inline int pmac_call_feature(int selector, struct device_node* node, argument
124 return ppc_md.feature_call(selector, node, param, value);
225 /* PMAC_FTR_GET_MB_INFO (NULL, selector, 0)
228 * selector: 0 - model id
252 extern int pmac_do_feature_call(unsigned int selector, ...);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dget_address.c147 addr->selector = VM86_REG_(segment);
158 unsigned short selector; local
179 __asm__("mov %%fs,%0":"=r" (selector));
180 addr->selector = selector;
185 __asm__("mov %%gs,%0":"=r" (selector));
186 addr->selector = selector;
189 addr->selector = PM_REG_(segment);
253 /* Memory accessed via the cs selector i
[all...]
H A Dfpu_aux.c42 operand_address.selector = 0;
44 instruction_address.selector = 0;
H A Dreg_ld_str.c1194 FPU_get_user(instruction_address.selector, (unsigned short *) (s+8));
1196 FPU_get_user(operand_address.selector, (unsigned short *) (s+0x0c));
1202 += (instruction_address.selector & 0xf000) << 4;
1203 operand_address.offset += (operand_address.selector & 0xf000) << 4;
1214 FPU_get_user(instruction_address.selector, (unsigned short *) (s+0x10));
1217 FPU_get_user(operand_address.selector, (unsigned long *) (s+0x18));
1320 FPU_put_user(instruction_address.selector, (unsigned short *) (d+8));
1321 FPU_put_user(operand_address.selector, (unsigned short *) (d+0x0c));
H A Dfpu_emu.h115 unsigned int selector:16; member in struct:address
H A Dfpu_entry.c294 entry_sel_off.selector = FPU_CS;
499 operand_address.selector = FPU_DS;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dics2101.c68 int *selector; local
77 selector = left_fix;
83 selector = right_fix;
91 outb((selector[dev]), u_MixData);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Difconfig.c158 unsigned short selector; member in struct:arg1opt
166 const unsigned short selector; member in struct:options
259 int selector; local
405 if (ioctl(sockfd, a1op->selector, &ifr) < 0) {
444 selector = op->selector;
446 ifr.ifr_flags |= selector;
448 ifr.ifr_flags &= ~selector;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dia32_support.c34 load_desc (u16 selector) argument
38 if (!selector)
40 if (selector & IA32_SEGSEL_TI) {
47 index = selector >> IA32_SEGSEL_INDEX_SHIFT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Daudio.h71 u8 selector; member in struct:usb_audio_device
H A Daudio.c265 __u8 selector; member in struct:mixerchannel
1898 switch (ch->selector) {
1920 (ch->selector << 8) | ch->chnum, ms->iface | (ch->unitid << 8), data, 2, HZ) < 0)
1927 (ch->selector << 8) | (ch->chnum + 1), ms->iface | (ch->unitid << 8), data, 2, HZ) < 0)
1936 (ch->selector << 8) | ch->chnum, ms->iface | (ch->unitid << 8), data, 1, HZ) < 0)
1942 (ch->selector << 8) | (ch->chnum + 1), ms->iface | (ch->unitid << 8), data, 1, HZ) < 0)
1952 printk(KERN_ERR "usbaudio: mixer request device %u if %u unit %u ch %u selector %u failed\n",
1953 dev->devnum, ms->iface, ch->unitid, ch->chnum, ch->selector);
1971 printk(KERN_ERR "usbaudio: selector read request device %u if %u unit %u failed\n",
2002 printk(KERN_ERR "usbaudio: selector rea
3516 usb_audio_selectorunit(struct consmixstate *state, unsigned char *selector) argument
[all...]
H A Dse401.c273 static int se401_set_feature(struct usb_se401 *se401, unsigned short selector, argument
276 /* specs say that the selector (address) should go in the value field
286 selector,
294 unsigned short selector)
306 selector,
293 se401_get_feature(struct usb_se401 *se401, unsigned short selector) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Daironet4500_proc.c299 if ((rid->selector->read_only || rid->read_only) && write){
304 if (!write && rid->selector->may_change) {
340 if (rid->selector->MAC_Disable_at_write){
344 if (rid->selector->MAC_Disable_at_write){
444 while (awc_rids[group].selector && group < awc_nof_rids){
446 printk(KERN_CRIT "ridgroup %s size %d \n", awc_rids[group].selector->name,awc_rids[group].size);
450 awc_proc_priv[device_number].proc_table[group].procname = awc_rids[group].selector->name;
466 while (awc_rids[group].rids[rid].selector && (rid < awc_rids[group].size -1)){
483 awc_rids[group].rids[rid].selector->read_only )
H A Daironet4500_core.c708 if (!rid->selector) return -1;
709 AWC_INIT_COMMAND(AWC_NOT_CLI,cmd,dev,0x21, rid->selector->selector,
710 rid->selector->selector, rid->offset, (rid->bits / 8),pBuf);
742 AWC_INIT_COMMAND(AWC_NOT_CLI,cmd,dev,0x21, rid->selector->selector,
743 rid->selector->selector,rid->offset, rid->bits/8,pBuf);
778 AWC_INIT_COMMAND(AWC_NOT_CLI,cmd,dev,0x21, rid->selector
[all...]
H A Ddl2k.h379 u16 selector:5; // bit 4:0 member in struct:t_MII_ANAR::__anon1776
412 u16 selector:5; // bit 4:0 member in struct:t_MII_ANLPAR::__anon1777
H A Daironet4500.h1281 const u16 selector; member in struct:aironet4500_rid_selector
1383 const struct aironet4500_rid_selector * selector; member in struct:aironet4500_RID
1409 const struct aironet4500_rid_selector * selector; member in struct:awc_rid_dir
H A Daironet4500_rid.c2148 if (awc_rids[i].selector)
2150 else priv->rid_dir[i].selector = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dshuttle_usbat.c776 int selector; local
781 for (selector = 0xA0; selector <= 0xB0; selector += 0x10) {
783 if ( (result = usbat_write(us, USBAT_ATA, 0x16, selector)) !=
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/Doc/
H A Dlibevent.tex153 \item \param{es} -- the event selector.
174 \item \param{es} -- the event selector.
196 \item \param{es} -- the event selector.
220 \item \param{es} -- the event selector which contains \param{eh}.
307 \item \param{es} -- the event selector.
331 \item \param{es} -- the event selector.
382 \item \param{es} -- the event selector.
406 \item \param{es} -- the event selector.
420 \item \param{es} -- the event selector.
463 \item \param{es} -- the event selector
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_eckd.h298 __u8 selector; member in struct:dasd_eckd_confdata_t::__anon2077
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpmac_feature.c161 unsigned int selector; member in struct:feature_table_entry
1834 pmac_do_feature_call(unsigned int selector, ...) argument
1843 if (pmac_mb.features[i].selector == selector) {
1849 if (any_features[i].selector == selector) {
1856 va_start(args, selector);
/asus-wl-520gu-7.0.1.45/src/switch/sys/
H A Detc53xx.h417 unsigned char selector:5; /* advertise selector field */ member in struct:_ROBO_MII_AN_ADVERT_STRUC
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Dbzip2_inflate.c373 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon7374
1157 gSel = s->selector[groupNo]; \
1421 s->selector[i] = tmp;
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbzip2_inflate.c334 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12552
1118 gSel = s->selector[groupNo]; \
1382 s->selector[i] = tmp;

Completed in 209 milliseconds

12