Searched refs:ilt (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A DMakefile4 b43legacy-y += ilt.o
H A Dradio.c25 #include "ilt.h"
1853 u16 ilt; local
1866 ilt = b43legacy_ilt_read(dev, 0x3001);
1867 ilt &= 0x0007;
1871 dac |= ilt;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h637 struct bnx2x_ilt *ilt = BP_ILT(bp); local
640 if (!ilt || !ilt->lines)
643 ilt_cli = &ilt->clients[cli_num];
649 rc = bnx2x_ilt_line_mem_op(bp, &ilt->lines[i],
692 struct bnx2x_ilt *ilt, int idx, u8 initop)
695 int abs_idx = ilt->start_line + idx;
702 bnx2x_ilt_line_wr(bp, abs_idx, ilt->lines[idx].page_mapping);
765 struct bnx2x_ilt *ilt,
775 bnx2x_ilt_line_init_op(bp, ilt,
691 bnx2x_ilt_line_init_op(struct bnx2x *bp, struct bnx2x_ilt *ilt, int idx, u8 initop) argument
764 bnx2x_ilt_client_init_op_ilt(struct bnx2x *bp, struct bnx2x_ilt *ilt, struct ilt_client_info *ilt_cli, u8 initop) argument
784 struct bnx2x_ilt *ilt = BP_ILT(bp); local
792 struct bnx2x_ilt *ilt = BP_ILT(bp); local
816 struct bnx2x_ilt *ilt = BP_ILT(bp); local
[all...]
H A Dbnx2x_cmn.c4724 kfree(bp->ilt);
4731 struct bnx2x_ilt *ilt; local
4791 /* ilt */
4792 ilt = kzalloc(sizeof(*ilt), GFP_KERNEL);
4793 if (!ilt)
4795 bp->ilt = ilt;
H A Dbnx2x_main.c7144 * the ilt, translate to a logical address and send a request to read/write.
7145 * Since the ilt for the function that is down is not valid, this will cause
7202 struct bnx2x_ilt ilt; local
7204 memset(&ilt, 0, sizeof(struct bnx2x_ilt));
7211 /* Step 1: set zeroes to all ilt page entries with valid bit on
7212 * Step 2: set the timers first/last ilt entry to point
7223 bnx2x_ilt_client_init_op_ilt(bp, &ilt, &ilt_cli, INITOP_CLEAR);
7955 struct bnx2x_ilt *ilt = BP_ILT(bp); local
7983 ilt = BP_ILT(bp);
7984 cdu_ilt_start = ilt
8640 struct bnx2x_ilt *ilt = BP_ILT(bp); local
[all...]
H A Dbnx2x_sriov.c1644 /* called by bnx2x_init_hw_func, returns the next ilt line */
1648 struct bnx2x_ilt *ilt = BP_ILT(bp); local
1653 /* set vfs ilt lines */
1657 ilt->lines[line+i].page = hw_cxt->addr;
1658 ilt->lines[line+i].page_mapping = hw_cxt->mapping;
1659 ilt->lines[line+i].size = hw_cxt->size; /* doesn't matter */
H A Dbnx2x.h1651 struct bnx2x_ilt *ilt; member in struct:bnx2x
1652 #define BP_ILT(bp) ((bp)->ilt)
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-core.c584 struct dma_interleaved_template *ilt,
590 xfer.direction = ilt->dir;
591 xfer.xfer.il = ilt;
583 dw_edma_device_prep_interleaved_dma(struct dma_chan *dchan, struct dma_interleaved_template *ilt, unsigned long flags) argument

Completed in 241 milliseconds