| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | st-pincfg.h | 17 #define PU (1 << 26) macro 30 /* oe = 0, pu = 0, od = 0 */ 32 /* oe = 0, pu = 1, od = 0 */ 33 #define IN_PU (PU) 34 /* oe = 1, pu = 0, od = 0 */ 36 /* oe = 1, pu = 0, od = 1 */ 38 /* oe = 1, pu = 1, od = 1 */ 39 #define BIDIR_PU (OE | PU | OD)
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | st-pincfg.h | 17 #define PU (1 << 26) macro 30 /* oe = 0, pu = 0, od = 0 */ 32 /* oe = 0, pu = 1, od = 0 */ 33 #define IN_PU (PU) 34 /* oe = 1, pu = 0, od = 0 */ 36 /* oe = 1, pu = 0, od = 1 */ 38 /* oe = 1, pu = 1, od = 1 */ 39 #define BIDIR_PU (OE | PU | OD)
|
| D | imx6q.dtsi | 33 /* ARM kHz SOC-PU uV */ 50 pu-supply = <®_pu>; 70 /* ARM kHz SOC-PU uV */ 87 pu-supply = <®_pu>; 105 /* ARM kHz SOC-PU uV */ 122 pu-supply = <®_pu>; 140 /* ARM kHz SOC-PU uV */ 157 pu-supply = <®_pu>;
|
| /kernel/linux/linux-6.6/mm/ |
| D | percpu-stats.c | 177 #define PU(X) \ in percpu_stats_show() macro 183 PU(nr_alloc); in percpu_stats_show() 184 PU(nr_dealloc); in percpu_stats_show() 185 PU(nr_cur_alloc); in percpu_stats_show() 186 PU(nr_max_alloc); in percpu_stats_show() 187 PU(nr_chunks); in percpu_stats_show() 188 PU(nr_max_chunks); in percpu_stats_show() 189 PU(min_alloc_size); in percpu_stats_show() 190 PU(max_alloc_size); in percpu_stats_show() 194 #undef PU in percpu_stats_show()
|
| /kernel/linux/linux-5.10/mm/ |
| D | percpu-stats.c | 190 #define PU(X) \ in percpu_stats_show() macro 196 PU(nr_alloc); in percpu_stats_show() 197 PU(nr_dealloc); in percpu_stats_show() 198 PU(nr_cur_alloc); in percpu_stats_show() 199 PU(nr_max_alloc); in percpu_stats_show() 200 PU(nr_chunks); in percpu_stats_show() 201 PU(nr_max_chunks); in percpu_stats_show() 202 PU(min_alloc_size); in percpu_stats_show() 203 PU(max_alloc_size); in percpu_stats_show() 207 #undef PU in percpu_stats_show()
|
| /kernel/linux/linux-5.10/fs/orangefs/ |
| D | namei.c | 49 "%s: %pd: handle:%pU: fsid:%d: new_op:%p: ret:%d:\n", in orangefs_create() 72 "%s: Assigned inode :%pU: for file :%pd:\n", in orangefs_create() 132 gossip_debug(GOSSIP_NAME_DEBUG, "%s:%s:%d using parent %pU\n", in orangefs_lookup() 143 "%s: doing lookup on %s under %pU,%d\n", in orangefs_lookup() 152 "Lookup Got %pU, fsid %d (ret=%d)\n", in orangefs_lookup() 182 " (inode %pU): Parent is %pU | fs_id %d\n", in orangefs_unlink() 256 "Symlink Got ORANGEFS handle %pU on fsid %d (ret=%d)\n", in orangefs_symlink() 285 "Assigned symlink inode new number of %pU\n", in orangefs_symlink() 292 "Inode (Symlink) %pU -> %pd\n", in orangefs_symlink() 330 "Mkdir Got ORANGEFS handle %pU on fsid %d\n", in orangefs_mkdir() [all …]
|
| D | file.c | 26 "%s: %pU: Handle is %pU | fs_id %d\n", __func__, in flush_racache() 82 "%s(%pU): GET op %p -> buffer_index %d\n", in wait_for_direct_io() 130 "%s(%pU): offset: %llu total_size: %zd\n", in wait_for_direct_io() 149 "%s(%pU): Calling post_io_request with tag (%llu)\n", in wait_for_direct_io() 229 gossip_err("%s: error in %s handle %pU, returning %zd\n", in wait_for_direct_io() 276 "%s(%pU): Amount %s, returned by the sys-io call:%d\n", in wait_for_direct_io() 296 "%s(%pU): PUT buffer_index %d\n", in wait_for_direct_io() 528 "calling flush_racache on %pU\n", in orangefs_file_release()
|
| D | inode.c | 568 "%s-BEGIN(%pU): count(%d) after estimate_max_iovecs.\n", in orangefs_direct_IO() 575 "%s(%pU): proceeding with offset : %llu, " in orangefs_direct_IO() 598 "%s(%pU): size of each_count(%d)\n", in orangefs_direct_IO() 603 "%s(%pU): BEFORE wait_for_io: offset is %d\n", in orangefs_direct_IO() 611 "%s(%pU): return from wait_for_io:%d\n", in orangefs_direct_IO() 624 "%s(%pU): AFTER wait_for_io: offset is %d\n", in orangefs_direct_IO() 651 "%s(%pU): Value(%d) returned.\n", in orangefs_direct_IO() 756 "%s: %pU: Handle is %pU | fs_id %d | size is %llu\n", in orangefs_setattr_size() 942 gossip_debug(GOSSIP_INODE_DEBUG, "orangefs_update_time: %pU\n", in orangefs_update_time() 1072 "iget handle %pU, fsid %d hash %ld i_ino %lu\n", in orangefs_iget() [all …]
|
| D | acl.c | 42 "inode %pU, key %s, type %d\n", in orangefs_get_acl() 54 gossip_err("inode %pU retrieving acl's failed with error %d\n", in orangefs_get_acl() 85 "%s: inode %pU, key %s type %d\n", in __orangefs_set_acl()
|
| /kernel/linux/linux-6.6/fs/orangefs/ |
| D | namei.c | 50 "%s: %pd: handle:%pU: fsid:%d: new_op:%p: ret:%d:\n", in orangefs_create() 73 "%s: Assigned inode :%pU: for file :%pd:\n", in orangefs_create() 133 gossip_debug(GOSSIP_NAME_DEBUG, "%s:%s:%d using parent %pU\n", in orangefs_lookup() 144 "%s: doing lookup on %s under %pU,%d\n", in orangefs_lookup() 153 "Lookup Got %pU, fsid %d (ret=%d)\n", in orangefs_lookup() 183 " (inode %pU): Parent is %pU | fs_id %d\n", in orangefs_unlink() 258 "Symlink Got ORANGEFS handle %pU on fsid %d (ret=%d)\n", in orangefs_symlink() 287 "Assigned symlink inode new number of %pU\n", in orangefs_symlink() 294 "Inode (Symlink) %pU -> %pd\n", in orangefs_symlink() 333 "Mkdir Got ORANGEFS handle %pU on fsid %d\n", in orangefs_mkdir() [all …]
|
| D | file.c | 27 "%s: %pU: Handle is %pU | fs_id %d\n", __func__, in flush_racache() 83 "%s(%pU): GET op %p -> buffer_index %d\n", in wait_for_direct_io() 131 "%s(%pU): offset: %llu total_size: %zd\n", in wait_for_direct_io() 150 "%s(%pU): Calling post_io_request with tag (%llu)\n", in wait_for_direct_io() 230 gossip_err("%s: error in %s handle %pU, returning %zd\n", in wait_for_direct_io() 263 "%s(%pU): Amount %s, returned by the sys-io call:%d\n", in wait_for_direct_io() 275 "%s(%pU): PUT buffer_index %d\n", in wait_for_direct_io() 442 "calling flush_racache on %pU\n", in orangefs_file_release()
|
| D | acl.c | 45 "inode %pU, key %s, type %d\n", in orangefs_get_acl() 57 gossip_err("inode %pU retrieving acl's failed with error %d\n", in orangefs_get_acl() 87 "%s: inode %pU, key %s type %d\n", in __orangefs_set_acl()
|
| D | inode.c | 526 "%s-BEGIN(%pU): count(%d) after estimate_max_iovecs.\n", in orangefs_direct_IO() 533 "%s(%pU): proceeding with offset : %llu, " in orangefs_direct_IO() 555 "%s(%pU): size of each_count(%d)\n", in orangefs_direct_IO() 560 "%s(%pU): BEFORE wait_for_io: offset is %d\n", in orangefs_direct_IO() 568 "%s(%pU): return from wait_for_io:%d\n", in orangefs_direct_IO() 581 "%s(%pU): AFTER wait_for_io: offset is %d\n", in orangefs_direct_IO() 608 "%s(%pU): Value(%d) returned.\n", in orangefs_direct_IO() 714 "%s: %pU: Handle is %pU | fs_id %d | size is %llu\n", in orangefs_setattr_size() 906 gossip_debug(GOSSIP_INODE_DEBUG, "orangefs_update_time: %pU\n", in orangefs_update_time() 1085 "iget handle %pU, fsid %d hash %ld i_ino %lu\n", in orangefs_iget() [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/ |
| D | hugetlbpage.c | 115 pud_t *pu; in huge_pte_alloc() local 138 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc() 139 if (!pu) in huge_pte_alloc() 142 return (pte_t *)pu; in huge_pte_alloc() 144 ptl = pud_lockptr(mm, pu); in huge_pte_alloc() 145 hpdp = (hugepd_t *)pu; in huge_pte_alloc() 148 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc() 166 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc() 167 if (!pu) in huge_pte_alloc() 170 ptl = pud_lockptr(mm, pu); in huge_pte_alloc() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/ |
| D | hugetlbpage.c | 113 pud_t *pu; in huge_pte_alloc() local 136 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc() 137 if (!pu) in huge_pte_alloc() 140 return (pte_t *)pu; in huge_pte_alloc() 142 ptl = pud_lockptr(mm, pu); in huge_pte_alloc() 143 hpdp = (hugepd_t *)pu; in huge_pte_alloc() 146 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc() 164 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc() 165 if (!pu) in huge_pte_alloc() 168 ptl = pud_lockptr(mm, pu); in huge_pte_alloc() [all …]
|
| /kernel/linux/linux-6.6/sound/pci/ |
| D | azt3328.h | 5 /* "PU" == "power-up value", as tested on PCI168 PCI rev. 10 24 #define IDX_IO_CODEC_DMA_FLAGS 0x00 /* PU:0x0000 */ 40 #define IDX_IO_CODEC_IRQTYPE 0x02 /* PU:0x0001 */ 52 /* start address of 1st DMA transfer area, PU:0x00000000 */ 54 /* start address of 2nd DMA transfer area, PU:0x00000000 */ 56 /* both lengths of DMA transfer areas, PU:0x00000000 59 #define IDX_IO_CODEC_DMA_CURRPOS 0x10 /* current DMA position, PU:0x00000000 */ 60 /* offset within current DMA transfer area, PU:0x0000 */ 62 #define IDX_IO_CODEC_SOUNDFORMAT 0x16 /* PU:0x0010 */ 139 * maybe some buffer limit, but I couldn't find out more, PU:0x00ff: */
|
| /kernel/linux/linux-5.10/sound/pci/ |
| D | azt3328.h | 5 /* "PU" == "power-up value", as tested on PCI168 PCI rev. 10 24 #define IDX_IO_CODEC_DMA_FLAGS 0x00 /* PU:0x0000 */ 40 #define IDX_IO_CODEC_IRQTYPE 0x02 /* PU:0x0001 */ 52 /* start address of 1st DMA transfer area, PU:0x00000000 */ 54 /* start address of 2nd DMA transfer area, PU:0x00000000 */ 56 /* both lengths of DMA transfer areas, PU:0x00000000 59 #define IDX_IO_CODEC_DMA_CURRPOS 0x10 /* current DMA position, PU:0x00000000 */ 60 /* offset within current DMA transfer area, PU:0x0000 */ 62 #define IDX_IO_CODEC_SOUNDFORMAT 0x16 /* PU:0x0010 */ 139 * maybe some buffer limit, but I couldn't find out more, PU:0x00ff: */
|
| /kernel/linux/linux-5.10/drivers/lightnvm/ |
| D | pblk-trace.h | 58 TP_printk("dev=%s grp=%llu pu=%llu chk=%llu state=%s", __get_str(name), 60 (u64)(((struct ppa_addr *)(&__entry->ppa))->m.pu), 84 TP_printk("dev=%s grp=%llu pu=%llu chk=%llu state=%s", __get_str(name), 86 (u64)(((struct ppa_addr *)(&__entry->ppa))->m.pu),
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx6q.dtsi | 33 /* ARM kHz SOC-PU uV */ 50 pu-supply = <®_pu>; 70 /* ARM kHz SOC-PU uV */ 87 pu-supply = <®_pu>; 105 /* ARM kHz SOC-PU uV */ 122 pu-supply = <®_pu>; 140 /* ARM kHz SOC-PU uV */ 157 pu-supply = <®_pu>;
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtk-common-v2.c | 570 * 1. PU + PD 578 int err, pu, pd; in mtk_pinconf_bias_set_pu_pd() local 581 pu = 0; in mtk_pinconf_bias_set_pu_pd() 584 pu = 1; in mtk_pinconf_bias_set_pu_pd() 587 pu = 0; in mtk_pinconf_bias_set_pu_pd() 594 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_PU, pu); in mtk_pinconf_bias_set_pu_pd() 813 int pu, pd, rsel, err; in mtk_pinconf_bias_get_pu_pd_rsel() local 819 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &pu); in mtk_pinconf_bias_get_pu_pd_rsel() 827 if (pu == 0 && pd == 0) { in mtk_pinconf_bias_get_pu_pd_rsel() 830 } else if (pu == 1 && pd == 0) { in mtk_pinconf_bias_get_pu_pd_rsel() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | sorgm200.c | 27 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive() argument 34 pu &= 0x0f; in gm200_sor_dp_drive() 39 if ((data[2] & 0x00000f00) < (pu << 8) || ln == 0) in gm200_sor_dp_drive() 40 data[2] = (data[2] & ~0x00000f00) | (pu << 8); in gm200_sor_dp_drive()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx93-tqma9352-mba93xxla.dts | 613 /* HYS | PD | PU | FSEL_3 | DSE X5 */ 615 /* HYS | PD | PU | FSEL_3 | DSE X4 */ 617 /* HYS | PD | PU | FSEL_3 | DSE X3 */ 622 /* PD | PU | FSEL_2 | DSE X3 */ 629 /* HYS | PD | PU | FSEL_3 | DSE X6 */ 631 /* HYS | PD | PU | FSEL_3 | DSE X4 */ 637 /* PD | PU | FSEL_2 | DSE X3 */
|
| D | imx93-tqma9352.dtsi | 191 /* HYS | PU | PD | FSEL_3 | X5 */ 194 /* HYS | PU | FSEL_3 | X5 */ 196 /* HYS | PU | FSEL_3 | X4 */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | gm200.c | 34 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive() argument 41 pu &= 0x0f; in gm200_sor_dp_drive() 46 if ((data[2] & 0x00000f00) < (pu << 8) || ln == 0) in gm200_sor_dp_drive() 47 data[2] = (data[2] & ~0x00000f00) | (pu << 8); in gm200_sor_dp_drive()
|
| /kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtk-common-v2.c | 571 * 1. PU + PD 579 int err, pu, pd; in mtk_pinconf_bias_set_pu_pd() local 582 pu = 0; in mtk_pinconf_bias_set_pu_pd() 585 pu = 1; in mtk_pinconf_bias_set_pu_pd() 588 pu = 0; in mtk_pinconf_bias_set_pu_pd() 595 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_PU, pu); in mtk_pinconf_bias_set_pu_pd() 673 int err, pu, pd; in mtk_pinconf_bias_get_pu_pd() local 675 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &pu); in mtk_pinconf_bias_get_pu_pd() 683 if (pu == 0 && pd == 0) { in mtk_pinconf_bias_get_pu_pd() 686 } else if (pu == 1 && pd == 0) { in mtk_pinconf_bias_get_pu_pd() [all …]
|