/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | debug.c | 42 return "P2P-GO"; ath_opmode_to_string()
|
/linux-4.1.27/drivers/w1/masters/ |
H A D | omap_hdq.c | 177 /* set the GO bit */ hdq_write_byte() 198 /* wait for the GO bit return to zero */ hdq_write_byte() 203 dev_dbg(hdq_data->dev, "timeout waiting GO bit" hdq_write_byte() 268 * It is observed that INT flags can't be cleared via a read and GO/INIT _omap_hdq_reset() 314 /* set the INIT and GO bit */ omap_hdq_break() 338 * wait for both INIT and GO bits rerurn to zero. omap_hdq_break() 346 dev_dbg(hdq_data->dev, "timeout waiting INIT&GO bits" omap_hdq_break()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | 53 /* Once GO bit is set, we can't make further updates to shadowed registers 54 * until the GO bit is cleared. So various parts in the kms code that need 56 * which is called before setting GO bit, and post_apply that is called 57 * after GO bit is cleared. The crtc manages the queuing, and everyone 59 * code which has to deal w/ GO bit state is centralized.
|
H A D | omap_crtc.c | 342 DBG("%s: GO", omap_crtc->name); apply_worker()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | mt312_priv.h | 54 GO = 27, enumerator in enum:mt312_reg_addr
|
H A D | mt312.c | 635 /* GO */ mt312_set_frontend()
|
/linux-4.1.27/drivers/regulator/ |
H A D | 88pm8607.c | 293 PM8607_DVC(BUCK1, GO, BIT(0), SUPPLIES_EN11, 0), 294 PM8607_DVC(BUCK2, GO, BIT(1), SUPPLIES_EN11, 1), 295 PM8607_DVC(BUCK3, GO, BIT(2), SUPPLIES_EN11, 2),
|
H A D | tps65217-regulator.c | 109 /* Set GO bit for DCDCx to initiate voltage transistion */ tps65217_pmic_set_voltage_sel()
|
H A D | tps65218-regulator.c | 114 /* Set GO bit for DCDC1/2 to initiate voltage transistion */ tps65218_pmic_set_voltage_sel()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-mac.h | 112 * @FW_MAC_TYPE_GO: P2P GO 210 * struct iwl_mac_data_go - configuration data for P2P GO MAC context 212 * @ctwin: client traffic window in TU (period after TBTT when GO is present). 225 * @ctwin: client traffic window in TU (period after TBTT when GO is present). 246 * device is discoverable and there is an active GO. Note that setting this
|
H A D | sta.h | 84 * In STA/P2P client mode, the driver will hold one station for the AP/ GO. 85 * In GO/AP mode, the driver will have as many stations as associated clients. 133 * mac80211, such as broadcast station in AP / GO mode, or AUX sta for 134 * scanning and P2P device (during the GO negotiation). 169 * This is useful when a client (if we are IBSS / GO or AP) disassociates. In 222 * For a GO, the Service Period might be cut short due to an absence period 223 * of the GO. In this (and all other cases) the firmware notifies us with the
|
H A D | mac-ctxt.c | 111 * clock drift causing overlapping TBTTs/DTIMs for a GO and iwl_mvm_mac_tsf_id_iter() 116 * with a remote station will be the master, and an AP or GO iwl_mvm_mac_tsf_id_iter() 152 * The new interface is AP/GO, so if its beacon interval is a iwl_mvm_mac_tsf_id_iter() 155 * client or use the same TSF as an existing GO. There's no iwl_mvm_mac_tsf_id_iter() 440 /* Allocate the CAB queue for softAP and GO interfaces */ iwl_mvm_mac_ctxt_allocate_resources() 917 * discoverable and there is at least another active P2P GO. Settings iwl_mvm_mac_ctxt_cmd_p2p_device() 1024 /* The beacon template for the AP/GO/IBSS has changed and needs update */ iwl_mvm_mac_ctxt_beacon_changed() 1068 * Fill the specific data for mac context of type AP of P2P GO 1171 /* Fill the data specific for GO mode */ iwl_mvm_mac_ctxt_cmd_go()
|
H A D | testmode.h | 89 * @IWL_MVM_TM_CMD_SET_NOA: set NoA on GO vif for testing
|
H A D | mvm.h | 91 /* For GO, this value represents the number of TUs before CSA "beacon 99 * GO/AP will be in the new channel, so we switch early enough. 351 * vifs: P2P_DEVICE, GO and AP. 352 * @beacon_skb: the skb used to hold the AP/GO beacon template 813 /* system time of last beacon (for AP/GO interface) */
|
H A D | fw-api-sta.h | 406 * short by GO absence
|
H A D | fw-api-power.h | 141 * @POWER_FLAGS_AP_UAPSD_MISBEHAVING_ENA_MSK: AP/GO's uAPSD misbehaving
|
H A D | sta.c | 1600 * supporting GO uAPSD, so it's safe to always do this. iwl_mvm_sta_modify_sleep_tx_count() 1647 /* Note: this is ignored by firmware not supporting GO uAPSD */ iwl_mvm_sta_modify_sleep_tx_count()
|
H A D | mac80211.c | 1614 * update the p2p device MAC when a GO is started/stopped */ iwl_mvm_mac_add_interface() 1719 * For AP/GO interface, the tear down of the resources allocated to the iwl_mvm_mac_remove_interface() 2237 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */ iwl_mvm_start_ap_ibss() 2295 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */ iwl_mvm_stop_ap_ibss() 3764 * GO/AP arrives. iwl_mvm_pre_channel_switch()
|
H A D | coex.c | 631 /* if secondary is not NULL, it might be a GO */ iwl_mvm_bt_notif_iterator()
|
H A D | coex_legacy.c | 943 /* if secondary is not NULL, it might be a GO */ iwl_mvm_bt_notif_iterator()
|
H A D | power.c | 272 * Avoid using uAPSD if P2P client is associated to GO that uses iwl_mvm_power_allow_uapsd()
|
H A D | tx.c | 343 * or an AP/GO interface use the broadcast station associated iwl_mvm_tx_skb_non_sta()
|
H A D | fw-api.h | 584 /* P2P GO Events */
|
/linux-4.1.27/net/wireless/ |
H A D | chan.c | 701 * For GO only, check if the channel can be used under permissive conditions 706 * In addition allow the GO to operate on a channel on which indoor operation is 730 * the GO concurrent relaxation, however, since the device can further cfg80211_go_permissive_chan() 732 * and thus fail the GO instantiation, consider only the interfaces of cfg80211_go_permissive_chan() 769 * GO operations. However, having a station interface cfg80211_go_permissive_chan() 771 * allow GO operation on channel 165. cfg80211_go_permissive_chan() 796 * a GO can operate on channels marked with IEEE80211_NO_IR cfg80211_reg_can_beacon()
|
H A D | nl80211.c | 1901 * For AP/GO and mesh mode, the channel can be set with the nl80211_can_set_dev_channel()
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
H A D | rc-hauppauge.c | 35 { 0x1e3b, KEY_SELECT }, /* GO / house symbol */ 101 { 0x1f3b, KEY_SELECT }, /* GO */
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | p2p.h | 59 * @BRCMF_P2P_STATUS_GO_NEG_PHASE: P2P GO negotiation ongoing. 115 * @ssid: ssid for P2P GO.
|
H A D | p2p.c | 95 #define P2P_AF_GO_DISC_REQ 3 /* GO Discoverability Request */ 722 /* WAR to sync with presence period of VSDB GO. brcmf_p2p_escan() 805 /* If you are already a GO, then do SEARCH only */ brcmf_p2p_run_escan() 806 brcmf_dbg(INFO, "Already a GO. Do SEARCH Only\n"); brcmf_p2p_run_escan() 1313 brcmf_dbg(TRACE, "GO Negotiation Request COLLISION !!!\n"); brcmf_p2p_gon_req_collision() 1395 /* After complete GO Negotiation, roll back to mpc mode */ brcmf_p2p_notify_action_frame_rx() 1581 /* If we reached till GO Neg confirmation reset the filter */ brcmf_p2p_pub_af_tx() 1670 /* GO Negotiation action frame */ brcmf_p2p_send_action_frame() 1882 /* Filter any P2P probe reqs arriving during the GO-NEG Phase */ brcmf_p2p_notify_rx_mgmt_p2p_probereq() 1884 brcmf_dbg(INFO, "Filtering P2P probe_req in GO-NEG phase\n"); brcmf_p2p_notify_rx_mgmt_p2p_probereq()
|
H A D | cfg80211.c | 831 brcmf_dbg(INFO, "IF Type = P2P GO\n"); brcmf_cfg80211_change_iface() 1867 /* To sync with presence period of VSDB GO send probe request brcmf_cfg80211_connect() 1869 * probe response from target AP/GO. brcmf_cfg80211_connect() 4166 brcmf_dbg(TRACE, "GO mode configuration complete\n"); brcmf_cfg80211_start_ap() 4365 /* is for p2p listen response or for p2p GO from */ brcmf_cfg80211_mgmt_tx()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | pll.c | 307 DSSERR("DSS DPLL GO bit not going down.\n"); dss_pll_write_config_type_a() 379 DSSERR("DSS DPLL GO bit not going down.\n"); dss_pll_write_config_type_b()
|
H A D | apply.c | 94 /* If true, GO bit is up and shadow registers cannot be written. 283 /* to catch GO bit going down */ need_isr() 291 /* to set GO bit */ need_isr() 305 /* to set GO bit */ need_isr() 324 /* to set GO bit */ need_isr() 335 /* to set GO bit */ need_isr()
|
H A D | dispc.c | 573 DSSDBG("GO %s\n", mgr_desc[channel].name); dispc_mgr_go() 596 DSSERR("GO bit not down for WB\n"); dispc_wb_go()
|
/linux-4.1.27/drivers/input/misc/ |
H A D | drv260x.c | 436 /* No need to set GO bit here */ drv260x_init() 443 "Failed to write GO register: %d\n", drv260x_init() 452 "Failed to read GO register: %d\n", drv260x_init()
|
H A D | drv2667.c | 222 "Failed to set the GO bit: %d\n", error); drv2667_worker() 229 "Failed to unset the GO bit: %d\n", error); drv2667_worker()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_dp_auxch.c | 147 /* write the size and GO bits */ radeon_dp_aux_transfer_native()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | belkin_sa.h | 20 * Added GoHubs GO-COM232 device id.
|
/linux-4.1.27/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 455 /* GO GO GO */ do_write_buffer()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-fw-file.h | 216 * @IWL_UCODE_TLV_FLAGS_GO_UAPSD: AP/GO interfaces support uAPSD clients 487 * @IWL_FW_DBG_CONF_VIF_P2P_GO: P2P GO mode 627 * @p2p_go: timeout for the queues of a P2P GO in ms
|
H A D | iwl-nvm-parse.c | 187 * @NVM_CHANNEL_GO_CONCURRENT: GO operation is allowed when connected to BSS 247 /* Set the GO concurrent flag only in case that NO_IR is set. iwl_get_channel_flags() 710 /* Set the GO concurrent flag only in case that NO_IR is set. iwl_nvm_get_regdom_bw_flags()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | rtw_mlme.h | 178 u8 go_device_addr[ETH_ALEN]; /* The GO's device address of 398 u8 *p2p_go_probe_resp_ie; /* for GO */ 404 u32 p2p_go_probe_resp_ie_len; /* for GO */
|
H A D | wifi.h | 1028 /* receiving the P2P Invitation request and this wifi is GO. */ 1064 P2P_PS_ALLSTASLEEP = 4, /* for P2P GO */
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event_amd.c | 180 * When HO == GO == 1 the hardware treats that as GO == HO == 0 amd_core_hw_config()
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
H A D | edp_aux.c | 153 * Clear GO and reset AUX channel edp_aux_transfer()
|
/linux-4.1.27/tools/perf/bench/ |
H A D | sched-messaging.c | 77 /* Wait for "GO" signal */ ready()
|
/linux-4.1.27/drivers/clk/bcm/ |
H A D | clk-kona.h | 434 * is restarted using the GO bit and either the GO_ATL or GO_AC bit. 451 u32 atl_bit; /* GO, GO_ATL, and GO_AC bits */
|
H A D | clk-kona-setup.c | 229 if (!bit_posn_valid(control->go_bit, "policy control GO", ccu_name)) ccu_policy_valid()
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | copyuser_power7.S | 324 lis r8,0x8000 /* GO=1 */ 336 dcbt r0,r8,0b01010 /* all streams GO */
|
H A D | memcpy_power7.S | 259 lis r8,0x8000 /* GO=1 */ 269 dcbt r0,r8,0b01010 /* GO */
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_power7.S | 324 lis r8,0x8000 /* GO=1 */ 336 dcbt r0,r8,0b01010 /* all streams GO */
|
H A D | memcpy_power7.S | 259 lis r8,0x8000 /* GO=1 */ 269 dcbt r0,r8,0b01010 /* GO */
|
/linux-4.1.27/include/uapi/linux/ |
H A D | nl80211.h | 645 * (or GO) interface (i.e. hostapd) to ask for unexpected frames to 676 * @NL80211_CMD_CH_SWITCH_NOTIFY: An AP or GO may decide to switch channels 715 * command is used in AP/P2P GO mode. Driver has to make sure to clear its 1568 * @NL80211_ATTR_P2P_CTWINDOW: P2P GO Client Traffic Window (u8), used with 1570 * @NL80211_ATTR_P2P_OPPPS: P2P GO opportunistic PS (u8), used with the 1680 * associated stations are supported in AP mode (including P2P GO); u32. 2623 * @NL80211_FREQUENCY_ATTR_GO_CONCURRENT: GO operation is allowed on this 2626 * band), and IEEE80211_CHAN_RADAR is not set. Instantiating a GO on a 2629 * an authorized master, i.e., setting up a GO while the device is also 4022 * infrastructure and AP/GO combinations, i.e. the GO(s) must adopt 4037 * numbers = [ #{AP, P2P-GO} <= 8 ], channels = 1, max = 8 4038 * => allows 8 of AP/GO 4043 * numbers = [ #{STA} <= 1, #{P2P-client,P2P-GO} <= 3 ], max = 4 4249 * @NL80211_FEATURE_P2P_GO_CTWIN: P2P GO implementation supports CT Window 4251 * @NL80211_FEATURE_P2P_GO_OPPPS: P2P GO implementation supports opportunistic
|
/linux-4.1.27/arch/m68k/bvme6000/ |
H A D | config.c | 202 rtc->t1cr_omr = 0x05; /* Mode 2, ext clk, GO */ bvme6000_sched_init()
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 340 | 060 FPSP KERNEL PACKAGE NEEDS TO GO HERE!!!
|
H A D | iskeleton.S | 346 | 060 INTEGER KERNEL PACKAGE MUST GO HERE!!!
|
/linux-4.1.27/Documentation/dvb/ |
H A D | get_dvb_firmware | 424 # register-value pairs that end in 0x5d 0x01 which is a "TUNER GO" 429 local $/ = "\x5d\x01"; # MT352 "TUNER GO" 434 chop; chop; # Get rid of "TUNER GO"
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0020.c | 528 /* GO GO GO */ do_write_buffer()
|
H A D | cfi_cmdset_0001.c | 1791 /* GO GO GO */ do_write_buffer()
|
H A D | cfi_cmdset_0002.c | 1852 /* Write Buffer Program Confirm: GO GO GO */ do_write_buffer()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
H A D | main.c | 587 * offload in the favourit, concurrent P2P GO+CLIENT carl9170_init_interface() 642 /* P2P GO [master] use-case carl9170_op_add_interface() 643 * Because the P2P GO station is selected dynamically carl9170_op_add_interface()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
H A D | usb_intf.c | 50 {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zr36050.c | 139 /* leave 0 selected for an eventually GO from master */ zr36050_read_scalefactor() 572 /* adr on selected, to allow GO from master */ zr36050_init()
|
H A D | zr36060.c | 142 /* leave 0 selected for an eventually GO from master */ zr36060_read_scalefactor()
|
H A D | zoran_device.c | 949 /* load the address of the GO register in the ZR36050 latch */ jpeg_start()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 115 /* Stop tx traffic 1ms before the GO goes away */ 616 /* P2P GO */
|
H A D | channel.c | 1440 * ATH_CHANCTX_EVENT_BEACON_PREPARE, so the P2P-GO ath9k_get_ctwin()
|
H A D | main.c | 2532 * Wait till the GO interface gets a chance ath9k_mgd_prepare_tx()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | lib.c | 355 /* Check whether AP or GO mode is active. */ iwlagn_bt_adjust_rssi_monitor() 367 * If disable was received or If GO/AP mode, disable RSSI
|
/linux-4.1.27/drivers/crypto/ |
H A D | mv_cesa.c | 303 /* GO */ mv_process_current_q() 383 /* GO */ mv_process_hash_current()
|
H A D | talitos.c | 231 /* GO! */ talitos_submit()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | cfg80211.c | 174 * resp in AP or GO mode */ mwifiex_cfg80211_mgmt_tx() 176 "info: skip to send probe resp in AP or GO mode\n"); mwifiex_cfg80211_mgmt_tx() 693 * This function initializes the functionalities for P2P GO. 694 * The P2P GO initialization sequence is: 695 * disable -> device -> GO
|
/linux-4.1.27/drivers/ata/ |
H A D | sata_nv.c | 1205 /* clear GO for register mode, enable interrupt */ nv_adma_port_start() 1235 /* Go to register mode - clears GO */ nv_adma_port_suspend() 1266 /* clear GO for register mode, enable interrupt */ nv_adma_port_resume()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | core.h | 90 * interface will become a P2P client/GO interface as the case may be
|
H A D | init.c | 564 * vif[1] - "P2P dev"/"P2P GO"/"P2P Client" ath6kl_configure_target() 565 * vif[2] - "P2P dev"/"P2P GO"/"P2P Client" ath6kl_configure_target()
|
H A D | cfg80211.c | 3204 * Send Probe Response frame in GO mode using a separate WMI ath6kl_mgmt_tx()
|
H A D | wmi.c | 685 ath6kl_dbg(ATH6KL_DBG_WMI, "p2p_info: GO Power Save = %d\n", ath6kl_wmi_p2p_info_event_rx()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-omap.c | 610 * BOARD-SPECIFIC CUSTOMIZATION CAN GO HERE: omap_rtc_probe()
|
/linux-4.1.27/fs/jbd2/ |
H A D | recovery.c | 671 * | GO TO NEXT "Journal Corruption" do_one_pass()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | wsm.h | 313 /* The BSS owner is a P2P GO */ 348 #define WSM_START_MODE_P2P_GO (1) /* P2P GO */
|
H A D | txrx.c | 1278 /* In GO mode we can receive ACTION frames without a linkID */ cw1200_link_id_reset()
|
H A D | sta.c | 488 /* When acting as p2p client being connected to p2p GO, in order to cw1200_update_filtering()
|
/linux-4.1.27/include/net/ |
H A D | mac80211.h | 293 * changed (currently only in P2P client mode, GO mode will be later) 1323 * interface, i.e. a GO or p2p-sta respectively 2351 * In order to implement AP and P2P GO modes, mac80211 has support for 2425 * If the driver also implement GO mode, where absence periods may 3059 * transmission to a P2P GO needs to be synchronized against the GO's 3063 * and to be able to synchronize with the GO. 5293 * @absent: descriptor bitmask, set if GO is currently absent 5327 * ieee80211_update_p2p_noa - get next pending P2P GO absent state change
|
H A D | cfg80211.h | 2397 * @set_mac_acl: Sets MAC address control list in AP and P2P GO mode. 2426 * @set_ap_chanwidth: Set the AP (including P2P GO) mode channel width for the 2830 * 2. Allow #{AP, P2P-GO} <= 8, channels = 1, 8 total: 2844 * 3. Allow #STA <= 1, #{P2P-client,P2P-GO} <= 3 on two channels, 4 total. 3105 * (including P2P GO) or 0 to indicate no such limit is advertised. The 4850 * netdev that is in AP/GO mode.
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 2886 /* P2P GO */ 3268 * AP/GO */ 3272 * protection is enabled. For GO/AP vdevs, it indicates that 3298 /* ssid field. Only valid for AP/GO/IBSS/BTAmp VDEV type. */
|
/linux-4.1.27/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 458 __raw_writel((phy_id >> 3) | (write << 2) | 0x80 /* GO */, ixp4xx_mdio_cmd()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.c | 474 wlvif->p2p ? "P2P-GO" : "AP");
|
/linux-4.1.27/fs/fscache/ |
H A D | page.c | 371 _debug("<<< GO"); fscache_wait_for_operation_activation()
|
/linux-4.1.27/net/mac80211/ |
H A D | status.c | 88 * if an absence period (us being a P2P GO) ieee80211_handle_filtered_frame()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
H A D | wifi.h | 1107 P2P_PS_ALLSTASLEEP = 4, /* for P2P GO */
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-cards.c | 1702 .name = "Avermedia AVerTV GO 007 FM", 5291 .name = "Avermedia AVerTV GO 007 FM Plus",
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 1667 /* Persona for the BSS can be STA,AP,GO,CLIENT value same as enum 1804 /* Persona for the BSS can be STA,AP,GO,CLIENT value same as enum
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
H A D | tlan.c | 911 * the startup for autonegotiation or sends a Rx GO
|
/linux-4.1.27/drivers/dma/ |
H A D | pl330.c | 1075 /* Only manager can execute GO */ _trigger()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | cirrusfb.c | 2646 /* and finally: GO! */ cirrusfb_set_blitter()
|
/linux-4.1.27/sound/pci/trident/ |
H A D | trident_main.c | 1537 cmd - trigger command (STOP, GO)
|
/linux-4.1.27/drivers/scsi/ |
H A D | FlashPoint.c | 4588 WRW_HARPOON(map_addr, (BRH_OP + NOT_EQ + DC)); /*GO CHECK FOR DISCONNECT MSG */ FPT_autoLoadDefaultMap()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 418 { PCI_CHIP_MACH64GO, "3D RAGE XL (Mach64 GO, PCI-66)", 230, 83, 63, 135, ATI_CHIP_264XL },
|