Searched refs:bofs (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dbitops.h267 unsigned long bits, qofs, bofs;
272 bofs = ffz_b(bits);
274 return qofs*8 + bofs;
287 unsigned long bits, qofs, bofs;
292 bofs = ffz_b(~bits);
294 return qofs*8 + bofs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dsmsc-ircc2.c198 static void smsc_ircc_dma_xmit(struct smsc_ircc_cb *self, int bofs);
1189 int bofs; local
1195 bofs = mtt * (self->io.speed / 1000) / 8000;
1196 if (bofs > 4095)
1197 bofs = 4095;
1199 smsc_ircc_dma_xmit(self, bofs);
1212 * Function smsc_ircc_dma_xmit (self, bofs)
1217 static void smsc_ircc_dma_xmit(struct smsc_ircc_cb *self, int bofs) argument
1234 outb(bofs & 0xff, iobase + IRCC_BOF_COUNT_LO);
1236 outb(ctrl | ((bofs >>
[all...]

Completed in 56 milliseconds