Searched refs:dir_offset (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | property.c | 42 size_t block_len, unsigned int dir_offset, size_t dir_len, 165 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) in __tb_property_parse_dir() argument 177 content_offset = dir_offset + 2; in __tb_property_parse_dir() 180 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir() 182 content_offset = dir_offset + 4; in __tb_property_parse_dir()
|
/Linux-v4.19/drivers/pinctrl/mediatek/ |
D | pinctrl-mt6397.c | 31 .dir_offset = (MT6397_PIN_REG_BASE + 0x000),
|
D | pinctrl-mtk-common.h | 249 unsigned int dir_offset; member
|
D | pinctrl-mt8127.c | 292 .dir_offset = 0x0000,
|
D | pinctrl-mt8173.c | 332 .dir_offset = 0x0000,
|
D | pinctrl-mt2712.c | 568 .dir_offset = 0x0000,
|
D | pinctrl-mt8135.c | 303 .dir_offset = 0x0000,
|
D | pinctrl-mt2701.c | 523 .dir_offset = 0x0000,
|
D | pinctrl-mtk-common.c | 84 reg_addr = mtk_get_port(pctl, offset) + pctl->devdata->dir_offset; in mtk_pmx_gpio_set_direction() 808 reg_addr = mtk_get_port(pctl, offset) + pctl->devdata->dir_offset; in mtk_gpio_get_direction()
|
/Linux-v4.19/drivers/pinctrl/spear/ |
D | pinctrl-plgpio.c | 132 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()
|
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_hw.h | 286 u16 dir_offset; member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2814 u32 rc, cnt, dir_offset = NVRAM_DIR_OFFSET; in bnx2x_test_nvram_ext_dirs() local 2819 dir_offset + in bnx2x_test_nvram_ext_dirs() 2833 dir_offset = entry.nvm_start_addr + 8; in bnx2x_test_nvram_ext_dirs() 2836 rc = bnx2x_test_dir_entry(bp, dir_offset + in bnx2x_test_nvram_ext_dirs() 2848 u32 rc, dir_offset = NVRAM_DIR_OFFSET; in bnx2x_test_nvram_dirs() local 2854 rc = bnx2x_test_dir_entry(bp, dir_offset + in bnx2x_test_nvram_dirs()
|