Searched refs:fw_reg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | mcs_touchkey.c | 101 unsigned int fw_reg; in mcs_touchkey_probe() local 128 fw_reg = MCS5000_TOUCHKEY_FW; in mcs_touchkey_probe() 134 fw_reg = MCS5080_TOUCHKEY_FW; in mcs_touchkey_probe() 137 fw_ver = i2c_smbus_read_byte_data(client, fw_reg); in mcs_touchkey_probe()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | mcs_touchkey.c | 108 unsigned int fw_reg; in mcs_touchkey_probe() local 138 fw_reg = MCS5000_TOUCHKEY_FW; in mcs_touchkey_probe() 144 fw_reg = MCS5080_TOUCHKEY_FW; in mcs_touchkey_probe() 147 fw_ver = i2c_smbus_read_byte_data(client, fw_reg); in mcs_touchkey_probe()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | r8152.c | 1018 __le16 fw_reg; member 1039 __le16 fw_reg; member 1055 * @fw_reg: the register to load the firmware. Depends on chip. 1075 __le16 fw_reg; member 1111 * @fw_reg: the register to load the firmware. Depends on chip. 1130 __le16 fw_reg; member 4260 if (__le16_to_cpu(phy->fw_reg) != 0x9A00) { in rtl8152_is_fw_phy_speed_up_ok() 4379 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 4386 fw_reg = 0xa014; in rtl8152_is_fw_phy_nc_ok() 4414 if (__le16_to_cpu(phy->fw_reg) ! in rtl8152_is_fw_phy_nc_ok() 4454 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; rtl8152_is_fw_mac_ok() local [all...] |
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | r8152.c | 903 * @fw_reg: the register to load the firmware. Depends on chip. 922 __le16 fw_reg; member 955 * @fw_reg: the register to load the firmware. Depends on chip. 973 __le16 fw_reg; member 3532 u16 fw_offset, fw_reg, ba_reg, patch_en_addr, mode_reg, bp_start; in rtl8152_is_fw_phy_nc_ok() local 3539 fw_reg = 0xa014; in rtl8152_is_fw_phy_nc_ok() 3567 if (__le16_to_cpu(phy->fw_reg) != fw_reg) { in rtl8152_is_fw_phy_nc_ok() 3607 u16 fw_reg, bp_ba_addr, bp_en_addr, bp_start, fw_offset; in rtl8152_is_fw_mac_ok() local 3618 fw_reg in rtl8152_is_fw_mac_ok() [all...] |
Completed in 16 milliseconds