Lines Matching refs:misc
478 hw->misc.master_cs_pol |= (1 << cs); in spi_ll_master_set_pos_cs()
480 hw->misc.master_cs_pol &= ~(1 << cs); in spi_ll_master_set_pos_cs()
516 hw->misc.ck_idle_edge = 0; in spi_ll_master_set_mode()
519 hw->misc.ck_idle_edge = 0; in spi_ll_master_set_mode()
522 hw->misc.ck_idle_edge = 1; in spi_ll_master_set_mode()
525 hw->misc.ck_idle_edge = 1; in spi_ll_master_set_mode()
539 hw->misc.ck_idle_edge = 0; in spi_ll_slave_set_mode()
544 hw->misc.ck_idle_edge = 0; in spi_ll_slave_set_mode()
549 hw->misc.ck_idle_edge = 1; in spi_ll_slave_set_mode()
554 hw->misc.ck_idle_edge = 1; in spi_ll_slave_set_mode()
625 hw->misc.cs0_dis = (cs_id == 0) ? 0 : 1; in spi_ll_master_select_cs()
626 hw->misc.cs1_dis = (cs_id == 1) ? 0 : 1; in spi_ll_master_select_cs()
627 hw->misc.cs2_dis = (cs_id == 2) ? 0 : 1; in spi_ll_master_select_cs()
628 hw->misc.cs3_dis = (cs_id == 3) ? 0 : 1; in spi_ll_master_select_cs()
629 hw->misc.cs4_dis = (cs_id == 4) ? 0 : 1; in spi_ll_master_select_cs()
630 hw->misc.cs5_dis = (cs_id == 5) ? 0 : 1; in spi_ll_master_select_cs()
641 hw->misc.cs_keep_active = (keep_active != 0) ? 1 : 0; in spi_ll_master_keep_cs()