Home
last modified time | relevance | path

Searched refs:addrBits (Results 1 – 4 of 4) sorted by relevance

/drivers/edac/
A Di7300_edac.c591 int mtr, ans, addrBits, channel; in decode_mtr() local
607 addrBits = MTR_DRAM_BANKS_ADDR_BITS; in decode_mtr()
609 addrBits += MTR_DIMM_ROWS_ADDR_BITS(mtr); in decode_mtr()
611 addrBits += MTR_DIMM_COLS_ADDR_BITS(mtr); in decode_mtr()
613 addrBits += MTR_DIMM_RANKS(mtr); in decode_mtr()
615 addrBits += 6; /* add 64 bits per DIMM */ in decode_mtr()
616 addrBits -= 20; /* divide by 2^^20 */ in decode_mtr()
617 addrBits -= 3; /* 8 bits per bytes */ in decode_mtr()
619 dinfo->megabytes = 1 << addrBits; in decode_mtr()
A Di5400_edac.c925 int addrBits; in handle_channel() local
935 addrBits = MTR_DRAM_BANKS_ADDR_BITS(mtr); in handle_channel()
937 addrBits += MTR_DIMM_ROWS_ADDR_BITS(mtr); in handle_channel()
939 addrBits += MTR_DIMM_COLS_ADDR_BITS(mtr); in handle_channel()
941 addrBits += MTR_DIMM_RANK(mtr); in handle_channel()
943 addrBits += 6; /* add 64 bits per DIMM */ in handle_channel()
944 addrBits -= 20; /* divide by 2^^20 */ in handle_channel()
945 addrBits -= 3; /* 8 bits per bytes */ in handle_channel()
947 dinfo->megabytes = 1 << addrBits; in handle_channel()
A Di5000_edac.c997 int addrBits; in handle_channel() local
1009 addrBits = MTR_DRAM_BANKS_ADDR_BITS(mtr); in handle_channel()
1011 addrBits += MTR_DIMM_ROWS_ADDR_BITS(mtr); in handle_channel()
1013 addrBits += MTR_DIMM_COLS_ADDR_BITS(mtr); in handle_channel()
1017 addrBits++; in handle_channel()
1019 addrBits += 6; /* add 64 bits per DIMM */ in handle_channel()
1020 addrBits -= 20; /* divide by 2^^20 */ in handle_channel()
1021 addrBits -= 3; /* 8 bits per bytes */ in handle_channel()
1023 dinfo->megabytes = 1 << addrBits; in handle_channel()
/drivers/net/ethernet/qlogic/
A Dqla3xxx.c363 static u32 addrBits = EEPROM_NO_ADDR_BITS; variable
430 mask = 1 << (addrBits - 1); in fm93c56a_cmd()
433 for (i = 0; i < addrBits; i++) { in fm93c56a_cmd()

Completed in 20 milliseconds