Searched refs:pba (Results 1 - 11 of 11) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dioport.c513 void *pci_alloc_consistent(struct pci_dev *pdev, size_t len, dma_addr_t *pba) argument
550 *pba = virt_to_phys(va); /* equals virt_to_bus (R.I.P.) for us. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dio-unit.c185 static int iounit_map_dma_area(dma_addr_t *pba, unsigned long va, __u32 addr, int len) argument
192 *pba = addr;
H A Diommu.c328 static int iommu_map_dma_area(dma_addr_t *pba, unsigned long va, argument
391 *pba = iommu->start + (ioptex << PAGE_SHIFT);
H A Dsun4c.c537 static int sun4c_map_dma_area(dma_addr_t *pba, unsigned long va, argument
542 *pba = addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c306 .name = "pba",
483 DEV_CLK(pclk, pdc, pba, 16);
553 DEV_CLK(mck, pio0, pba, 10);
560 DEV_CLK(mck, pio1, pba, 11);
567 DEV_CLK(mck, pio2, pba, 12);
574 DEV_CLK(mck, pio3, pba, 13);
581 DEV_CLK(mck, pio4, pba, 14);
614 DEV_CLK(usart, atmel_usart0, pba, 4);
625 DEV_CLK(usart, atmel_usart1, pba, 4);
636 DEV_CLK(usart, atmel_usart2, pba,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dalauda.c51 #define PBA_LO(pba) ((pba & 0xF) << 5)
52 #define PBA_HI(pba) (pba >> 3)
53 #define PBA_ZONE(pba) (pba >> 11)
414 static int alauda_get_redu_data(struct us_data *us, u16 pba, unsigned char *data) argument
419 PBA_HI(pba), PBA_ZONE(pba), 0, PBA_LO(pba),
583 alauda_erase_block(struct us_data *us, u16 pba) argument
613 alauda_read_block_raw(struct us_data *us, u16 pba, unsigned int page, unsigned int pages, unsigned char *data) argument
640 alauda_read_block(struct us_data *us, u16 pba, unsigned int page, unsigned int pages, unsigned char *data) argument
665 alauda_write_block(struct us_data *us, u16 pba, unsigned char *data) argument
697 u16 pba, lbap, new_pba; local
836 u16 pba; local
[all...]
H A Dsddr09.c590 unsigned int lba, maxlba, pba; local
634 pba = info->lba_to_pba[lba];
636 if (pba == UNDEF) { /* this lba was never written */
651 pages, pba, lba, page);
653 address = ((pba << info->blockshift) + page) <<
708 unsigned int pba, lbap; local
717 pba = info->lba_to_pba[lba];
720 if (pba == UNDEF) {
721 pba = sddr09_find_unused_pba(info, lba);
722 if (!pba) {
[all...]
H A Dsddr55.c166 unsigned int pba; local
189 pba = info->lba_to_pba[lba];
199 pages, pba, lba, page);
201 if (pba == NOT_ALLOCATED) {
202 /* no pba for this lba, fill with zeroes */
206 address = (pba << info->blockshift) + page;
284 unsigned int pba; local
315 pba = info->lba_to_pba[lba];
329 pages, pba, lba, page);
333 if (pba
748 unsigned int pba; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c666 uint32_t pba = 0, tx_space, min_tx_space, min_rx_space; local
683 pba = E1000_PBA_48K;
689 pba = E1000_PBA_48K;
694 pba = E1000_PBA_30K;
699 pba = E1000_PBA_38K;
702 pba = E1000_PBA_20K;
705 pba = E1000_PBA_8K;
713 pba -= 8; /* allocate more FIFO for Tx */
717 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
719 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIF
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Ddma.h238 * The bus address is returned at '*pba'.
241 * at least for now, 'a' is equal to bus address, and retured in *pba.
250 #define mmu_map_dma_area(pba,va,a,len) BTFIXUP_CALL(mmu_map_dma_area)(pba,va,a,len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dtransport.c405 __u32 cwnd, ssthresh, flight_size, pba, pmtu; local
419 pba = transport->partial_bytes_acked;
440 "flight_size: %d, pba: %d\n",
443 ssthresh, flight_size, pba);
459 pba += bytes_acked;
460 if (pba >= cwnd) {
462 pba = ((cwnd < pba) ? (pba - cwnd) : 0);
466 "ssthresh: %d, flight_size: %d, pba
[all...]

Completed in 131 milliseconds