Searched refs:scb_struct (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h70 struct scb_struct struct
H A D3c523.h56 struct scb_struct struct
H A Dni52.h62 struct scb_struct struct
H A Dsun3_82586.c149 volatile struct scb_struct *scb; /* volatile is important */
252 p->scb = (struct scb_struct *) ((char *)p->iscp + sizeof(struct iscp_struct));
273 memset((char *)p->scb,0,sizeof(struct scb_struct));
414 ptr = (void *) ((char *)p->scb + sizeof(struct scb_struct));
H A D3c523.c210 volatile struct scb_struct *scb; /* volatile is important */
357 p->scb = (struct scb_struct *) isa_bus_to_virt(dev->mem_start);
376 memset((char *) p->scb, 0, sizeof(struct scb_struct));
629 ptr = (void *) ((char *) p->scb + sizeof(struct scb_struct));
H A Dni52.c160 struct scb_struct __iomem *scb;
291 p->scb = (struct scb_struct __iomem *) p->mapped;
340 memset_io(p->scb, 0, sizeof(struct scb_struct));

Completed in 117 milliseconds