OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPID_STATUS_ENABLE
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcm4329/src/include/
spid.h
47
#define
SPID_STATUS_ENABLE
0x02
74
/* Bit mask for
SPID_STATUS_ENABLE
device register */
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c
232
if ((status = sdioh_request_byte(sd, SDIOH_READ, SPI_FUNC_0,
SPID_STATUS_ENABLE
, ®)) !=
248
if ((status = sdioh_request_byte(sd, SDIOH_WRITE, SPI_FUNC_0,
SPID_STATUS_ENABLE
, ®)) !=
512
if (bcmspi_card_regwrite(si, SPI_FUNC_0,
SPID_STATUS_ENABLE
, 1, int_val)
1029
bcmspi_card_regread(sd, 0,
SPID_STATUS_ENABLE
, 1, &status_en_reg);
1035
if (bcmspi_card_regwrite(sd, SPI_FUNC_0,
SPID_STATUS_ENABLE
, 1,
[
all
...]
Completed in 12 milliseconds