Searched refs:BIT_0 (Results 1 – 4 of 4) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168_dash.h | 185 #define TXS_CC3_0 (BIT_0|BIT_1|BIT_2|BIT_3) 221 #define ISRIMR_DASH_TYPE2_ROK BIT_0
|
D | r8168_n.c | 2442 rtl8168_ocp_write(tp, ocp_reg_mutex_ib, 1, BIT_0); in rtl8168_oob_mutex_lock() 2459 rtl8168_ocp_write(tp, ocp_reg_mutex_ib, 1, BIT_0); in rtl8168_oob_mutex_lock() 2504 rtl8168_ocp_write(tp, ocp_reg_mutex_prio, 1, BIT_0); in rtl8168_oob_mutex_unlock() 2518 if (rtl8168_ocp_read(tp, 0x128, 1) & BIT_0) in rtl8168_check_dash() 2546 RTL_CMAC_W8(tp, CMAC_IBCR2, RTL_CMAC_R8(tp, CMAC_IBCR2) & ~( BIT_0 )); in rtl8168_dash2_disable_tx() 2571 RTL_CMAC_W8(tp, CMAC_IBCR2, RTL_CMAC_R8(tp, CMAC_IBCR2) | BIT_0); in rtl8168_dash2_enable_tx() 2580 RTL_CMAC_W8(tp, CMAC_IBCR0, RTL_CMAC_R8(tp, CMAC_IBCR0) & ~( BIT_0 )); in rtl8168_dash2_disable_rx() 2589 RTL_CMAC_W8(tp, CMAC_IBCR0, RTL_CMAC_R8(tp, CMAC_IBCR0) | BIT_0); in rtl8168_dash2_enable_rx() 2929 clearmask = (BIT_0 | BIT_1); in rtl8168_set_dash_other_fun_dev_state_change() 2938 setmask = (BIT_0 | BIT_1); in rtl8168_set_dash_other_fun_dev_state_change() [all …]
|
D | r8168.h | 1390 BIT_0 = (1 << 0), enumerator 1791 #define HW_PATCH_SOC_LAN (BIT_0)
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/drivers_ext/gr551x/ |
D | gr551x_spi_flash.c | 48 #define BIT_0 0 macro 189 (data[ITEM_1] << BIT_8) + (data[ITEM_0] << BIT_0) + 1) / BIT_8; in spi_flash_device_size() 211 (data[ITEM_1] << BIT_8) + (data[ITEM_0] << BIT_0) + 1) / BIT_8; in spi_flash_device_size()
|