Home
last modified time | relevance | path

Searched +full:0 +full:xd (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/kernel/linux/linux-6.6/drivers/thunderbolt/
Dxdomain.c81 UUID_INIT(0xb638d70e, 0x42ff, 0x40bb,
82 0x97, 0xc2, 0x90, 0xe2, 0xc0, 0xb2, 0xff, 0x07);
126 req->result.err = 0; in tb_xdomain_copy()
155 * @xd: XDomain to send the message
163 * Return: %0 in case of success and negative errno in case of failure
165 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, in tb_xdomain_response() argument
168 return __tb_xdomain_response(xd->tb->ctl, response, size, type); in tb_xdomain_response()
202 * @xd: XDomain to send the request
215 * Return: %0 in case of success and negative errno in case of failure
217 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request() argument
[all …]
Dicm.c26 #define PCIE2CIO_CMD 0x30
35 #define PCIE2CIO_WRDATA 0x34
36 #define PCIE2CIO_RDDATA 0x38
38 #define PHY_PORT_CS1 0x37
74 * @max_boot_acl: Maximum number of preboot ACL entries (%0 if not supported)
137 #define EP_NAME_INTEL_VSS 0x10
149 #define INTEL_VSS_FLAGS_RTD3 BIT(0)
198 return link ? ((link - 1) ^ 0x01) + 1 : 0; in dual_link_from_link()
209 return depth ? route & ~(0xffULL << (depth - 1) * TB_ROUTE_SHIFT) : 0; in get_parent_route()
223 return 0; in pci2cio_wait_completion()
[all …]
Ddma_test.c19 #define DMA_TEST_DATA_PATTERN 0x0123456789abcdefLL
72 * @xd: XDomain the service belongs to
81 * @link_speed: Expected link speed (Gb/s), %0 to use whatever is negotiated
82 * @link_width: Expected link width (Gb/s), %0 to use whatever is negotiated
94 struct tb_xdomain *xd; member
116 UUID_INIT(0x3188cd10, 0x6523, 0x4a5a,
117 0xa6, 0x82, 0xfd, 0xca, 0x07, 0xa2, 0x48, 0xd8);
125 tb_xdomain_release_in_hopid(dt->xd, dt->rx_hopid); in dma_test_free_rings()
130 tb_xdomain_release_out_hopid(dt->xd, dt->tx_hopid); in dma_test_free_rings()
139 struct tb_xdomain *xd = dt->xd; in dma_test_start_rings() local
[all …]
/kernel/linux/linux-5.10/fs/jffs2/
Dxattr.c32 * is_xattr_datum_unchecked(c, xd)
34 * unchecked, it returns 0.
35 * unload_xattr_datum(c, xd)
41 * do_verify_xattr_datum(c, xd)
45 * 0 will be returned, if success. An negative return value means recoverable error, and
48 * do_load_xattr_datum(c, xd)
51 * load_xattr_datum(c, xd)
53 * If xd need to call do_verify_xattr_datum() at first, it's called before calling
55 * save_xattr_datum(c, xd)
56 * is used to write xdatum to medium. xd->version will be incremented.
[all …]
Dmalloc.c38 0, 0, NULL); in jffs2_create_slab_caches()
44 0, SLAB_HWCACHE_ALIGN, NULL); in jffs2_create_slab_caches()
50 0, SLAB_HWCACHE_ALIGN, NULL); in jffs2_create_slab_caches()
56 0, 0, NULL); in jffs2_create_slab_caches()
62 0, 0, NULL); in jffs2_create_slab_caches()
68 0, 0, NULL); in jffs2_create_slab_caches()
74 0, 0, NULL); in jffs2_create_slab_caches()
81 0, 0, NULL); in jffs2_create_slab_caches()
87 0, 0, NULL); in jffs2_create_slab_caches()
92 return 0; in jffs2_create_slab_caches()
[all …]
/kernel/linux/linux-6.6/fs/jffs2/
Dxattr.c32 * is_xattr_datum_unchecked(c, xd)
34 * unchecked, it returns 0.
35 * unload_xattr_datum(c, xd)
41 * do_verify_xattr_datum(c, xd)
45 * 0 will be returned, if success. An negative return value means recoverable error, and
48 * do_load_xattr_datum(c, xd)
51 * load_xattr_datum(c, xd)
53 * If xd need to call do_verify_xattr_datum() at first, it's called before calling
55 * save_xattr_datum(c, xd)
56 * is used to write xdatum to medium. xd->version will be incremented.
[all …]
Dmalloc.c38 0, 0, NULL); in jffs2_create_slab_caches()
44 0, SLAB_HWCACHE_ALIGN, NULL); in jffs2_create_slab_caches()
50 0, SLAB_HWCACHE_ALIGN, NULL); in jffs2_create_slab_caches()
56 0, 0, NULL); in jffs2_create_slab_caches()
62 0, 0, NULL); in jffs2_create_slab_caches()
68 0, 0, NULL); in jffs2_create_slab_caches()
74 0, 0, NULL); in jffs2_create_slab_caches()
81 0, 0, NULL); in jffs2_create_slab_caches()
87 0, 0, NULL); in jffs2_create_slab_caches()
92 return 0; in jffs2_create_slab_caches()
[all …]
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dxdomain.c45 UUID_INIT(0xb638d70e, 0x42ff, 0x40bb,
46 0x97, 0xc2, 0x90, 0xe2, 0xc0, 0xb2, 0xff, 0x07);
85 req->result.err = 0; in tb_xdomain_copy()
114 * @xd: XDomain to send the message
122 * Return: %0 in case of success and negative errno in case of failure
124 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, in tb_xdomain_response() argument
127 return __tb_xdomain_response(xd->tb->ctl, response, size, type); in tb_xdomain_response()
161 * @xd: XDomain to send the request
174 * Return: %0 in case of success and negative errno in case of failure
176 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request() argument
[all …]
Dicm.c26 #define PCIE2CIO_CMD 0x30
35 #define PCIE2CIO_WRDATA 0x34
36 #define PCIE2CIO_RDDATA 0x38
38 #define PHY_PORT_CS1 0x37
62 * @max_boot_acl: Maximum number of preboot ACL entries (%0 if not supported)
121 #define EP_NAME_INTEL_VSS 0x10
133 #define INTEL_VSS_FLAGS_RTD3 BIT(0)
182 return link ? ((link - 1) ^ 0x01) + 1 : 0; in dual_link_from_link()
193 return depth ? route & ~(0xffULL << (depth - 1) * TB_ROUTE_SHIFT) : 0; in get_parent_route()
207 return 0; in pci2cio_wait_completion()
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Duniphier-xdmac.c20 #define XDMAC_CH_WIDTH 0x100
22 #define XDMAC_TFA 0x08
24 #define XDMAC_TFA_MASK GENMASK(5, 0)
25 #define XDMAC_SADM 0x10
29 #define XDMAC_SADM_SAM_INC 0
30 #define XDMAC_DADM 0x14
35 #define XDMAC_EXSAD 0x18
36 #define XDMAC_EXDAD 0x1c
37 #define XDMAC_SAD 0x20
38 #define XDMAC_DAD 0x24
[all …]
/kernel/linux/linux-6.6/drivers/dma/
Duniphier-xdmac.c20 #define XDMAC_CH_WIDTH 0x100
22 #define XDMAC_TFA 0x08
24 #define XDMAC_TFA_MASK GENMASK(5, 0)
25 #define XDMAC_SADM 0x10
29 #define XDMAC_SADM_SAM_INC 0
30 #define XDMAC_DADM 0x14
35 #define XDMAC_EXSAD 0x18
36 #define XDMAC_EXDAD 0x1c
37 #define XDMAC_SAD 0x20
38 #define XDMAC_DAD 0x24
[all …]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
Dcommon.c44 #define DBG_VERBOSE(fmt...) do { } while(0)
78 * or 0 if there is no new entry.
87 return 0; in xive_read_eq()
92 return 0; in xive_read_eq()
100 if (q->idx == 0) in xive_read_eq()
104 return cur & 0x7fffffff; in xive_read_eq()
114 * (0xff if none) and return what was found (0 if none).
132 u32 irq = 0; in xive_scan_interrupts()
133 u8 prio = 0; in xive_scan_interrupts()
136 while (xc->pending_prio != 0) { in xive_scan_interrupts()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
Dcommon.c43 #define DBG_VERBOSE(fmt...) do { } while(0)
92 static bool xive_is_store_eoi(struct xive_irq_data *xd) in xive_is_store_eoi() argument
94 return xd->flags & XIVE_IRQ_FLAG_STORE_EOI && xive_store_eoi; in xive_is_store_eoi()
99 * or 0 if there is no new entry.
108 return 0; in xive_read_eq()
113 return 0; in xive_read_eq()
121 if (q->idx == 0) in xive_read_eq()
125 return cur & 0x7fffffff; in xive_read_eq()
135 * (0xff if none) and return what was found (0 if none).
153 u32 irq = 0; in xive_scan_interrupts()
[all …]
/kernel/linux/linux-6.6/drivers/net/thunderbolt/
Dmain.c36 #define TBNET_E2E BIT(0)
49 #define TBNET_L0_PORT_NUM(route) ((route) & GENMASK(5, 0))
60 * supported then @frame_id is filled, otherwise it stays %0.
92 #define TBIP_HDR_LENGTH_MASK GENMASK(5, 0)
151 * @xd: XDomain the service belongs to
182 struct tb_xdomain *xd; member
206 UUID_INIT(0xc66189ca, 0x1cce, 0x4195,
207 0xbd, 0xb8, 0x49, 0x59, 0x2e, 0x5f, 0x5a, 0x4f);
211 UUID_INIT(0x798f589e, 0x3616, 0x8a47,
212 0x97, 0xc6, 0x56, 0x64, 0xa9, 0x20, 0xc8, 0xdd);
[all …]
/kernel/linux/linux-5.10/drivers/net/
Dthunderbolt.c31 #define TBNET_LOCAL_PATH 0xf
45 #define TBNET_L0_PORT_NUM(route) ((route) & GENMASK(5, 0))
56 * supported then @frame_id is filled, otherwise it stays %0.
88 #define TBIP_HDR_LENGTH_MASK GENMASK(5, 0)
147 * @xd: XDomain the service blongs to
178 struct tb_xdomain *xd; member
201 UUID_INIT(0xc66189ca, 0x1cce, 0x4195,
202 0xbd, 0xb8, 0x49, 0x59, 0x2e, 0x5f, 0x5a, 0x4f);
206 UUID_INIT(0x798f589e, 0x3616, 0x8a47,
207 0x97, 0xc6, 0x56, 0x64, 0xa9, 0x20, 0xc8, 0xdd);
[all …]
/kernel/linux/linux-6.6/include/linux/
Dthunderbolt.h113 TB_PROPERTY_TYPE_UNKNOWN = 0x00,
114 TB_PROPERTY_TYPE_DIRECTORY = 0x44,
115 TB_PROPERTY_TYPE_DATA = 0x64,
116 TB_PROPERTY_TYPE_TEXT = 0x74,
117 TB_PROPERTY_TYPE_VALUE = 0x76,
182 TB_LINK_WIDTH_SINGLE = BIT(0),
274 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd);
275 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd);
276 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
277 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid);
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/asic_reg/mmhub/
Dmmhub_3_0_1_sh_mask.h29 …RDCLI0__VIRT_CHAN__SHIFT 0x0
30 …RDCLI0__CHECK_TLB_CREDIT__SHIFT 0x3
31 …RDCLI0__URG_HIGH__SHIFT 0x4
32 …RDCLI0__URG_LOW__SHIFT 0x8
33 …RDCLI0__MAX_BW_ENABLE__SHIFT 0xc
34 …RDCLI0__MAX_BW__SHIFT 0xd
35 …DCLI0__MIN_BW_ENABLE__SHIFT 0x15
36 …DCLI0__MIN_BW__SHIFT 0x16
37 …DCLI0__OSD_LIMITER_ENABLE__SHIFT 0x19
38 …DCLI0__MAX_OSD__SHIFT 0x1a
[all …]
Dmmhub_3_0_0_sh_mask.h29 …RDCLI0__VIRT_CHAN__SHIFT 0x0
30 …RDCLI0__CHECK_TLB_CREDIT__SHIFT 0x3
31 …RDCLI0__URG_HIGH__SHIFT 0x4
32 …RDCLI0__URG_LOW__SHIFT 0x8
33 …RDCLI0__MAX_BW_ENABLE__SHIFT 0xc
34 …RDCLI0__MAX_BW__SHIFT 0xd
35 …DCLI0__MIN_BW_ENABLE__SHIFT 0x15
36 …DCLI0__MIN_BW__SHIFT 0x16
37 …DCLI0__OSD_LIMITER_ENABLE__SHIFT 0x19
38 …DCLI0__MAX_OSD__SHIFT 0x1a
[all …]
Dmmhub_3_0_2_sh_mask.h29 …RDCLI0__VIRT_CHAN__SHIFT 0x0
30 …RDCLI0__CHECK_TLB_CREDIT__SHIFT 0x3
31 …RDCLI0__URG_HIGH__SHIFT 0x4
32 …RDCLI0__URG_LOW__SHIFT 0x8
33 …RDCLI0__MAX_BW_ENABLE__SHIFT 0xc
34 …RDCLI0__MAX_BW__SHIFT 0xd
35 …DCLI0__MIN_BW_ENABLE__SHIFT 0x15
36 …DCLI0__MIN_BW__SHIFT 0x16
37 …DCLI0__OSD_LIMITER_ENABLE__SHIFT 0x19
38 …DCLI0__MAX_OSD__SHIFT 0x1a
[all …]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
Dsm_common.c4 * Common routines & support for xD format
21 return 0; in oob_sm_ooblayout_ecc()
28 case 0: in oob_sm_ooblayout_free()
30 oobregion->offset = 0; in oob_sm_ooblayout_free()
47 return 0; in oob_sm_ooblayout_free()
68 oobregion->offset = 0; in oob_sm_small_ooblayout_ecc()
70 return 0; in oob_sm_small_ooblayout_ecc()
77 case 0: in oob_sm_small_ooblayout_free()
91 return 0; in oob_sm_small_ooblayout_free()
107 oob.block_status = 0x0F; in sm_block_markbad()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dsm_common.c4 * Common routines & support for xD format
21 return 0; in oob_sm_ooblayout_ecc()
28 case 0: in oob_sm_ooblayout_free()
30 oobregion->offset = 0; in oob_sm_ooblayout_free()
47 return 0; in oob_sm_ooblayout_free()
68 oobregion->offset = 0; in oob_sm_small_ooblayout_ecc()
70 return 0; in oob_sm_small_ooblayout_ecc()
77 case 0: in oob_sm_small_ooblayout_free()
91 return 0; in oob_sm_small_ooblayout_free()
107 oob.block_status = 0x0F; in sm_block_markbad()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xive_template.c38 cppr = ack & 0xff; in GLUE()
57 static u8 GLUE(X_PFX,esb_load)(struct xive_irq_data *xd, u32 offset) in GLUE()
61 if (offset == XIVE_ESB_SET_PQ_10 && xd->flags & XIVE_IRQ_FLAG_STORE_EOI) in GLUE()
64 if (xd->flags & XIVE_IRQ_FLAG_SHIFT_BUG) in GLUE()
67 val =__x_readq(__x_eoi_page(xd) + offset); in GLUE()
75 static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd) in GLUE()
78 if (xd->flags & XIVE_IRQ_FLAG_STORE_EOI) in GLUE()
79 __x_writeq(0, __x_eoi_page(xd) + XIVE_ESB_STORE_EOI); in GLUE()
80 else if (hw_irq && xd->flags & XIVE_IRQ_FLAG_EOI_FW) in GLUE()
82 else if (xd->flags & XIVE_IRQ_FLAG_LSI) { in GLUE()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
Dimx8ulp-pinfunc.h13 #define MX8ULP_PAD_PTD0__PTD0 0x0000 0x0000 0x1 0x0
14 #define MX8ULP_PAD_PTD0__I2S6_RX_BCLK 0x0000 0x0B44 0x7 0x1
15 #define MX8ULP_PAD_PTD0__SDHC0_RESET_B 0x0000 0x0000 0x8 0x0
16 #define MX8ULP_PAD_PTD0__FLEXSPI2_B_DQS 0x0000 0x0974 0x9 0x1
17 #define MX8ULP_PAD_PTD0__CLKOUT2 0x0000 0x0000 0xa 0x0
18 #define MX8ULP_PAD_PTD0__EPDC0_SDCLK_B 0x0000 0x0000 0xb 0x0
19 #define MX8ULP_PAD_PTD0__LP_APD_DBG_MUX_0 0x0000 0x0000 0xc 0x0
20 #define MX8ULP_PAD_PTD0__CLKOUT1 0x0000 0x0000 0xd 0x0
21 #define MX8ULP_PAD_PTD0__DEBUG_MUX0_0 0x0000 0x0000 0xe 0x0
22 #define MX8ULP_PAD_PTD0__DEBUG_MUX1_0 0x0000 0x0000 0xf 0x0
[all …]
/kernel/liteos_a/fs/jffs2/
Djffs2.patch4 @@ -1,307 +0,0 @@
80 - if (count < 0)
82 - if (count == 0)
89 - for (i=0; i < count; i++) {
146 - for (i=0; i < acl->a_count; i++) {
196 - rc = do_jffs2_getxattr(inode, xprefix, "", NULL, 0);
197 - if (rc > 0) {
203 - if (rc > 0) {
217 - size_t size = 0;
225 - rc = do_jffs2_setxattr(inode, xprefix, "", value, size, 0);
[all …]
/kernel/linux/linux-5.10/include/linux/
Dthunderbolt.h110 TB_PROPERTY_TYPE_UNKNOWN = 0x00,
111 TB_PROPERTY_TYPE_DIRECTORY = 0x44,
112 TB_PROPERTY_TYPE_DATA = 0x64,
113 TB_PROPERTY_TYPE_TEXT = 0x74,
114 TB_PROPERTY_TYPE_VALUE = 0x76,
246 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path,
249 int tb_xdomain_disable_paths(struct tb_xdomain *xd);
256 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked() local
259 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
262 return xd; in tb_xdomain_find_by_uuid_locked()
[all …]

12345678910>>...42