Home
last modified time | relevance | path

Searched refs:SS_POWERON (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/include/pcmcia/
H A Dss.h32 #define SS_POWERON 0x0100 macro
/kernel/linux/linux-6.6/include/pcmcia/
H A Dss.h32 #define SS_POWERON 0x0100 macro
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Ddb1xxx_ss.c366 status |= GET_VCC(cr, sock->nr) ? SS_POWERON : 0; in db1x_pcmcia_get_status()
370 status = SS_POWERON | SS_3VCARD | SS_DETECT; in db1x_pcmcia_get_status()
H A Dxxs1500_ss.c142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON; in xxs1500_pcmcia_get_status()
H A Dcs.c324 if (status & SS_POWERON) { in socket_shutdown()
393 if (!(status & SS_POWERON)) { in socket_setup()
H A Domap_cf.c116 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in omap_cf_get_status()
H A Delectra_cf.c102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in electra_cf_get_status()
H A Dsoc_common.c319 stat |= skt->cs_state.Vcc ? SS_POWERON : 0; in soc_common_pcmcia_skt_state()
672 { SS_POWERON, "SS_POWERON" },
H A Dbcm63xx_pcmcia.c87 * always report SS_POWERON */ in bcm63xx_pcmcia_set_socket()
238 stat |= SS_POWERON; in __get_socket_status()
H A Dat91_cf.c102 *sp |= SS_POWERON; in at91_cf_get_status()
H A Di82092.c437 (*value) |= SS_POWERON; /* power is applied to the card */ in i82092aa_get_status()
H A Dyenta_socket.c227 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0; in yenta_get_status()
239 val |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in yenta_get_status()
H A Dpd6729.c283 *value |= SS_POWERON; /* power is applied to the card */ in pd6729_get_status()
H A Dvrc4171_card.c269 val |= SS_POWERON; in pccard_get_status()
H A Dvrc4173_cardu.c173 if (status & CARD_PWR) val |= SS_POWERON; in cardu_get_status()
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Ddb1xxx_ss.c367 status |= GET_VCC(cr, sock->nr) ? SS_POWERON : 0; in db1x_pcmcia_get_status()
371 status = SS_POWERON | SS_3VCARD | SS_DETECT; in db1x_pcmcia_get_status()
H A Dxxs1500_ss.c142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON; in xxs1500_pcmcia_get_status()
H A Dcs.c324 if (status & SS_POWERON) { in socket_shutdown()
393 if (!(status & SS_POWERON)) { in socket_setup()
H A Domap_cf.c115 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in omap_cf_get_status()
H A Delectra_cf.c102 *sp = SS_READY | SS_DETECT | SS_POWERON | SS_3VCARD; in electra_cf_get_status()
H A Dsoc_common.c318 stat |= skt->cs_state.Vcc ? SS_POWERON : 0; in soc_common_pcmcia_skt_state()
671 { SS_POWERON, "SS_POWERON" },
H A Dbcm63xx_pcmcia.c87 * always report SS_POWERON */ in bcm63xx_pcmcia_set_socket()
238 stat |= SS_POWERON; in __get_socket_status()
H A Di82092.c437 (*value) |= SS_POWERON; /* power is applied to the card */ in i82092aa_get_status()
H A Dyenta_socket.c229 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0; in yenta_get_status()
241 val |= (status & I365_CS_POWERON) ? SS_POWERON : 0; in yenta_get_status()
H A Dpd6729.c283 *value |= SS_POWERON; /* power is applied to the card */ in pd6729_get_status()

Completed in 20 milliseconds

12