Home
last modified time | relevance | path

Searched refs:R92C_MCUFWDL_RAM_DL_SEL (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_rtwn.c1289 if (rtwn_pci_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL) in rtwn_pci_92c_stop()
1349 if (rtwn_pci_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL) in rtwn_pci_88e_stop()
1424 if (rtwn_pci_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL) in rtwn_pci_23a_stop()
/openbsd/sys/dev/ic/
H A Dr92creg.h401 #define R92C_MCUFWDL_RAM_DL_SEL 0x00000080 /* 1: RAM, 0: ROM */ macro
H A Drtwn.c1784 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL) { in rtwn_load_firmware()