Searched refs:dw_len (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/rts5208/ |
H A D | rtsx_chip.c | 1659 int dw_len, i, j; rtsx_write_cfg_seq() local 1668 dw_len = (len + offset) / 4 + 1; rtsx_write_cfg_seq() 1670 dw_len = (len + offset) / 4; rtsx_write_cfg_seq() 1672 dev_dbg(rtsx_dev(chip), "dw_len = %d\n", dw_len); rtsx_write_cfg_seq() local 1674 data = vzalloc(dw_len * 4); rtsx_write_cfg_seq() 1680 mask = vzalloc(dw_len * 4); rtsx_write_cfg_seq() 1698 dw_len * 4); rtsx_write_cfg_seq() 1700 dw_len * 4); rtsx_write_cfg_seq() 1702 for (i = 0; i < dw_len; i++) { rtsx_write_cfg_seq() 1725 int dw_len, i, j; rtsx_read_cfg_seq() local 1729 dw_len = (len + offset) / 4 + 1; rtsx_read_cfg_seq() 1731 dw_len = (len + offset) / 4; rtsx_read_cfg_seq() 1733 dev_dbg(rtsx_dev(chip), "dw_len = %d\n", dw_len); rtsx_read_cfg_seq() local 1735 data = vmalloc(dw_len * 4); rtsx_read_cfg_seq() 1741 for (i = 0; i < dw_len; i++) { rtsx_read_cfg_seq()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | pio.h | 185 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len,
|
H A D | pio.c | 1332 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, sc_buffer_alloc() argument 1338 unsigned long blocks = dwords_to_blocks(dw_len); sc_buffer_alloc()
|
H A D | chip.c | 10727 u32 dw_len) delay_cycles() 10739 delta_cycles = egress_cycles(dw_len * 4, desired_egress_rate) - delay_cycles() 10740 egress_cycles(dw_len * 4, current_egress_rate); delay_cycles() 10761 u32 dw_len) create_pbc() 10766 delay = delay_cycles(ppd, srate_mbs, dw_len); create_pbc() 10772 | (dw_len & PBC_LENGTH_DWS_MASK) create_pbc() 10726 delay_cycles(struct hfi1_pportdata *ppd, u32 desired_egress_rate, u32 dw_len) delay_cycles() argument 10760 create_pbc(struct hfi1_pportdata *ppd, u64 flags, int srate_mbs, u32 vl, u32 dw_len) create_pbc() argument
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api.h | 1291 * @dw_len: The amount of dwords following this byte including this byte.
|
Completed in 261 milliseconds