/linux-6.3-rc2/drivers/clk/berlin/ |
A D | berlin2-div.h | 16 #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-6.3-rc2/drivers/clk/renesas/ |
A D | rzg2l-cpg.h | 189 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _is_coupled) \ argument 199 #define DEF_MOD(_name, _id, _parent, _off, _bit) \ argument 202 #define DEF_COUPLED(_name, _id, _parent, _off, _bit) \ argument 218 #define DEF_RST_MON(_id, _off, _bit, _monbit) \ argument 224 #define DEF_RST(_id, _off, _bit) \ argument
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | spr.h | 19 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument
|
/linux-6.3-rc2/drivers/mfd/ |
A D | wcd934x.c | 19 #define WCD934X_REGMAP_IRQ_REG(_irq, _off, _mask) \ argument
|
A D | axp20x.c | 284 #define INIT_REGMAP_IRQ(_variant, _irq, _off, _mask) \ argument
|
/linux-6.3-rc2/drivers/media/platform/samsung/s3c-camif/ |
A D | camif-regs.c | 13 #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-6.3-rc2/arch/mips/include/asm/sn/ |
A D | addrs.h | 366 #define NODE_OFFSET_TO_K0(_nasid, _off) \ argument 368 #define NODE_OFFSET_TO_K1(_nasid, _off) \ argument
|
A D | klconfig.h | 163 #define KL_CONFIG_INFO_SET_OFFSET(_nasid, _off) \ argument 196 #define KL_CONFIG_BOARD_SET_NEXT(_brd, _off) ((_brd)->brd_next = (_off)) argument
|
/linux-6.3-rc2/drivers/soc/sunxi/ |
A D | sunxi_sram.c | 51 #define SUNXI_SRAM_DATA(_name, _reg, _off, _width, ...) \ argument
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-dw-core.c | 35 #define DW_SPI_DBGFS_REG(_name, _off) \ argument
|
A D | spi-hisi-kunpeng.c | 142 #define HISI_SPI_DBGFS_REG(_name, _off) \ argument
|
/linux-6.3-rc2/net/core/ |
A D | datagram.c | 173 int _off = 0; in __skb_try_recv_from_queue() local
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | dw_wdt.c | 497 #define DW_WDT_DBGFS_REG(_name, _off) \ argument
|
/linux-6.3-rc2/drivers/pinctrl/spear/ |
A D | pinctrl-plgpio.c | 662 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument
|
/linux-6.3-rc2/drivers/clk/sunxi-ng/ |
A D | ccu_div.h | 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
A D | dm.c | 133 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument
|
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-common.h | 1585 #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-6.3-rc2/drivers/clk/tegra/ |
A D | clk-tegra210.c | 3440 #define car_readl(_base, _off) readl_relaxed(clk_base + (_base) + ((_off) * 4)) argument 3441 #define car_writel(_val, _base, _off) \ argument
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_ioc.h | 222 #define bfa_mem_read(_raddr, _off) swab32(readl(((_raddr) + (_off)))) argument 223 #define bfa_mem_write(_raddr, _off, _val) \ argument
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | peb2466.c | 118 #define PEB2466_XR6_PCM_OFFSET(_off) ((_off) << 0) argument
|
/linux-6.3-rc2/include/linux/ |
A D | regmap.h | 1483 #define REGMAP_IRQ_REG(_irq, _off, _mask) \ argument
|