Lines Matching defs:offset32
2572 u32 cmd_flags, offset32, len32, extra;
2587 offset32 = offset;
2592 if (offset32 & 3) {
2596 offset32 &= ~3;
2607 rc = bce_nvram_read_dword(sc, offset32, buf, cmd_flags);
2614 offset32 += 4;
2633 rc = bce_nvram_read_dword(sc, offset32, buf, cmd_flags);
2646 rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
2649 offset32 += 4;
2654 rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0);
2657 offset32 += 4;
2666 rc = bce_nvram_read_dword(sc, offset32, buf, cmd_flags);
2696 u32 written, offset32, len32;
2704 offset32 = offset;
2708 if ((align_start = (offset32 & 3))) {
2709 offset32 &= ~3;
2711 if ((rc = bce_nvram_read(sc, offset32, start, 4)))
2719 if ((rc = bce_nvram_read(sc, offset32 + len32 - 4,
2751 page_start = offset32 + written;
2756 data_start = (written == 0) ? offset32 : page_start;
2758 data_end = (page_end > offset32 + len32) ?
2759 (offset32 + len32) : page_end;