Home
last modified time | relevance | path

Searched defs:_off (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/clk/berlin/
H A Dberlin2-div.h16 #define BERLIN2_PLL_SELECT(_off, _sh) \ argument
20 #define BERLIN2_PLL_SWITCH(_off, _sh) \ argument
24 #define BERLIN2_DIV_SELECT(_off, _sh) \ argument
28 #define BERLIN2_DIV_SWITCH(_off, _sh) \ argument
32 #define BERLIN2_DIV_D3SWITCH(_off, _sh) \ argument
36 #define BERLIN2_DIV_GATE(_off, _sh) \ argument
40 #define BERLIN2_SINGLE_DIV(_off) \ argument
/linux/drivers/clk/renesas/
H A Drzg2l-cpg.h211 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _is_coupled) \ argument
221 #define DEF_MOD(_name, _id, _parent, _off, _bit) \ argument
224 #define DEF_COUPLED(_name, _id, _parent, _off, _bit) \ argument
240 #define DEF_RST_MON(_id, _off, _bit, _monbit) \ argument
246 #define DEF_RST(_id, _off, _bit) \ argument
259 #define DEF_REG_CONF(_off, _mask) ((struct rzg2l_cpg_reg_conf) { .off = (_off), .mask = (_mask) }) argument
/linux/arch/openrisc/include/asm/
H A Dspr.h19 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c13 #define camif_write(_camif, _off, _val) writel(_val, (_camif)->io_base + (_off)) argument
14 #define camif_read(_camif, _off) readl((_camif)->io_base + (_off)) argument
/linux/drivers/mfd/
H A Dwcd934x.c19 #define WCD934X_REGMAP_IRQ_REG(_irq, _off, _mask) \ argument
H A Dqcom-pm8008.c70 #define _IRQ(_irq, _off, _mask, _types) \ argument
/linux/arch/mips/include/asm/sn/
H A Daddrs.h366 #define NODE_OFFSET_TO_K0(_nasid, _off) \ argument
368 #define NODE_OFFSET_TO_K1(_nasid, _off) \ argument
H A Dklconfig.h163 #define KL_CONFIG_INFO_SET_OFFSET(_nasid, _off) \ argument
196 #define KL_CONFIG_BOARD_SET_NEXT(_brd, _off) ((_brd)->brd_next = (_off)) argument
/linux/drivers/soc/sunxi/
H A Dsunxi_sram.c50 #define SUNXI_SRAM_DATA(_name, _reg, _off, _width, ...) \ argument
/linux/drivers/spi/
H A Dspi-dw-core.c37 #define DW_SPI_DBGFS_REG(_name, _off) \ argument
H A Dspi-hisi-kunpeng.c142 #define HISI_SPI_DBGFS_REG(_name, _off) \ argument
/linux/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c664 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument
/linux/drivers/watchdog/
H A Ddw_wdt.c497 #define DW_WDT_DBGFS_REG(_name, _off) \ argument
/linux/drivers/clk/sunxi-ng/
H A Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
/linux/net/core/
H A Ddatagram.c174 int _off = 0; in __skb_try_recv_from_queue() local
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddm.c133 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument
/linux/drivers/dma/amd/qdma/
H A Dqdma.h120 #define QDMA_REGO(_off, _count) { \ argument
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-common.h1585 #define XPCS32_IOWRITE(_pdata, _off, _val) \ argument
1588 #define XPCS32_IOREAD(_pdata, _off) \ argument
1591 #define XPCS16_IOWRITE(_pdata, _off, _val) \ argument
1594 #define XPCS16_IOREAD(_pdata, _off) \ argument
/linux/drivers/clk/tegra/
H A Dclk-tegra210.c3440 #define car_readl(_base, _off) readl_relaxed(clk_base + (_base) + ((_off) * 4)) argument
3441 #define car_writel(_val, _base, _off) \ argument
/linux/sound/soc/codecs/
H A Dpeb2466.c118 PEB2466_XR6_PCM_OFFSET(_off) global() argument