Searched refs:window (Results 1 - 25 of 186) sorted by path

12345678

/linux-master/arch/alpha/kernel/
H A Dcore_t2.c30 /* For dumping initial DMA window settings. */
33 /* For dumping final DMA window settings. */
38 * maximum size direct-map window (2GB) to match the maximum amount of
40 * floppy to DMA only via the scatter/gather window set up for 8MB
57 /* The ISA scatter/gather window settings. */
90 } window[2]; member in struct:__anon79
353 /* Note we can only do 1 SG window, as the other is for direct, so
392 t2_saved_config.window[0].wbase = *(vulp)T2_WBASE1;
393 t2_saved_config.window[0].wmask = *(vulp)T2_WMASK1;
394 t2_saved_config.window[
[all...]
H A Dcore_cia.c308 so use them and read at window 3 base exactly 4 times. Reading
329 cia_prepare_tbia_workaround(int window)
344 *(vip)CIA_IOC_PCI_Wn_BASE(window) = CIA_BROKEN_TBIA_BASE | 3;
345 *(vip)CIA_IOC_PCI_Wn_MASK(window)
347 *(vip)CIA_IOC_PCI_Tn_BASE(window) = virt_to_phys(ppte) >> 2;
555 printk("pci: disabling sg translation window\n");
578 } window[4];
600 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i);
601 saved_config.window[i].w_mask = *(vip)CIA_IOC_PCI_Wn_MASK(i);
602 saved_config.window[
328 cia_prepare_tbia_workaround(int window) argument
576 } window[4]; member in struct:__anon5
857 const char *window; local
[all...]
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c36 static uch window[WSIZE]; /* Sliding window buffer */ variable
130 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
139 in = window;
/linux-master/arch/sparc/kernel/
H A Detrap_32.S3 * etrap.S: Sparc trap window preparation for entry into the
54 * to call c-code and the trap cannot be handled in-window)
62 /* 2 3 4 window number
66 * O == Current window before trap
79 /* Calculate mask of trap window. See if from user
93 /* See if we are in the trap window. */
95 bne trap_setup_kernel_spill ! in trap window, clean up
98 /* Trap from kernel with a window available.
113 sll %t_wim, 0x7, %t_wim ! patched on 7 window Sparcs
116 and %g2, 0xff, %g2 ! patched on 7 window Sparc
[all...]
H A Dwof.S3 * wof.S: Sparc window overflow handler.
29 * accessed when in the 'trap' window, 'G' means
30 * accessible in any window. Do not change these registers
43 #define twin_tmp l4 /* Temp reg, only usable in trap window T */
49 /* On a 7-window Sparc the boot code patches spnwin_*
80 * window properly in this trap handler.
105 /* Save into the window which must be saved and do it.
110 save %g0, %g0, %g0 ! save into the window to stash away
116 STORE_WINDOW(sp) ! stash the window
117 restore %g0, %g0, %g0 ! go back into trap window
[all...]
H A Dwuf.S57 * O == the window that execution was in when
61 * window
63 * W == this window is the one which is now invalid
67 * I == this window will be the invalid one when we
73 /* On 7-window Sparc the boot code patches fnwin_patch1
86 * the proper window off of the stack.
93 wr %twin_tmp1, 0x0, %wim /* Make window 'I' invalid */
97 restore %g0, %g0, %g0 /* Restore to window 'O' */
100 * 'over restore' sorta speak and just grab the window
131 restore %g0, %g0, %g0 /* Restore to window '
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h56 u_int window; member in struct:layer2
/linux-master/drivers/mtd/devices/
H A Dbcm47xxsflash.h72 void __iomem *window; member in struct:bcm47xxsflash
/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/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h57 struct dma_window window[NUM_DMA_WINDOWS]; member in struct:target_dds
/linux-master/drivers/sh/intc/
H A Daccess.c16 struct intc_window *window; local
21 window = d->window + k;
23 if (address < window->phys)
26 if (address >= (window->phys + window->size))
29 address -= window->phys;
30 address += (unsigned long)window->virt;
/linux-master/drivers/ssb/
H A Ddriver_chipcommon_sflash.c148 sflash->window = SSB_FLASH2;
/linux-master/drivers/video/fbdev/
H A Dau1200fb.h75 } window[4]; member in struct:au1200_lcd
/linux-master/include/linux/ssb/
H A Dssb_driver_mips.h20 u32 window; member in struct:ssb_pflash
27 u32 window; member in struct:ssb_sflash
/linux-master/include/uapi/linux/
H A Datmsap.h110 unsigned char window; /* window size (k), 1-127 (0 to omit) */ member in struct:atm_blli::__anon12599::__anon12600
121 unsigned char window;/* packet window size, 1-127 (0 to omit) */ member in struct:atm_blli::__anon12601::__anon12602
H A Dax25.h109 unsigned int window; member in struct:ax25_info_struct
/linux-master/lib/
H A Dinflate.c33 sliding window of previously emitted data.
130 #define slide window
161 /* The inflate algorithm uses a sliding 32 K byte window on the uncompressed
600 unsigned w; /* current window position */
610 w = wp; /* initialize window position */
691 wp = w; /* restore global window pointer */
708 unsigned w; /* current window position */
717 w = wp; /* initialize window position */
750 wp = w; /* restore global window pointer */
1092 /* initialize window, bi
[all...]
/linux-master/net/ax25/
H A Dax25_ds_in.c37 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
43 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
H A Dax25_ds_timer.c198 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
H A Dax25_std_in.c44 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
50 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
86 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
150 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
153 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
275 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
278 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
H A Dax25_std_timer.c130 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
/linux-master/arch/alpha/boot/
H A Dmisc.c46 static uch *window; /* Sliding window buffer */ variable
118 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
127 in = window;
165 window = malloc(WSIZE);
/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)
H A Dhead-inflate-data.c51 WS(strm)->inflate_state.window = NULL;
/linux-master/arch/arm/mach-mv78xx0/
H A Dcommon.h26 void mv78xx0_setup_pcie_io_win(int window, u32 base, u32 size,
28 void mv78xx0_setup_pcie_mem_win(int window, u32 base, u32 size,

Completed in 554 milliseconds

12345678