Searched refs:addr_off (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_eeprom.c | 190 /*addr_off : address offset of the entry in eeprom (not the tuple number of eeprom (reg); that is addr_off !=reg)*/ 191 u8 eeprom_read(_adapter *padapter, u32 addr_off, u8 sz, u8 *rbuf) in eeprom_read() argument 196 reg = (u16)(addr_off >> 1); in eeprom_read() 197 addr_2align_odd = (u8)(addr_off & 0x1); in eeprom_read()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_catalog.c | 243 u32 addr_off = 0; in dump_regs() local 247 x0 = readl_relaxed(base + addr_off); in dump_regs() 248 x4 = readl_relaxed(base + addr_off + 0x04); in dump_regs() 249 x8 = readl_relaxed(base + addr_off + 0x08); in dump_regs() 250 xc = readl_relaxed(base + addr_off + 0x0c); in dump_regs() 252 pr_info("%08x: %08x %08x %08x %08x", addr_off, x0, x4, x8, xc); in dump_regs() 253 addr_off += 16; in dump_regs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_catalog.c | 273 u32 addr_off = 0; in dump_regs() local 277 x0 = readl_relaxed(base + addr_off); in dump_regs() 278 x4 = readl_relaxed(base + addr_off + 0x04); in dump_regs() 279 x8 = readl_relaxed(base + addr_off + 0x08); in dump_regs() 280 xc = readl_relaxed(base + addr_off + 0x0c); in dump_regs() 282 pr_info("%08x: %08x %08x %08x %08x", addr_off, x0, x4, x8, xc); in dump_regs() 283 addr_off += 16; in dump_regs()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_ioc.h | 488 u32 addr_off; /* partition address offset */ member 680 u32 addr_off; /* phy address offset */ member 729 u32 addr_off; /* fru address offset */ member
|
H A D | bfa_ioc.c | 4269 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_write_send() 4302 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_read_send() 4641 flash->addr_off = offset; in bfa_flash_update_part() 4695 flash->addr_off = offset; in bfa_flash_read_part() 5366 msg->offset = cpu_to_be32(phy->addr_off + phy->offset); in bfa_phy_write_send() 5404 msg->offset = cpu_to_be32(phy->addr_off + phy->offset); in bfa_phy_read_send() 5632 phy->addr_off = offset; in bfa_phy_update() 5683 phy->addr_off = offset; in bfa_phy_read() 6220 msg->offset = cpu_to_be32(fru->addr_off + fru->offset); in bfa_fru_write_send() 6254 msg->offset = cpu_to_be32(fru->addr_off in bfa_fru_read_send() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_ioc.h | 492 u32 addr_off; /* partition address offset */ member 684 u32 addr_off; /* phy address offset */ member 733 u32 addr_off; /* fru address offset */ member
|
H A D | bfa_ioc.c | 4270 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_write_send() 4303 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_read_send() 4642 flash->addr_off = offset; in bfa_flash_update_part() 4696 flash->addr_off = offset; in bfa_flash_read_part() 5367 msg->offset = cpu_to_be32(phy->addr_off + phy->offset); in bfa_phy_write_send() 5405 msg->offset = cpu_to_be32(phy->addr_off + phy->offset); in bfa_phy_read_send() 5633 phy->addr_off = offset; in bfa_phy_update() 5684 phy->addr_off = offset; in bfa_phy_read() 6222 msg->offset = cpu_to_be32(fru->addr_off + fru->offset); in bfa_fru_write_send() 6256 msg->offset = cpu_to_be32(fru->addr_off in bfa_fru_read_send() [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl.c | 1143 u64 v, addr_off; in create_feature_instance() local 1181 addr_off = FIELD_GET(DFHv1_CSR_ADDR_MASK, v); in create_feature_instance() 1183 start = addr_off << 1; in create_feature_instance() 1185 start = binfo->start + ofst + addr_off; in create_feature_instance()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.h | 329 u32 addr_off; /* partition address offset */ member
|
H A D | bfa_ioc.c | 3071 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_write_send() 3104 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_read_send() 3325 flash->addr_off = offset; in bfa_nw_flash_update_part() 3371 flash->addr_off = offset; in bfa_nw_flash_read_part()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.h | 333 u32 addr_off; /* partition address offset */ member
|
H A D | bfa_ioc.c | 3071 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_write_send() 3104 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_read_send() 3325 flash->addr_off = offset; in bfa_nw_flash_update_part() 3371 flash->addr_off = offset; in bfa_nw_flash_read_part()
|
Completed in 38 milliseconds