Searched refs:savep (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dtraps.c130 unsigned long *savep; local
134 savep = __va(errdata);
135 regs->gpr[3] = savep[0]; /* restore original r3 */
136 errhdr = (struct rtas_error_log *)(savep + 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcomx-hw-comx.c160 static void COMX_release_board(struct net_device *dev, struct net_device *savep) argument
168 if (memory_used[mempos] == savep) {
172 memory_used[mempos] = savep;
173 if (!ch->twin || ch->twin != savep) {
175 if (savep) ((struct comx_channel*)savep->priv)->HW_board_on(savep);
183 struct net_device *savep; local
187 savep = ch->HW_access_board(dev);
191 ch->HW_release_board(dev,savep);
200 struct net_device *savep; local
458 struct net_device *savep; local
565 struct net_device *savep; local
609 struct net_device *savep; local
[all...]
H A Dcomx.h101 void (*HW_release_board)(struct net_device *dev, struct net_device *savep);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h803 HADDR_1 (ccb_head.savep),
823 HADDR_1 (ccb_head.savep),
1773 * savep --> DATA_IO
1776 * This script sets savep and lastp according to the
1787 HADDR_1 (ccb_head.savep),
1792 HADDR_1 (ccb_head.savep),
H A Dsym_fw2.h783 offsetof (struct sym_ccb, phys.head.savep),
803 offsetof (struct sym_ccb, phys.head.savep),
1657 * other PM context since the savep may point
1868 * savep --> DATA_IO
1871 * This script sets savep and lastp according to the
1884 offsetof (struct sym_ccb, phys.head.savep),
1890 offsetof (struct sym_ccb, phys.head.savep),
H A Dsym_hipd.h705 * 'savep' points to the position in the script responsible
709 u32 savep; /* Jump address to saved data pointer */ member in struct:sym_ccbh
1307 cp->phys.head.savep = cpu_to_scr(lastp);
1308 cp->startp = cp->phys.head.savep;
1316 cp->phys.head.savep = cpu_to_scr(SCRIPTB_BA (np, data_io));
H A Dsym_hipd.c3133 cp->phys.head.savep = cpu_to_scr(startp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dinode.c214 char *this_char,*value,save,*savep; local
234 savep = NULL;
239 savep = value;
367 if (value) *savep = save;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dinode.c214 char *this_char,*value,save,*savep; local
234 savep = NULL;
239 savep = value;
367 if (value) *savep = save;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/vfat/
H A Dnamei.c105 char *this_char,*value,save,*savep; local
121 savep = NULL;
126 savep = value;
162 *savep = save;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c779 u_int32 savep; member in struct:head
785 ** They are copied back to savep/lastp/goalp by the SCRIPTS
1539 ** load the savep (saved pointer) into
1543 NADDR (header.savep),
1867 NADDR (header.savep),
1878 NADDR (header.savep),
1918 NADDR (header.savep),
2637 ** savep --> DATA_IO
2642 ** This script sets savep/lastp/goalp according to the
2653 NADDR (header.savep),
[all...]
H A Dsym53c8xx.c1778 u_int32 savep; member in struct:head
1784 ** They are copied back to savep/lastp/goalp by the SCRIPTS
2707 ** load the savep (saved pointer) into
2711 offsetof (struct ccb, phys.header.savep),
3175 offsetof (struct ccb, phys.header.savep),
3184 offsetof (struct ccb, phys.header.savep),
3230 offsetof (struct ccb, phys.header.savep),
3449 ** load the savep (saved pointer) into
3453 offsetof (struct ccb, phys.header.savep),
3718 ** load the savep (save
[all...]

Completed in 120 milliseconds