Searched refs:offset32 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bnx2.c | 4405 u32 cmd_flags, offset32, len32, extra; in bnx2_nvram_read() local 4418 offset32 = offset; in bnx2_nvram_read() 4423 if (offset32 & 3) { in bnx2_nvram_read() 4427 offset32 &= ~3; in bnx2_nvram_read() 4439 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags); in bnx2_nvram_read() 4446 offset32 += 4; in bnx2_nvram_read() 4464 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags); in bnx2_nvram_read() 4477 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, cmd_flags); in bnx2_nvram_read() 4480 offset32 += 4; in bnx2_nvram_read() 4485 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, 0); in bnx2_nvram_read() [all …]
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 2247 le32_to_cpu(blk->offset32), type); in cs_dsp_load_coeff() 2284 offset = le32_to_cpu(blk->offset32); in cs_dsp_load_coeff()
|