HomeSort by: relevance | last modified time | path
    Searched refs:current_modulation (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/i2c/
lg3303var.h 42 fe_modulation_t current_modulation; member in struct:lg3303
au8522var.h 42 fe_modulation_t current_modulation; member in struct:au8522
lg3303.c 93 lg->current_modulation = -1;
235 lg->current_modulation = modulation;
259 switch (lg->current_modulation) {
274 lg->current_modulation);
299 switch (lg->current_modulation) {
313 if (lg->current_modulation == QAM_64)
321 lg->current_modulation);
au8522.c 225 au->current_modulation = -1;
329 au->current_modulation = modulation;
346 switch (au->current_modulation) {
389 switch (au->current_modulation) {

Completed in 43 milliseconds