Searched refs:window (Results 101 - 125 of 187) sorted by relevance

12345678

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c165 u32 window = u32_get_bits(offset, WINDOW_VALUE_MASK); local
170 /* Preserve the static window configuration and reset only dynamic window */
172 window |= static_window;
174 if (window != ab_pci->register_window) {
175 iowrite32(WINDOW_ENABLE_BIT | window,
178 ab_pci->register_window = window;
186 u32 window; local
188 window = (umac_window << 12) | (ce_window << 6);
191 ab_pci->register_window = window;
[all...]
/linux-master/arch/arm/kernel/
H A Dbios32.c398 struct resource_entry *window; local
405 resource_list_for_each_entry(window, &sys->resources)
406 if (resource_type(window->res) == IORESOURCE_IO)
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1392 * There is a timing window where we could lose a disconnect request.
1393 * The known path to this window occurs during the DISCONNECT_RECONNECT
1456 rc = h_copy_rdma(len, vscsi->dds.window[REMOTE].liobn,
1458 vscsi->dds.window[LOCAL].liobn, iue->sbuf->dma);
1528 vscsi->dds.window[REMOTE].liobn,
1530 vscsi->dds.window[LOCAL].liobn, token);
1573 rc = h_copy_rdma(sizeof(*info), vscsi->dds.window[LOCAL].liobn,
1574 token, vscsi->dds.window[REMOTE].liobn,
1644 rc = h_copy_rdma(olen, vscsi->dds.window[REMOTE].liobn,
1646 vscsi->dds.window[LOCA
[all...]
/linux-master/drivers/ssb/
H A Ddriver_chipcommon_sflash.c148 sflash->window = SSB_FLASH2;
/linux-master/net/ax25/
H A Dax25_std_timer.c130 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
H A Dax25_in.c398 ax25->window = ax25_dev->values[AX25_VALUES_EWINDOW];
401 ax25->window = ax25_dev->values[AX25_VALUES_WINDOW];
/linux-master/drivers/pci/controller/
H A Dpcie-rcar.h143 struct resource_entry *window);
/linux-master/lib/
H A Ddecompress_inflate.c136 /* Always keep the window for DFLTCC */
140 WS(strm)->inflate_state.window = NULL;
/linux-master/drivers/net/slip/
H A Dslhc.c365 * receiver expects changes in the order: urgent, window,
380 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){
402 * retransmitted ack or window probe. Send it uncompressed
577 thp->window = htons( ntohs(thp->window) + x);
/linux-master/drivers/sh/intc/
H A Dinternals.h69 struct intc_window *window; member in struct:intc_desc_int
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rpf.c311 * slices. We must scale our partition window based on the pipe
312 * configuration to match the destination partition window.
314 * matching the expected partition window. Only 'left' and
372 struct vsp1_partition_window *window)
374 partition->rpf = *window;
368 rpf_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int partition_idx, struct vsp1_partition_window *window) argument
H A Dvsp1_pipe.c458 struct vsp1_partition_window *window)
465 window);
455 vsp1_pipeline_propagate_partition(struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int index, struct vsp1_partition_window *window) argument
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1043 * Changes the CRB window to the specified window.
1047 u32 window)
1053 if (adapter->ahw.crb_win == window)
1059 writel(window, offset);
1061 if (window == readl(offset))
1066 "failed to set CRB window to %d\n",
1067 (window == NETXEN_WINDOW_ONE));
1073 adapter->ahw.crb_win = window;
1078 * 1 if window acces
1046 netxen_nic_pci_set_crbwindow_128M(struct netxen_adapter *adapter, u32 window) argument
1122 u32 window; local
1352 u32 window; local
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1206 * Returns an adjusted window log that is large enough to fit the source and the dictionary.
1208 * is within the window. So the hashLog and chainLog should be large enough to reference both
1209 * the dictionary and the window. So we must use this adjusted dictAndWindowLog when downsizing
1225 /* If the window size is already large enough to fit both the source and the dictionary
1226 * then just use the window size. Otherwise adjust so that it fits the dictionary and
1227 * the window.
1232 return ZSTD_WINDOWLOG_MAX; /* Larger than max window log */
1605 ZSTD_window_clear(&ms->window);
1607 ms->nextToUpdate = ms->window.dictLimit;
1662 ZSTD_window_init(&ms->window);
[all...]
/linux-master/net/tipc/
H A Dlink.c123 * @window: sliding window size for congestion handling
124 * @min_win: minimal send window to be used by link
126 * @max_win: maximal send window to be used by link
128 * @checkpoint: seq number for congestion window size handling
190 u16 window; member in struct:tipc_link
468 * @min_win: minimal send window to be used by link
469 * @max_win: maximal send window to be used by link
549 * @min_win: minimal send window to be used by link
550 * @max_win: maximal send window t
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dcore.c89 struct sh_pfc_window *window; local
95 window = pfc->windows + i;
97 if (address < window->phys)
100 if (address >= (window->phys + window->size))
103 return window->virt + (address - window->phys);
/linux-master/scripts/kconfig/
H A Dgconf.c72 static void replace_button_icon(GladeXML *xml, GdkDrawable *window, argument
80 pixmap = gdk_pixmap_create_from_xpm_d(window, &mask,
132 replace_button_icon(xml, main_wnd->window, style,
134 replace_button_icon(xml, main_wnd->window, style,
136 replace_button_icon(xml, main_wnd->window, style,
434 if (widget->window == NULL)
437 gdk_window_get_size(widget->window, &w, &h);
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_nx.c27 /* CRB window related */
356 * side effect: lock crb window
573 * Not in direct map, use crb window
601 int window; local
607 window = MN_WIN(addr);
608 ha->ddr_mn_window = window;
610 QLA82XX_PCI_CRBSPACE, window);
613 if ((win_read << 17) != window) {
616 __func__, window, win_read);
628 window
676 int window; local
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nx.c27 /* CRB window related */
357 * side effect: lock crb window
409 /* Not in direct map, use crb window */
545 int window; local
552 window = MN_WIN(addr);
553 ha->ddr_mn_window = window;
555 ha->mn_win_crb | QLA82XX_PCI_CRBSPACE, window);
558 if ((win_read << 17) != window) {
561 __func__, window, win_read);
573 window
623 int window; local
[all...]
/linux-master/drivers/soc/qcom/
H A Dicc-bwmon.c565 int window; local
572 window = mult_frac(bwmon->data->sample_ms, HW_TIMER_HZ, MSEC_PER_SEC);
573 /* Maximum sampling window: 0xffffff for v4 and 0xfffff for v5 */
574 regmap_field_write(bwmon->regs[F_SAMPLE_WINDOW], window);
630 * window. Downstream kernel for BWMONv4 (called BWMON type 2 in
/linux-master/tools/testing/cxl/test/
H A Dcxl.c450 struct acpi_cedt_cfmws *window = mock_cfmws[i]; local
452 res = alloc_mock_res(window->window_size, SZ_256M);
455 window->base_hpa = res->range.start;
742 struct acpi_cedt_cfmws *window = mock_cfmws[0]; local
789 base = window->base_hpa;
796 eig_to_granularity(window->granularity, &cxld->interleave_granularity);
/linux-master/net/rxrpc/
H A Dcall_event.c2 /* Management of Tx window, Tx resend, ACKs and out-of-sequence reception
238 rxrpc_seq_t window = call->acks_hard_ack, wtop = window + winsize; local
/linux-master/drivers/powercap/
H A Ddtpm.c40 static int get_time_window_us(struct powercap_zone *pcz, int cid, u64 *window) argument
45 static int set_time_window_us(struct powercap_zone *pcz, int cid, u64 window) argument
/linux-master/net/ipv4/
H A Dtcp_output.c90 /* SND.NXT, if window was not shrunk or the amount of shrunk was less than one
91 * window scaling factor due to loss of precision.
92 * If window has been shrunk, what should we make? It is not clear at all.
93 * Using SND.UNA we will fail to open window, SND.NXT is out of window. :-(
141 /* RFC2861. Reset CWND after idle period longer RTO to "restart window".
200 /* Determine a window scaling and initial window to offer.
215 /* If no clamp set the clamp to the max possible scaled window */
224 /* NOTE: offering an initial window large
2054 u32 partial, needed, window, max_len; local
3097 int full_space, window; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1106 * Changes the CRB window to the specified window.
1109 * 1 if window access is needed. 'off' is set to offset from
1111 * 0 if no window access is needed. 'off' is set to 2M addr
1136 * Not in direct map, use crb window
1145 * side effect: lock crb window
1150 u32 window; local
1155 window = CRB_HI(off);
1156 if (window == 0) {
1161 writel(window, add
1244 qlcnic_pci_mem_access_direct(struct qlcnic_adapter *adapter, u32 window, u64 off, u64 *data, int op) argument
[all...]

Completed in 316 milliseconds

12345678