| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0001-build-Fix-GRUB-i386-pc-build-with-Ubuntu-gcc.patch | 49 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 50 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 62 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 63 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 71 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 72 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 80 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 81 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 89 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… 90 …nneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dyn -R .n… [all …]
|
| H A D | 0003-safemath-Add-some-arithmetic-primitives-that-check-f.patch | 55 - earlier versions fail to generate .reginfo and hence gprel relocations
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_dump.c | 44 static void igc_regdump(struct igc_hw *hw, struct igc_reg_info *reginfo) in igc_regdump() argument 51 switch (reginfo->ofs) { in igc_regdump() 101 netdev_info(dev, "%-15s %08x\n", reginfo->name, in igc_regdump() 102 rd32(reginfo->ofs)); in igc_regdump() 106 snprintf(rname, 16, "%s%s", reginfo->name, "[0-3]"); in igc_regdump() 309 struct igc_reg_info *reginfo; in igc_regs_dump() local 314 for (reginfo = (struct igc_reg_info *)igc_reg_info_tbl; in igc_regs_dump() 315 reginfo->name; reginfo++) { in igc_regs_dump() 316 igc_regdump(hw, reginfo); in igc_regs_dump()
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | vdso.lds.S | 33 .reginfo : { *(.reginfo) } :text :reginfo 83 reginfo 0x70000000;
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | cxd2820r_priv.h | 65 int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, 68 int cxd2820r_wr_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val, 71 int cxd2820r_rd_regs(struct cxd2820r_priv *priv, u32 reginfo, u8 *val,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | reginfo.c | 23 reginfo, 2, 1, do_reginfo,
|
| H A D | Makefile | 119 obj-$(CONFIG_CMD_REGINFO) += reginfo.o
|
| H A D | Kconfig | 173 bool "reginfo"
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | Makefile | 15 obj-$(CONFIG_CMD_REGINFO) += reginfo.o
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/compressed/ |
| H A D | ld.script | 53 *(.reginfo)
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | vmlinux.lds.S | 226 *(.reginfo)
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 140 static void e1000_regdump(struct e1000_hw *hw, struct e1000_reg_info *reginfo) in e1000_regdump() argument 146 switch (reginfo->ofs) { in e1000_regdump() 161 reginfo->name, __er32(hw, reginfo->ofs)); in e1000_regdump() 165 snprintf(rname, 16, "%s%s", reginfo->name, "[0-1]"); in e1000_regdump() 195 struct e1000_reg_info *reginfo; in e1000e_dump() local 229 for (reginfo = (struct e1000_reg_info *)e1000_reg_info_tbl; in e1000e_dump() 230 reginfo->name; reginfo++) { in e1000e_dump() 231 e1000_regdump(hw, reginfo); in e1000e_dump()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.m54418twr | 231 reginfo - print register information
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 286 static void igb_regdump(struct e1000_hw *hw, struct igb_reg_info *reginfo) in igb_regdump() argument 292 switch (reginfo->ofs) { in igb_regdump() 342 pr_info("%-15s %08x\n", reginfo->name, rd32(reginfo->ofs)); in igb_regdump() 346 snprintf(rname, 16, "%s%s", reginfo->name, "[0-3]"); in igb_regdump() 356 struct igb_reg_info *reginfo; in igb_dump() local 379 for (reginfo = (struct igb_reg_info *)igb_reg_info_tbl; in igb_dump() 380 reginfo->name; reginfo++) { in igb_dump() 381 igb_regdump(hw, reginfo); in igb_dump()
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 327 OBJCOPYFLAGS += --remove-section=.reginfo
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 465 static void ixgbe_regdump(struct ixgbe_hw *hw, struct ixgbe_reg_info *reginfo) in ixgbe_regdump() argument 471 switch (reginfo->ofs) { in ixgbe_regdump() 530 reginfo->name, IXGBE_READ_REG(hw, reginfo->ofs)); in ixgbe_regdump() 540 snprintf(rname, 16, "%s[%d-%d]", reginfo->name, i, i + 7); in ixgbe_regdump() 568 struct ixgbe_reg_info *reginfo; in ixgbe_dump() local 596 for (reginfo = (struct ixgbe_reg_info *)ixgbe_reg_info_tbl; in ixgbe_dump() 597 reginfo->name; reginfo++) { in ixgbe_dump() 598 ixgbe_regdump(hw, reginfo); in ixgbe_dump()
|