Home
last modified time | relevance | path

Searched refs:scp_struct (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/i825xx/
A Dsun3_82586.c151 volatile struct scp_struct *scp; /* volatile is important */
217 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS); in check586()
218 memset((char *)p->scp,0, sizeof(struct scp_struct)); in check586()
219 for(i=0;i<sizeof(struct scp_struct);i++) /* memory was writeable? */ in check586()
254 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS); in alloc586()
259 memset((char *) p->scp ,0,sizeof(struct scp_struct)); in alloc586()
A Dsun3_82586.h45 struct scp_struct struct

Completed in 5 milliseconds