Home
last modified time | relevance | path

Searched refs:dw_len (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rts5208/
Drtsx_chip.c1659 int dw_len, i, j; in rtsx_write_cfg_seq() local
1668 dw_len = (len + offset) / 4 + 1; in rtsx_write_cfg_seq()
1670 dw_len = (len + offset) / 4; in rtsx_write_cfg_seq()
1672 dev_dbg(rtsx_dev(chip), "dw_len = %d\n", dw_len); in rtsx_write_cfg_seq()
1674 data = vzalloc(dw_len * 4); in rtsx_write_cfg_seq()
1680 mask = vzalloc(dw_len * 4); in rtsx_write_cfg_seq()
1698 dw_len * 4); in rtsx_write_cfg_seq()
1700 dw_len * 4); in rtsx_write_cfg_seq()
1702 for (i = 0; i < dw_len; i++) { in rtsx_write_cfg_seq()
1725 int dw_len, i, j; in rtsx_read_cfg_seq() local
[all …]
/drivers/staging/rdma/hfi1/
Dpio.h185 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len,
Dpio.c1332 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() argument
1338 unsigned long blocks = dwords_to_blocks(dw_len); in sc_buffer_alloc()
Dchip.c10728 u32 dw_len) in delay_cycles() argument
10740 delta_cycles = egress_cycles(dw_len * 4, desired_egress_rate) - in delay_cycles()
10741 egress_cycles(dw_len * 4, current_egress_rate); in delay_cycles()
10762 u32 dw_len) in create_pbc() argument
10767 delay = delay_cycles(ppd, srate_mbs, dw_len); in create_pbc()
10773 | (dw_len & PBC_LENGTH_DWS_MASK) in create_pbc()