Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 6 of 6) sorted by relevance

/drivers/net/bnxt/
A Dbnxt.c15 #define bnxt_down_chip(bp) bnxt_hwrm_run(down_chip, bp, 0) argument
276 ((bp->tx.prod_id - bp->tx.cons_id) & in bnxt_tx_avail()
305 bp->tx.cons_id = NEXT_IDX(bp->tx.cons_id, bp->tx.ring_cnt); in bnxt_tx_complete()
315 while (bp->rx.iob_cnt < bp->rx.buf_cnt) { in post_rx_buffers()
410 dbg_rxp(bp->rx.iob_rx, bp->rx.iob_len, bp->rx.iob_recv); in rx_process()
542 bp->num_cmpl_rings = bp->min_cp_rings; in set_ring_info()
545 bp->num_tx_rings = bp->min_tx_rings; in set_ring_info()
548 bp->num_rx_rings = bp->min_rx_rings; in set_ring_info()
551 bp->num_hw_ring_grps = bp->min_hw_ring_grps; in set_ring_info()
554 bp->num_stat_ctxs = bp->min_stat_ctxs; in set_ring_info()
[all …]
A Dbnxt_dbg.h177 bp->mac_addr[0], in print_func_qcaps()
178 bp->mac_addr[1], in print_func_qcaps()
179 bp->mac_addr[2], in print_func_qcaps()
180 bp->mac_addr[3], in print_func_qcaps()
181 bp->mac_addr[4], in print_func_qcaps()
182 bp->mac_addr[5]); in print_func_qcaps()
190 bp->mac_addr[0], in print_func_qcfg()
191 bp->mac_addr[1], in print_func_qcfg()
192 bp->mac_addr[2], in print_func_qcfg()
193 bp->mac_addr[3], in print_func_qcfg()
[all …]
A Dbnxt.h62 #define SET_MEDIUM_SPEED(bp, s) (((bp)->medium & ~MEDIUM_SPEED_MASK) | (s)) argument
67 #define SET_MEDIUM_DUPLEX(bp, d) (((bp)->medium & ~MEDIUM_HALF_DUPLEX) | (d)) argument
107 #define TX_RING_QID ((u16)bp->port_idx * 10)
387 #define RING_FREE(bp, rid, flag) bnxt_hwrm_ring_free(bp, rid, flag) argument
/drivers/video/sunxi/
A Dlcdc.c76 int bp, clk_delay, total, val; in lcdc_tcon0_mode_set() local
94 bp = mode->hsync_len.typ + mode->hback_porch.typ; in lcdc_tcon0_mode_set()
95 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon0_mode_set()
97 SUNXI_LCDC_TCON0_TIMING_H_BP(bp), &lcdc->tcon0_timing_h); in lcdc_tcon0_mode_set()
99 bp = mode->vsync_len.typ + mode->vback_porch.typ; in lcdc_tcon0_mode_set()
100 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon0_mode_set()
153 int bp, clk_delay, total, val, yres; in lcdc_tcon1_mode_set() local
177 bp = mode->hsync_len.typ + mode->hback_porch.typ; in lcdc_tcon1_mode_set()
178 total = mode->hactive.typ + mode->hfront_porch.typ + bp; in lcdc_tcon1_mode_set()
182 bp = mode->vsync_len.typ + mode->vback_porch.typ; in lcdc_tcon1_mode_set()
[all …]
/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.c517 bp[1] = 5; in nx_mlc_get_extended_color()
518 bp[2] = 0; in nx_mlc_get_extended_color()
524 bp[0] = 0; in nx_mlc_get_extended_color()
525 bp[1] = 5; in nx_mlc_get_extended_color()
534 bp[1] = 5; in nx_mlc_get_extended_color()
535 bp[2] = 0; in nx_mlc_get_extended_color()
542 bp[0] = 0; in nx_mlc_get_extended_color()
543 bp[1] = 5; in nx_mlc_get_extended_color()
551 bp[0] = 8; in nx_mlc_get_extended_color()
552 bp[1] = 4; in nx_mlc_get_extended_color()
[all …]
/drivers/qe/
A Dqe.c356 uint *bp; in qe_set_brg() local
364 bp = (uint *)&qe_immr->brg.brgc1; in qe_set_brg()
365 bp += brg; in qe_set_brg()
384 out_be32(bp, val); in qe_set_brg()

Completed in 34 milliseconds