Home
last modified time | relevance | path

Searched full:mr6 (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr-props.yaml24 (from MR5) and ZZZZ is the revision ID (from MR6 and MR7). Both IDs are
39 Revision IDs read from Mode Register 6 and 7. One byte per uint32 cell (i.e. <MR6 MR7>).
/linux/drivers/memory/
H A Dbrcmstb_dpfe.c802 u32 mr5, mr6, mr7, mr8, err; in show_vendor() local
815 mr6 = (readl_relaxed(info + DRAM_VENDOR_MR6) >> DRAM_VENDOR_SHIFT) & in show_vendor()
823 return sprintf(buf, "%#x %#x %#x %#x %#x\n", mr5, mr6, mr7, mr8, err); in show_vendor()
832 u32 mr4, mr5, mr6, mr7, mr8, err; in show_dram() local
841 mr6 = response[MSG_ARG0 + 2] & DRAM_DDR_INFO_MASK; in show_dram()
846 return sprintf(buf, "%#x %#x %#x %#x %#x %#x\n", mr4, mr5, mr6, mr7, in show_dram()