Home
last modified time | relevance | path

Searched refs:rest_addr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c137 uint32_t cnt, rest_addr, fdata; in ql_erase_and_write_to_flash() local
150 rest_addr = (qlge->fdesc.block_size - 1) >> 2; in ql_erase_and_write_to_flash()
161 if ((faddr & rest_addr) == 0) { in ql_erase_and_write_to_flash()
162 fdata = (faddr & ~rest_addr) << 2; in ql_erase_and_write_to_flash()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11694 uint32_t cnt, rest_addr, fdata, wc; in ql_24xx_load_flash() local
11726 rest_addr = (xp->fdesc.block_size - 1) >> 2; in ql_24xx_load_flash()
11738 if ((faddr & rest_addr) == 0) { in ql_24xx_load_flash()
11746 fdata + rest_addr); in ql_24xx_load_flash()
11753 rest_addr, 0); in ql_24xx_load_flash()
11758 fdata + rest_addr); in ql_24xx_load_flash()
11762 fdata = (faddr & ~rest_addr) << 2; in ql_24xx_load_flash()
11767 if (rest_addr == 0x1fff) { in ql_24xx_load_flash()
11792 wc = ((~faddr & (rest_addr>>1)) + 1); in ql_24xx_load_flash()