Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/renesas/
Drcar-sysc.c71 unsigned int sr_bit, reg_offs; in rcar_sysc_pwr_on_off() local
76 sr_bit = SYSCSR_PONENB; in rcar_sysc_pwr_on_off()
79 sr_bit = SYSCSR_POFFENB; in rcar_sysc_pwr_on_off()
85 val & BIT(sr_bit), SYSCSR_DELAY_US, in rcar_sysc_pwr_on_off()
/Linux-v6.1/drivers/mmc/host/
Datmel-mci.c454 static const char *sr_bit[] = { in atmci_show_status_reg() local
486 for (i = 0; i < ARRAY_SIZE(sr_bit); i++) { in atmci_show_status_reg()
488 if (sr_bit[i]) in atmci_show_status_reg()
489 seq_printf(s, " %s", sr_bit[i]); in atmci_show_status_reg()