Searched refs:aib (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c511 struct etr_aib aib; local
516 if (etr_steai(&aib, ETR_STEAI_STEPPING_PORT) == 0)
627 static int etr_port_valid(struct etr_aib *aib, int port) argument
632 if (aib->tsp == 0)
635 psc = port ? aib->esw.psc1 : aib->esw.psc0;
639 return !aib->esw.y && aib->slsw.v1 &&
640 aib->slsw.v2 && aib
657 etr_steai_cv(struct etr_aib *aib, unsigned int func) argument
790 etr_sync_clock(struct etr_aib *aib, int port) argument
923 etr_handle_update(struct etr_aib *aib, struct etr_eacr eacr) argument
1014 struct etr_aib aib; local
1256 struct etr_aib *aib = etr_aib_from_dev(dev); local
1267 struct etr_aib *aib = etr_aib_from_dev(dev); local
1278 struct etr_aib *aib = etr_aib_from_dev(dev); local
1289 struct etr_aib *aib = etr_aib_from_dev(dev); local
1300 struct etr_aib *aib = etr_aib_from_dev(dev); local
1311 struct etr_aib *aib = etr_aib_from_dev(dev); local
1322 struct etr_aib *aib = etr_aib_from_dev(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunlance.c325 dma_addr_t aib = lp->init_block_dvma; local
346 leptr = LANCE_ADDR(aib + libbuff_offset(tx_buf, i));
356 leptr = LANCE_ADDR(aib + libbuff_offset(rx_buf, i));
368 leptr = LANCE_ADDR(aib + libdesc_offset(brx_ring, 0));
373 leptr = LANCE_ADDR(aib + libdesc_offset(btx_ring, 0));
H A D7990.c120 volatile struct lance_init_block *aib = lp->lance_init_block; local
123 leptr = LANCE_ADDR (aib);
143 volatile struct lance_init_block *aib; /* for LANCE_ADDR computations */ local
147 aib = lp->lance_init_block;
182 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
196 leptr = LANCE_ADDR(&aib->rx_buf[i][0]);
211 leptr = LANCE_ADDR(&aib->brx_ring);
218 leptr = LANCE_ADDR(&aib->btx_ring);
H A Da2065.c145 volatile struct lance_init_block *aib = lp->lance_init_block; local
148 leptr = LANCE_ADDR (aib);
168 volatile struct lance_init_block *aib; /* for LANCE_ADDR computations */ local
172 aib = lp->lance_init_block;
196 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
210 leptr = LANCE_ADDR(&aib->rx_buf[i][0]);
224 leptr = LANCE_ADDR(&aib->brx_ring);
231 leptr = LANCE_ADDR(&aib->btx_ring);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
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) : "m" (*aib), "a" (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) : "m" (*aib), "a" (aib), "d" (reg0));

Completed in 73 milliseconds