Searched refs:aib (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c487 struct etr_aib aib; local
493 if (etr_steai(&aib, ETR_STEAI_STEPPING_PORT) == 0)
605 static int etr_port_valid(struct etr_aib *aib, int port) argument
610 if (aib->tsp == 0)
613 psc = port ? aib->esw.psc1 : aib->esw.psc0;
617 return !aib->esw.y && aib->slsw.v1 &&
618 aib->slsw.v2 && aib
635 etr_steai_cv(struct etr_aib *aib, unsigned int func) argument
730 struct etr_aib *sync_port, *aib; local
789 etr_sync_clock_stop(struct etr_aib *aib, int port) argument
882 etr_handle_update(struct etr_aib *aib, struct etr_eacr eacr) argument
973 struct etr_aib aib; local
1236 struct etr_aib *aib = etr_aib_from_dev(dev); local
1248 struct etr_aib *aib = etr_aib_from_dev(dev); local
1260 struct etr_aib *aib = etr_aib_from_dev(dev); local
1272 struct etr_aib *aib = etr_aib_from_dev(dev); local
1284 struct etr_aib *aib = etr_aib_from_dev(dev); local
1296 struct etr_aib *aib = etr_aib_from_dev(dev); local
1308 struct etr_aib *aib = etr_aib_from_dev(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Detr.h156 /* Stores a format 1 aib with 64 bytes */
157 static inline int etr_stetr(struct etr_aib *aib) argument
166 : "+d" (rc) : "Q" (*aib));
170 /* Stores a format 2 aib with 96 bytes for specified port */
171 static inline int etr_steai(struct etr_aib *aib, unsigned int func) argument
181 : "+d" (rc) : "Q" (*aib), "d" (reg0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D7990.c119 volatile struct lance_init_block *aib = lp->lance_init_block; local
122 leptr = LANCE_ADDR (aib);
142 volatile struct lance_init_block *aib; /* for LANCE_ADDR computations */ local
146 aib = lp->lance_init_block;
181 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
195 leptr = LANCE_ADDR(&aib->rx_buf[i][0]);
210 leptr = LANCE_ADDR(&aib->brx_ring);
217 leptr = LANCE_ADDR(&aib->btx_ring);
H A Da2065.c143 volatile struct lance_init_block *aib = lp->lance_init_block; local
146 leptr = LANCE_ADDR (aib);
166 volatile struct lance_init_block *aib; /* for LANCE_ADDR computations */ local
170 aib = lp->lance_init_block;
194 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
208 leptr = LANCE_ADDR(&aib->rx_buf[i][0]);
222 leptr = LANCE_ADDR(&aib->brx_ring);
229 leptr = LANCE_ADDR(&aib->btx_ring);
H A Dsunlance.c326 dma_addr_t aib = lp->init_block_dvma; local
347 leptr = LANCE_ADDR(aib + libbuff_offset(tx_buf, i));
357 leptr = LANCE_ADDR(aib + libbuff_offset(rx_buf, i));
369 leptr = LANCE_ADDR(aib + libdesc_offset(brx_ring, 0));
374 leptr = LANCE_ADDR(aib + libdesc_offset(btx_ring, 0));

Completed in 76 milliseconds