Searched refs:ramcode (Results 1 – 1 of 1) sorted by relevance
10539 re_set_phy_mcu_ram_code(struct re_softc *sc, const u_int16_t *ramcode, u_int16_t codesize) in re_set_phy_mcu_ram_code() argument10545 if (ramcode == NULL || codesize % 2) { in re_set_phy_mcu_ram_code()10550 addr = ramcode[i]; in re_set_phy_mcu_ram_code()10551 val = ramcode[i + 1]; in re_set_phy_mcu_ram_code()