Home
last modified time | relevance | path

Searched refs:dir_offset (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dproperty.c39 size_t block_len, unsigned int dir_offset, size_t dir_len,
162 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) in __tb_property_parse_dir()
174 content_offset = dir_offset + 2; in __tb_property_parse_dir()
177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir()
183 content_offset = dir_offset + 4; in __tb_property_parse_dir()
161 __tb_property_parse_dir(const u32 *block, size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) __tb_property_parse_dir() argument
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dproperty.c39 size_t block_len, unsigned int dir_offset, size_t dir_len,
162 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) in __tb_property_parse_dir()
174 content_offset = dir_offset + 2; in __tb_property_parse_dir()
177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir()
183 content_offset = dir_offset + 4; in __tb_property_parse_dir()
161 __tb_property_parse_dir(const u32 *block, size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) __tb_property_parse_dir() argument
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c23 .dir_offset = (MT6397_PIN_REG_BASE + 0x000),
H A Dpinctrl-mtk-common.h214 * @dir_offset: The direction register offset.
241 unsigned int dir_offset; member
H A Dpinctrl-mt8127.c284 .dir_offset = 0x0000,
H A Dpinctrl-mt8167.c316 .dir_offset = 0x0000,
H A Dpinctrl-mt8516.c316 .dir_offset = 0x0000,
H A Dpinctrl-mt2701.c515 .dir_offset = 0x0000,
H A Dpinctrl-mt2712.c568 .dir_offset = 0x0000,
H A Dpinctrl-mt8135.c295 .dir_offset = 0x0000,
H A Dpinctrl-mt8173.c324 .dir_offset = 0x0000,
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c22 .dir_offset = (MT6397_PIN_REG_BASE + 0x000),
H A Dpinctrl-mtk-common.h223 * @dir_offset: The direction register offset.
261 unsigned int dir_offset; member
H A Dpinctrl-mt8516.c302 .dir_offset = 0x0000,
H A Dpinctrl-mt8127.c269 .dir_offset = 0x0000,
H A Dpinctrl-mt8167.c302 .dir_offset = 0x0000,
H A Dpinctrl-mt2701.c501 .dir_offset = 0x0000,
H A Dpinctrl-mt2712.c550 .dir_offset = 0x0000,
H A Dpinctrl-mt8365.c451 .dir_offset = 0x0140,
/kernel/linux/linux-5.10/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c132 unsigned dir_offset = offset, wdata_offset = offset, tmp; in plgpio_direction_output() local
141 dir_offset = tmp; in plgpio_direction_output()
154 plgpio_reg_reset(plgpio->base, dir_offset, plgpio->regs.dir); in plgpio_direction_output()
/kernel/linux/linux-6.6/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c139 unsigned dir_offset = offset, wdata_offset = offset, tmp; in plgpio_direction_output() local
148 dir_offset = tmp; in plgpio_direction_output()
161 plgpio_reg_reset(plgpio->regmap, dir_offset, plgpio->regs.dir); in plgpio_direction_output()
/kernel/linux/linux-5.10/drivers/net/fjes/
H A Dfjes_hw.h271 u16 dir_offset; member
/kernel/linux/linux-6.6/drivers/net/fjes/
H A Dfjes_hw.h271 u16 dir_offset; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2838 u32 rc, cnt, dir_offset = NVRAM_DIR_OFFSET; in bnx2x_test_nvram_ext_dirs() local
2843 dir_offset + in bnx2x_test_nvram_ext_dirs()
2857 dir_offset = entry.nvm_start_addr + 8; in bnx2x_test_nvram_ext_dirs()
2860 rc = bnx2x_test_dir_entry(bp, dir_offset + in bnx2x_test_nvram_ext_dirs()
2872 u32 rc, dir_offset = NVRAM_DIR_OFFSET; in bnx2x_test_nvram_dirs() local
2878 rc = bnx2x_test_dir_entry(bp, dir_offset + in bnx2x_test_nvram_dirs()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2846 u32 rc, cnt, dir_offset = NVRAM_DIR_OFFSET; in bnx2x_test_nvram_ext_dirs() local
2851 dir_offset + in bnx2x_test_nvram_ext_dirs()
2865 dir_offset = entry.nvm_start_addr + 8; in bnx2x_test_nvram_ext_dirs()
2868 rc = bnx2x_test_dir_entry(bp, dir_offset + in bnx2x_test_nvram_ext_dirs()
2880 u32 rc, dir_offset = NVRAM_DIR_OFFSET; in bnx2x_test_nvram_dirs() local
2886 rc = bnx2x_test_dir_entry(bp, dir_offset + in bnx2x_test_nvram_dirs()

Completed in 29 milliseconds

12