Home
last modified time | relevance | path

Searched full:stacked (Results 1 – 25 of 105) sorted by relevance

12345

/linux/drivers/edac/
H A Di3200_edac.c316 u16 drbs[I3200_CHANNELS][I3200_RANKS_PER_CHANNEL], bool stacked, in drb_to_nr_pages() argument
327 if (stacked && (channel == 1) && in drb_to_nr_pages()
342 bool stacked; in i3200_probe1() local
382 stacked = i3200_is_stacked(pdev, drbs); in i3200_probe1()
396 nr_pages = drb_to_nr_pages(drbs, stacked, j, i); in i3200_probe1()
401 stacked ? " (stacked)" : "", PAGES_TO_MiB(nr_pages)); in i3200_probe1()
H A Dx38_edac.c301 bool stacked, int channel, int rank) in drb_to_nr_pages() argument
308 if (stacked && (channel == 1) && drbs[channel][rank] == in drb_to_nr_pages()
324 bool stacked; in x38_probe1() local
363 stacked = x38_is_stacked(pdev, drbs); in x38_probe1()
375 nr_pages = drb_to_nr_pages(drbs, stacked, in x38_probe1()
/linux/arch/m68k/fpsp040/
H A Dx_fline.S83 movew EXC_SR+4(%a6),EXC_SR(%a6) |move stacked sr to new position
84 movel EXC_PC+4(%a6),EXC_PC(%a6) |move stacked pc to new position
87 addl %d1,EXC_PC(%a6) |increment stacked pc value to next inst
/linux/include/linux/
H A Dintegrity.h40 * On stacked filesystems the i_version alone is not enough to detect file data
53 * On stacked filesystems detect whether the inode or its content has changed.
/linux/Documentation/networking/
H A Doperstates.rst72 Interfaces stacked on an interface that is IF_OPER_DOWN show this
137 IF_OPER_LOWERLAYERDOWN if the interface is stacked, IF_OPER_DOWN
138 otherwise. Kernel can recognise stacked interfaces because their
H A Dtimestamping.rst643 3.2 Special considerations for stacked PTP Hardware Clocks
651 cases of stacked PHCs, detailed below:
782 Stacked PHCs, especially DSA (but not only) - since that doesn't require any
785 trigger before the existence of stacked PTP clocks. One example has to do with
803 described above, in the case of a stacked PHC system, this condition should
810 "``skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS``" was set. With a stacked
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-peripheral-props.yaml91 stacked-memories:
92 description: Several SPI memories can be wired in stacked mode.
H A Dspi-controller.yaml189 stacked-memories = /bits/ 64 <0x10000000 0x10000000>;
/linux/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c169 map_word data_h = { {0} }; /* only for 2x x16 devices stacked */ in lpddr2_nvm_do_op()
191 if (pcm_data->bus_width == 0x0004) { /* 2x16 devices stacked */ in lpddr2_nvm_do_op()
213 if (pcm_data->bus_width == 0x0004) /* 2x16 devices stacked */ in lpddr2_nvm_do_op()
220 if (pcm_data->bus_width == 0x0004) {/* 2x16 devices stacked */ in lpddr2_nvm_do_op()
/linux/arch/m68k/ifpsp060/
H A DCHANGES78 For instruction read access errors, the info stacked is:
100 For data read/write access errors, the info stacked is:
/linux/net/switchdev/
H A Dswitchdev.c723 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_obj_add()
727 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_obj_add()
834 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_obj_del()
838 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_obj_del()
945 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_attr_set()
949 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_attr_set()
/linux/block/
H A Dblk-settings.c483 * blk_stack_limits - adjust queue_limits for stacked devices
647 * queue_limits_stack_bdev - adjust queue_limits for stacked devices
676 * Check if the integrity profile in the @b can be stacked into the
679 * a) does not have any integrity information stacked into it yet
682 * If @b can be stacked into @t, return %true. Else return %false and clear the
/linux/Documentation/block/
H A Dbiovecs.rst116 could eliminate a lot of complexity particularly in stacked drivers. Code
118 more importantly stacked drivers don't have to deal with both their own bio
/linux/Documentation/networking/devlink/
H A Dmlx5.rst90 failover between representors and stacked devices. By default metadata is
96 3. Stacked devices
/linux/fs/
H A Dbacking-file.c29 * returned file into a container structure that also stores the stacked
231 * Stacked filesystems don't support deferred completions, don't copy in backing_file_write_iter()
/linux/arch/openrisc/include/asm/
H A Dprocessor.h51 * At user->kernel entry, the pt_regs struct is stacked on the top of the
/linux/arch/arm/mach-omap2/
H A Dcontrol.c515 * omap3_ctrl_setup_d2d_padconf - setup stacked modem pads for idle
517 * Sets up the pads controlling the stacked modem in such way that the
525 * In a stand alone OMAP3430 where there is not a stacked in omap3_ctrl_setup_d2d_padconf()
/linux/Documentation/core-api/irq/
H A Dirq-domain.rst269 IRQ. Now we could go one step further to support stacked(hierarchy)
274 With stacked irq_chip, interrupt controller driver only needs to deal
/linux/arch/openrisc/kernel/
H A Dsignal.c111 * Since we stacked the signal on a dword boundary, in _sys_rt_sigreturn()
236 /* actually move the usp to reflect the stacked frame */ in setup_rt_frame()
/linux/Documentation/filesystems/
H A Decryptfs.rst4 eCryptfs: A stacked cryptographic filesystem for Linux
/linux/Documentation/security/keys/
H A Decryptfs.rst5 ECryptfs is a stacked filesystem which transparently encrypts and decrypts each
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsony,imx258.yaml14 type stacked image sensor with a square pixel array of size 4208 x 3120. It
/linux/arch/arm/kernel/
H A Dfiq.c13 * be stacked onto the vector. We still do not support sharing
/linux/arch/powerpc/boot/dts/
H A Dmpc5121ads.dts17 * stacked package.
/linux/Documentation/userspace-api/media/v4l/
H A Duserp.rst76 and enqueue buffers, when enough buffers are stacked up output is

12345