Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-6.6/drivers/edac/
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()
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()
/kernel/linux/linux-5.10/drivers/edac/
Di3200_edac.c317 u16 drbs[I3200_CHANNELS][I3200_RANKS_PER_CHANNEL], bool stacked, in drb_to_nr_pages() argument
328 if (stacked && (channel == 1) && in drb_to_nr_pages()
343 bool stacked; in i3200_probe1() local
383 stacked = i3200_is_stacked(pdev, drbs); in i3200_probe1()
397 nr_pages = drb_to_nr_pages(drbs, stacked, j, i); in i3200_probe1()
402 stacked ? " (stacked)" : "", PAGES_TO_MiB(nr_pages)); in i3200_probe1()
Dx38_edac.c302 bool stacked, int channel, int rank) in drb_to_nr_pages() argument
309 if (stacked && (channel == 1) && drbs[channel][rank] == in drb_to_nr_pages()
325 bool stacked; in x38_probe1() local
364 stacked = x38_is_stacked(pdev, drbs); in x38_probe1()
376 nr_pages = drb_to_nr_pages(drbs, stacked, in x38_probe1()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
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
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
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
/kernel/linux/linux-5.10/net/switchdev/
Dswitchdev.c470 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_obj_add()
474 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_obj_add()
525 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_obj_del()
529 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_obj_del()
579 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_attr_set()
583 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_attr_set()
/kernel/linux/linux-5.10/Documentation/networking/
Doperstates.rst72 Interfaces stacked on an interface that is IF_OPER_DOWN show this
135 IF_OPER_LOWERLAYERDOWN if the interface is stacked, IF_OPER_DOWN
136 otherwise. Kernel can recognise stacked interfaces because their
Dtimestamping.rst593 3.2 Special considerations for stacked PTP Hardware Clocks
601 cases of stacked PHCs, detailed below:
717 Stacked PHCs, especially DSA (but not only) - since that doesn't require any
720 trigger before the existence of stacked PTP clocks. One example has to do with
738 described above, in the case of a stacked PHC system, this condition should
745 "``skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS``" was set. With a stacked
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
Dsignal.h63 * all physical stacked registers. The number of physical stacked
/kernel/linux/linux-6.6/Documentation/networking/
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
Dtimestamping.rst624 3.2 Special considerations for stacked PTP Hardware Clocks
632 cases of stacked PHCs, detailed below:
763 Stacked PHCs, especially DSA (but not only) - since that doesn't require any
766 trigger before the existence of stacked PTP clocks. One example has to do with
784 described above, in the case of a stacked PHC system, this condition should
791 "``skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS``" was set. With a stacked
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
Dsignal.h87 * all physical stacked registers. The number of physical stacked
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dspi-peripheral-props.yaml91 stacked-memories:
92 description: Several SPI memories can be wired in stacked mode.
/kernel/linux/linux-6.6/arch/ia64/kernel/
Dpal.S12 * 05/22/2000 eranian Added support for stacked register calls
95 * Make a PAL call using the stacked registers calling convention.
203 * Make a PAL call using the stacked registers in physical mode.
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dpal.S12 * 05/22/2000 eranian Added support for stacked register calls
95 * Make a PAL call using the stacked registers calling convention.
203 * Make a PAL call using the stacked registers in physical mode.
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
DCHANGES78 For instruction read access errors, the info stacked is:
100 For data read/write access errors, the info stacked is:
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
DCHANGES78 For instruction read access errors, the info stacked is:
100 For data read/write access errors, the info stacked is:
/kernel/linux/linux-5.10/drivers/mtd/lpddr/
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()
/kernel/linux/linux-6.6/drivers/mtd/lpddr/
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()
/kernel/linux/linux-6.6/net/switchdev/
Dswitchdev.c643 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_obj_add()
647 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_obj_add()
754 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_obj_del()
758 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_obj_del()
865 /* Switch ports might be stacked under e.g. a LAG. Ignore the in __switchdev_handle_port_attr_set()
869 * If the driver does its own bookkeeping of stacked ports, it's not in __switchdev_handle_port_attr_set()
/kernel/linux/linux-5.10/Documentation/block/
Dbiovecs.rst114 could eliminate a lot of complexity particularly in stacked drivers. Code
116 more importantly stacked drivers don't have to deal with both their own bio
/kernel/linux/linux-6.6/Documentation/block/
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
/kernel/linux/linux-6.6/Documentation/networking/devlink/
Dmlx5.rst90 failover between representors and stacked devices. By default metadata is
96 3. Stacked devices
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dprocessor.h50 * At user->kernel entry, the pt_regs struct is stacked on the top of the

123456789