Home
last modified time | relevance | path

Searched defs:__value (Results 1 – 6 of 6) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_types.h278 …#define SET_TX_DESC_ANTSEL_A_88E(__ptx_desc, __value) SET_BITS_TO_LE_4BYTE(__ptx_desc + 8, 24, 1, … argument
279 …#define SET_TX_DESC_ANTSEL_B_88E(__ptx_desc, __value) SET_BITS_TO_LE_4BYTE(__ptx_desc + 8, 25, 1, … argument
280 …#define SET_TX_DESC_ANTSEL_C_88E(__ptx_desc, __value) SET_BITS_TO_LE_4BYTE(__ptx_desc + 28, 29, 1,… argument
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
Ddw_mmc.h451 #define mci_fifo_writew(__value, __reg) __raw_writew(__reg, __value) argument
452 #define mci_fifo_writel(__value, __reg) __raw_writel(__reg, __value) argument
453 #define mci_fifo_writeq(__value, __reg) __raw_writeq(__reg, __value) argument
479 #define __raw_writeq(__value, __reg) (*(volatile u64 __force *)(__reg) = (__value)) argument
/device/soc/esp/esp32/components/esp_system/port/arch/xtensa/
Dpanic_arch.c85 uint32_t __value; in panic_print_registers() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dhisi_allocator.c40 unsigned long __value; in _strtoul_ex() local
Dmedia_mem.c805 unsigned long __value; local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/
Dhalmac_type.h357 #define SET_BITS_TO_LE_4BYTE(__start, __bitoffset, __bitlen, __value) \ argument