/linux/drivers/dio/ |
A D | dio.c | 119 u_char prid, secid, i; in dio_find() local 145 prid = DIO_ID(va); in dio_find() 147 if (DIO_NEEDSSECID(prid)) { in dio_find() 149 id = DIO_ENCODE_ID(prid, secid); in dio_find() 151 id = prid; in dio_find() 195 u_char prid, secid = 0; /* primary, secondary ID bytes */ in dio_init() local 233 prid = DIO_ID(va); in dio_init() 235 if (DIO_NEEDSSECID(prid)) { in dio_init() 237 dev->id = DIO_ENCODE_ID(prid, secid); in dio_init() 239 dev->id = prid; in dio_init() [all …]
|
/linux/arch/mips/include/asm/ |
A D | timex.h | 52 static inline int can_use_mips_counter(unsigned int prid) in can_use_mips_counter() argument 54 int comp = (prid & PRID_COMP_MASK) != PRID_COMP_LEGACY; in can_use_mips_counter() 66 prid >= (PRID_IMP_R4000 | PRID_REV_ENCODE_44(5, 0)))) in can_use_mips_counter() 89 unsigned int prid = read_c0_prid(); in random_get_entropy() local 90 unsigned int imp = prid & PRID_IMP_MASK; in random_get_entropy() 92 if (can_use_mips_counter(prid)) in random_get_entropy()
|
A D | kvm_host.h | 657 __BUILD_KVM_RW_SW(prid, 32, MIPS_CP0_PRID, 0)
|
/linux/arch/mips/ar7/ |
A D | platform.c | 494 char *prid, *usb_prod; in detect_leds() local 501 prid = prom_getenv("ProductID"); in detect_leds() 505 if (!prid) in detect_leds() 508 if (strstr(prid, "Fritz_Box_FON")) { in detect_leds() 511 } else if (strstr(prid, "Fritz_Box_")) { in detect_leds() 514 } else if ((!strcmp(prid, "AR7RD") || !strcmp(prid, "AR7DB")) in detect_leds() 518 } else if (strstr(prid, "DG834")) { in detect_leds() 521 } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { in detect_leds() 524 } else if (strstr(prid, "GT701")) { in detect_leds()
|
/linux/arch/mips/mti-malta/ |
A D | malta-time.c | 223 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init() local 230 if ((prid != (PRID_COMP_MIPS | PRID_IMP_20KC)) && in plat_time_init() 231 (prid != (PRID_COMP_MIPS | PRID_IMP_25KF))) in plat_time_init()
|
/linux/arch/mips/sgi-ip30/ |
A D | ip30-smp.c | 31 u32 prid; member 91 i, mpc->prid, mpc->physid, mpc->virtid); in ip30_smp_setup()
|
/linux/fs/xfs/ |
A D | xfs_symlink.c | 160 prid_t prid; in xfs_symlink() local 182 prid = xfs_get_initial_prid(dp); in xfs_symlink() 188 mapped_fsgid(mnt_userns), prid, in xfs_symlink() 231 S_IFLNK | (mode & ~S_IFMT), 1, 0, prid, in xfs_symlink()
|
A D | xfs_inode.c | 796 prid_t prid, in xfs_init_new_inode() argument 832 ip->i_projid = prid; in xfs_init_new_inode() 973 prid_t prid; in xfs_create() local 986 prid = xfs_get_initial_prid(dp); in xfs_create() 992 mapped_fsgid(mnt_userns), prid, in xfs_create() 1039 is_dir ? 2 : 1, rdev, prid, init_xattrs, &ip); in xfs_create() 1129 prid_t prid; in xfs_create_tmpfile() local 1140 prid = xfs_get_initial_prid(dp); in xfs_create_tmpfile() 1146 mapped_fsgid(mnt_userns), prid, in xfs_create_tmpfile() 1163 0, 0, prid, false, &ip); in xfs_create_tmpfile()
|
A D | xfs_quota.h | 120 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc() argument
|
A D | xfs_inode.h | 451 xfs_nlink_t nlink, dev_t rdev, prid_t prid, bool init_xattrs,
|
A D | xfs_qm.c | 1627 prid_t prid, in xfs_qm_vop_dqalloc() argument 1717 if (ip->i_projid != prid) { in xfs_qm_vop_dqalloc() 1719 error = xfs_qm_dqget(mp, prid, in xfs_qm_vop_dqalloc()
|
A D | xfs_trace.h | 4018 __field(prid_t, prid) 4030 __entry->prid = icw ? icw->icw_prid : 0; 4040 __entry->prid,
|
/linux/arch/xtensa/kernel/ |
A D | head.S | 210 rsr a2, prid 329 rsr a0, prid
|
/linux/arch/mips/mm/ |
A D | c-r4k.c | 1109 unsigned int prid = read_c0_prid(); in probe_pcache() local 1262 if (prid & 0x3) in probe_pcache() 1270 if (prid & 0x3) in probe_pcache() 1385 if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 && in probe_pcache() 1386 (prid & PRID_REV_MASK) < PRID_REV_R4400 && in probe_pcache()
|
/linux/drivers/phy/broadcom/ |
A D | phy-brcm-usb-init.c | 641 u32 prid; in brcmusb_memc_fix() local 656 prid = params->product_id & 0xfffff000; in brcmusb_memc_fix() 657 switch (prid) { in brcmusb_memc_fix()
|