Searched refs:hps_ctrl (Results 1 – 1 of 1) sorted by relevance
18 *hps_ctrl &= ~(MASK_30 | MASK_31 | MASK_28); in calculate_hps_source_and_sync()19 *hps_ctrl |= (source << 30) | (sync << 28); in calculate_hps_source_and_sync()32 *hps_ctrl &= ~(MASK_W0 | MASK_B2); in calculate_hxo_and_hyo()33 *hps_ctrl |= (hyo << 12); in calculate_hxo_and_hyo()86 *hps_ctrl &= ~MASK_29; in calculate_h_scale_registers()105 *hps_ctrl |= MASK_29; in calculate_h_scale_registers()539 hps_ctrl = 0; in saa7146_set_window()551 saa7146_write(dev, HPS_CTRL, hps_ctrl); in saa7146_set_window()631 u32 hps_ctrl = 0; in saa7146_set_hps_source_and_sync() local634 hps_ctrl = saa7146_read(dev, HPS_CTRL); in saa7146_set_hps_source_and_sync()[all …]
Completed in 5 milliseconds