Home
last modified time | relevance | path

Searched refs:segmented (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dpci_iov_resource_on_powernv.rst118 * Can be configured to be segmented. When not segmented, we can
119 specify the PE# for the entire window. When segmented, a window
132 as segmented.
198 - Non-segmented M64 window: A non-segmented M64 window is mapped entirely
201 - Single segmented M64 windows: A segmented M64 window could be used just
207 - Multiple segmented M64 windows: As usual, each window is split into 256
234 IODA supports 256 PEs, so segmented windows contain 256 segments, so if
290 set the PE# for the window. But if it's in a segmented M64 window, the
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dvoltage.c85 bool segmented) in scmi_init_voltage_levels() argument
95 (segmented && (num_remaining || num_returned != 3))) { in scmi_init_voltage_levels()
107 v->segmented = segmented; in scmi_init_voltage_levels()
H A Dsensors.c277 s->intervals.segmented = SEGMENTED_INTVL_FORMAT(flags); in scmi_sensor_update_intervals()
280 if (s->intervals.segmented && in scmi_sensor_update_intervals()
285 s->intervals.segmented = false; in scmi_sensor_update_intervals()
298 s->intervals.segmented = false; in scmi_sensor_update_intervals()
489 s->intervals.segmented = false; in scmi_sensor_description_get()
/OK3568_Linux_fs/kernel/net/caif/
H A Dcfrfml.c100 bool segmented; in cfrfml_receive() local
114 segmented = tmp & RFM_SEGMENTATION_BIT; in cfrfml_receive()
116 if (segmented) { in cfrfml_receive()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsegmentation-offloads.rst125 assembled by GRO should be segmented to create an identical sequence of
126 frames using GSO, and any sequence of frames segmented by GSO should be
130 altered so that it is when a frame assembled via GRO is segmented via GSO.
159 cannot be just segmented to (P)MTU. Rather, the chunks must be contained in
H A Dtimestamping.rst293 coalescing sections of previously segmented buffers associated with
/OK3568_Linux_fs/kernel/include/linux/
H A Dscmi_protocol.h230 bool segmented; member
519 bool segmented; member
/OK3568_Linux_fs/kernel/net/can/
H A DKconfig61 CAN Transport Protocols offer support for segmented Point-to-Point
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dscmi-regulator.c236 if (vinfo->segmented) in scmi_regulator_common_init()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Darchitecture.rst218 CRYPTO_ALG_TYPE_COMPRESS allowing for segmented compression /
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dxillybus.rst267 Even though a non-segmented data stream is presented to the user at both
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst670 The ``rcu_segcblist`` structure maintains a segmented list of callbacks
895 The ``->cblist`` structure is the segmented callback list described
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig2401 call. This is required to run 16-bit or segmented code such as
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info25072 Z8002, with 16 bit addresses, and the segmented Z8001 with 24 bit
25077 register. When the assembler is in segmented mode (specified with the
25096 Generate segmented code by default.
25171 Indirect register: @rrN in segmented mode, @rN in unsegmented mode.
25175 assembler is in segmented or unsegmented mode) of the operand is in
25209 Generate code for the segmented Z8001.
H A Dgccint.info145 32-bit type. It aims to target machines with a flat (non-segmented)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info25072 Z8002, with 16 bit addresses, and the segmented Z8001 with 24 bit
25077 register. When the assembler is in segmented mode (specified with the
25096 Generate segmented code by default.
25171 Indirect register: @rrN in segmented mode, @rN in unsegmented mode.
25175 assembler is in segmented or unsegmented mode) of the operand is in
25209 Generate code for the segmented Z8001.
H A Dgccint.info145 32-bit type. It aims to target machines with a flat (non-segmented)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog150937 Refactor DDC2 code to allow for proper segmented addressing.