Home
last modified time | relevance | path

Searched refs:cmd_eeprom (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1186 struct host_cmd_ds_802_11_eeprom_access *cmd_eeprom = in mwifiex_cmd_reg_access() local
1189 cmd->size = cpu_to_le16(sizeof(*cmd_eeprom) + S_DS_GEN); in mwifiex_cmd_reg_access()
1190 cmd_eeprom->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()
1191 cmd_eeprom->offset = cpu_to_le16(rd_eeprom->offset); in mwifiex_cmd_reg_access()
1192 cmd_eeprom->byte_count = cpu_to_le16(rd_eeprom->byte_count); in mwifiex_cmd_reg_access()
1193 cmd_eeprom->value = 0; in mwifiex_cmd_reg_access()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cmd.c510 struct host_cmd_ds_802_11_eeprom_access *cmd_eeprom = in nxpwifi_cmd_sta_reg_access() local
513 cmd->size = cpu_to_le16(sizeof(*cmd_eeprom) + S_DS_GEN); in nxpwifi_cmd_sta_reg_access()
514 cmd_eeprom->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_sta_reg_access()
515 cmd_eeprom->offset = cpu_to_le16(rd_eeprom->offset); in nxpwifi_cmd_sta_reg_access()
516 cmd_eeprom->byte_count = cpu_to_le16(rd_eeprom->byte_count); in nxpwifi_cmd_sta_reg_access()
517 cmd_eeprom->value = 0; in nxpwifi_cmd_sta_reg_access()