/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-ldb.c | 36 #define DRIVER_NAME "imx-ldb" 64 struct imx_ldb *ldb; member 66 /* Defines what is connected to the ldb, only one at a time */ 111 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_ch_set_bus_format() local 112 int dual = ldb->ldb_ctrl & LDB_SPLIT_MODE_EN; in imx_ldb_ch_set_bus_format() 119 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH0_24; in imx_ldb_ch_set_bus_format() 121 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH1_24; in imx_ldb_ch_set_bus_format() 125 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH0_24 | in imx_ldb_ch_set_bus_format() 128 ldb in imx_ldb_ch_set_bus_format() 166 imx_ldb_set_clock(struct imx_ldb *ldb, int mux, int chno, unsigned long serial_clk, unsigned long di_clk) imx_ldb_set_clock() argument 197 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_encoder_enable() local 257 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_encoder_atomic_mode_set() local 320 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_encoder_disable() local 418 imx_ldb_get_clk(struct imx_ldb *ldb, int chno) imx_ldb_get_clk() argument 436 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_register() local [all...] |
H A D | Makefile | 9 obj-$(CONFIG_DRM_IMX_LDB) += imx-ldb.o
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/imx/ |
H A D | imx-ldb-helper.c | 18 #include "imx-ldb-helper.h" 52 struct ldb *ldb = ldb_ch->ldb; in ldb_bridge_mode_set_helper() local 56 ldb->ldb_ctrl |= LDB_SPLIT_MODE_EN; in ldb_bridge_mode_set_helper() 63 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH0_24; in ldb_bridge_mode_set_helper() 65 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH1_24; in ldb_bridge_mode_set_helper() 69 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH0_24 | in ldb_bridge_mode_set_helper() 72 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH1_24 | in ldb_bridge_mode_set_helper() 82 struct ldb *ld in ldb_bridge_enable_helper() local 95 struct ldb *ldb = ldb_ch->ldb; ldb_bridge_disable_helper() local 111 struct ldb *ldb = ldb_ch->ldb; ldb_bridge_attach_helper() local 130 ldb_init_helper(struct ldb *ldb) ldb_init_helper() argument 171 ldb_find_next_bridge_helper(struct ldb *ldb) ldb_find_next_bridge_helper() argument 199 ldb_add_bridge_helper(struct ldb *ldb, const struct drm_bridge_funcs *bridge_funcs) ldb_add_bridge_helper() argument 220 ldb_remove_bridge_helper(struct ldb *ldb) ldb_remove_bridge_helper() argument [all...] |
H A D | imx8qm-ldb.c | 25 #include "imx-ldb-helper.h" 40 #define DRIVER_NAME "imx8qm-ldb" 48 struct ldb base; 62 static inline struct imx8qm_ldb *base_to_imx8qm_ldb(struct ldb *base) in base_to_imx8qm_ldb() 84 struct ldb *ldb = ldb_ch->ldb; in imx8qm_ldb_bridge_atomic_check() local 87 struct imx8qm_ldb *imx8qm_ldb = base_to_imx8qm_ldb(ldb); in imx8qm_ldb_bridge_atomic_check() 131 struct ldb *ldb in imx8qm_ldb_bridge_mode_set() local 208 struct ldb *ldb = ldb_ch->ldb; imx8qm_ldb_bridge_atomic_enable() local 255 struct ldb *ldb = ldb_ch->ldb; imx8qm_ldb_bridge_atomic_disable() local 443 struct ldb *ldb; imx8qm_ldb_probe() local 538 struct ldb *ldb = &imx8qm_ldb->base; imx8qm_ldb_remove() local 553 struct ldb *ldb = &imx8qm_ldb->base; imx8qm_ldb_runtime_resume() local [all...] |
H A D | imx8qxp-ldb.c | 26 #include "imx-ldb-helper.h" 36 #define DRIVER_NAME "imx8qxp-ldb" 45 struct ldb base; 60 static inline struct imx8qxp_ldb *base_to_imx8qxp_ldb(struct ldb *base) in base_to_imx8qxp_ldb() 88 struct ldb *ldb = ldb_ch->ldb; in imx8qxp_ldb_bridge_atomic_check() local 91 struct imx8qxp_ldb *imx8qxp_ldb = base_to_imx8qxp_ldb(ldb); in imx8qxp_ldb_bridge_atomic_check() 130 struct ldb *ldb in imx8qxp_ldb_bridge_mode_set() local 211 struct ldb *ldb = ldb_ch->ldb; imx8qxp_ldb_bridge_atomic_pre_enable() local 228 struct ldb *ldb = ldb_ch->ldb; imx8qxp_ldb_bridge_atomic_enable() local 263 struct ldb *ldb = ldb_ch->ldb; imx8qxp_ldb_bridge_atomic_disable() local 584 struct ldb *ldb; imx8qxp_ldb_probe() local 674 struct ldb *ldb = &imx8qxp_ldb->base; imx8qxp_ldb_remove() local 689 struct ldb *ldb = &imx8qxp_ldb->base; imx8qxp_ldb_runtime_resume() local [all...] |
H A D | imx-ldb-helper.h | 43 struct ldb; 46 struct ldb *ldb; member 57 struct ldb { struct 87 int ldb_init_helper(struct ldb *ldb); 89 int ldb_find_next_bridge_helper(struct ldb *ldb); 91 void ldb_add_bridge_helper(struct ldb *ldb, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/ |
H A D | imx-ldb.c | 33 #define DRIVER_NAME "imx-ldb" 53 struct imx_ldb *ldb; member 57 /* Defines what is connected to the ldb, only one at a time */ 102 struct imx_ldb *ldb = imx_ldb_ch->ldb; in imx_ldb_ch_set_bus_format() local 103 int dual = ldb->ldb_ctrl & LDB_SPLIT_MODE_EN; in imx_ldb_ch_set_bus_format() 110 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH0_24; in imx_ldb_ch_set_bus_format() 112 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH1_24; in imx_ldb_ch_set_bus_format() 116 ldb->ldb_ctrl |= LDB_DATA_WIDTH_CH0_24 | in imx_ldb_ch_set_bus_format() 119 ldb in imx_ldb_ch_set_bus_format() 158 imx_ldb_set_clock(struct imx_ldb *ldb, int mux, int chno, unsigned long serial_clk, unsigned long di_clk) imx_ldb_set_clock() argument 189 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_encoder_enable() local 249 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_encoder_atomic_mode_set() local 307 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_encoder_disable() local 405 imx_ldb_get_clk(struct imx_ldb *ldb, int chno) imx_ldb_get_clk() argument 423 struct imx_ldb *ldb = imx_ldb_ch->ldb; imx_ldb_register() local [all...] |
H A D | Makefile | 9 obj-$(CONFIG_DRM_IMX_LDB) += imx-ldb.o
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | ldm.c | 343 * @ldb: Cache of the database structures 354 unsigned long base, struct ldmdb *ldb) in ldm_validate_tocblocks() 364 BUG_ON(!state || !ldb); in ldm_validate_tocblocks() 365 ph = &ldb->ph; in ldm_validate_tocblocks() 366 tb[0] = &ldb->toc; in ldm_validate_tocblocks() 419 * @ldb: Cache of the database structures 422 * information in @ldb. 424 * Return: 'true' @ldb contains validated VBDB info 425 * 'false' @ldb contents are undefined 428 unsigned long base, struct ldmdb *ldb) in ldm_validate_vmdb() 353 ldm_validate_tocblocks(struct parsed_partitions *state, unsigned long base, struct ldmdb *ldb) ldm_validate_tocblocks() argument 427 ldm_validate_vmdb(struct parsed_partitions *state, unsigned long base, struct ldmdb *ldb) ldm_validate_vmdb() argument 538 ldm_get_disk_objid(const struct ldmdb *ldb) ldm_get_disk_objid() argument 570 ldm_create_data_partitions(struct parsed_partitions *pp, const struct ldmdb *ldb) ldm_create_data_partitions() argument 1165 ldm_ldmdb_add(u8 *data, int len, struct ldmdb *ldb) ldm_ldmdb_add() argument 1318 ldm_frag_commit(struct list_head *frags, struct ldmdb *ldb) ldm_frag_commit() argument 1352 ldm_get_vblks(struct parsed_partitions *state, unsigned long base, struct ldmdb *ldb) ldm_get_vblks() argument 1442 struct ldmdb *ldb; ldm_partition() local [all...] |
/kernel/linux/linux-6.6/block/partitions/ |
H A D | ldm.c | 343 * @ldb: Cache of the database structures 354 unsigned long base, struct ldmdb *ldb) in ldm_validate_tocblocks() 364 BUG_ON(!state || !ldb); in ldm_validate_tocblocks() 365 ph = &ldb->ph; in ldm_validate_tocblocks() 366 tb[0] = &ldb->toc; in ldm_validate_tocblocks() 419 * @ldb: Cache of the database structures 422 * information in @ldb. 424 * Return: 'true' @ldb contains validated VBDB info 425 * 'false' @ldb contents are undefined 428 unsigned long base, struct ldmdb *ldb) in ldm_validate_vmdb() 353 ldm_validate_tocblocks(struct parsed_partitions *state, unsigned long base, struct ldmdb *ldb) ldm_validate_tocblocks() argument 427 ldm_validate_vmdb(struct parsed_partitions *state, unsigned long base, struct ldmdb *ldb) ldm_validate_vmdb() argument 538 ldm_get_disk_objid(const struct ldmdb *ldb) ldm_get_disk_objid() argument 570 ldm_create_data_partitions(struct parsed_partitions *pp, const struct ldmdb *ldb) ldm_create_data_partitions() argument 1156 ldm_ldmdb_add(u8 *data, int len, struct ldmdb *ldb) ldm_ldmdb_add() argument 1309 ldm_frag_commit(struct list_head *frags, struct ldmdb *ldb) ldm_frag_commit() argument 1343 ldm_get_vblks(struct parsed_partitions *state, unsigned long base, struct ldmdb *ldb) ldm_get_vblks() argument 1433 struct ldmdb *ldb; ldm_partition() local [all...] |
/kernel/linux/linux-5.10/arch/arc/lib/ |
H A D | memcmp.S | 114 ldb r4,[r0,0] 115 ldb r5,[r1,0] 125 ldb r12,[r1,1] 127 ldb.a r4,[r0,2] 128 ldb.a r5,[r1,2]
|
H A D | strcpy-700.S | 61 ldb.ab r3,[r1,1]
|
/kernel/linux/linux-6.6/arch/arc/lib/ |
H A D | memcmp.S | 114 ldb r4,[r0,0] 115 ldb r5,[r1,0] 125 ldb r12,[r1,1] 127 ldb.a r4,[r0,2] 128 ldb.a r5,[r1,2]
|
H A D | strcpy-700.S | 61 ldb.ab r3,[r1,1]
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | lusercopy.S | 181 20: ldb,ma 1(srcspc,src),t1 233 20: ldb,ma 1(srcspc,src),t1 270 20: ldb 0(srcspc,src),t1 290 20: ldb 0(srcspc,src),t1
|
/kernel/linux/linux-6.6/arch/parisc/lib/ |
H A D | lusercopy.S | 131 20: ldb,ma 1(srcspc,src),t1 183 20: ldb,ma 1(srcspc,src),t1 220 20: ldb 0(srcspc,src),t1 240 20: ldb 0(srcspc,src),t1
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | syscall.S | 724 1: ldb 0(%r25), %r25 726 2: ldb 0(%r24), %r24 819 12: ldb 0(%r26), %r29 953 1: ldb 0(%r24), %r20 1042 14: ldb 0(%r26), %r1 1044 15: ldb 0(%r24), %r1 1169 1: ldb 0(%r24), %r20 1241 9: ldb 0(%r24), %r1
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | Makefile | 16 LIBS= -ldb
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | Makefile | 16 LIBS= -ldb
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | syscall.S | 718 4: ldb 0(%r25), %r25 720 5: ldb 0(%r24), %r24 806 13: ldb 0(%r26), %r29
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 386 xfs_dir2_db_t ldb; /* leaf block's bno */ in xfs_dir2_block_to_leaf() local 407 ldb = xfs_dir2_da_to_db(args->geo, blkno); in xfs_dir2_block_to_leaf() 408 ASSERT(ldb == xfs_dir2_byte_to_db(args->geo, XFS_DIR2_LEAF_OFFSET)); in xfs_dir2_block_to_leaf() 412 error = xfs_dir3_leaf_get_buf(args, ldb, &lbp, XFS_DIR2_LEAF1_MAGIC); in xfs_dir2_block_to_leaf()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 395 xfs_dir2_db_t ldb; /* leaf block's bno */ in xfs_dir2_block_to_leaf() local 416 ldb = xfs_dir2_da_to_db(args->geo, blkno); in xfs_dir2_block_to_leaf() 417 ASSERT(ldb == xfs_dir2_byte_to_db(args->geo, XFS_DIR2_LEAF_OFFSET)); in xfs_dir2_block_to_leaf() 421 error = xfs_dir3_leaf_get_buf(args, ldb, &lbp, XFS_DIR2_LEAF1_MAGIC); in xfs_dir2_block_to_leaf()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 269 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \ 279 .last_data_bytes = ldb, \
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 271 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \ 281 .last_data_bytes = ldb, \
|