/dflybsd-src/sys/dev/netif/re/ |
H A D | re.c | 135 #define RE_LOCK(sc) argument 136 #define RE_UNLOCK(sc) argument 137 #define RE_LOCK_ASSERT(sc) argument 139 #define RE_GET_IFNET(sc) &(sc)->arpcom.ac_if argument 399 struct re_softc *sc, in ClearAndSetEthPhyBit() 416 struct re_softc *sc, in ClearEthPhyBit() 430 struct re_softc *sc, in SetEthPhyBit() 444 struct re_softc *sc, in ClearAndSetEthPhyOcpBit() 460 struct re_softc *sc, in ClearEthPhyOcpBit() 474 struct re_softc *sc, in SetEthPhyOcpBit() [all …]
|
H A D | if_re.c | 288 re_free_rxchain(struct re_softc *sc) in re_free_rxchain() 328 struct re_softc *sc = device_get_softc(dev); in re_allocmem() local 474 re_freebufmem(struct re_softc *sc, int tx_cnt, int rx_cnt) in re_freebufmem() 503 struct re_softc *sc = device_get_softc(dev); in re_freemem() local 556 re_is_faste(struct re_softc *sc) in re_is_faste() 575 re_is_2500e(const struct re_softc *sc) in re_is_2500e() 596 struct re_softc *sc = device_get_softc(dev); in re_attach() local 903 struct re_softc *sc = device_get_softc(dev); in re_detach() local 937 re_setup_rxdesc(struct re_softc *sc, int idx) in re_setup_rxdesc() 956 re_newbuf_std(struct re_softc *sc, int idx, int init) in re_newbuf_std() [all …]
|
/dflybsd-src/sys/dev/netif/bge/ |
H A D | if_bge.c | 286 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO) argument 287 #define BGE_IS_5700_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5700_FAMILY) argument 288 #define BGE_IS_5705_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5705_PLUS) argument 289 #define BGE_IS_5714_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5714_FAMILY) argument 290 #define BGE_IS_575X_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_575X_PLUS) argument 291 #define BGE_IS_5755_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5755_PLUS) argument 292 #define BGE_IS_5788(sc) ((sc)->bge_flags & BGE_FLAG_5788) argument 294 #define BGE_IS_CRIPPLED(sc) \ argument 478 bge_readmem_ind(struct bge_softc *sc, uint32_t off) in bge_readmem_ind() 494 bge_writemem_ind(struct bge_softc *sc, uint32_t off, uint32_t val) in bge_writemem_ind() [all …]
|
/dflybsd-src/sys/dev/netif/iwm/ |
H A D | if_iwm_pcie_trans.c | 158 iwm_read_prph(struct iwm_softc *sc, uint32_t addr) in iwm_read_prph() 167 iwm_write_prph(struct iwm_softc *sc, uint32_t addr, uint32_t val) in iwm_write_prph() 176 iwm_write_prph64(struct iwm_softc *sc, uint64_t addr, uint64_t val) in iwm_write_prph64() 183 iwm_poll_prph(struct iwm_softc *sc, uint32_t addr, uint32_t bits, uint32_t mask, in iwm_poll_prph() 199 iwm_read_mem(struct iwm_softc *sc, uint32_t addr, void *buf, int dwords) in iwm_read_mem() 218 iwm_write_mem(struct iwm_softc *sc, uint32_t addr, const void *buf, int dwords) in iwm_write_mem() 240 iwm_write_mem32(struct iwm_softc *sc, uint32_t addr, uint32_t val) in iwm_write_mem32() 246 iwm_poll_bit(struct iwm_softc *sc, int reg, in iwm_poll_bit() 262 iwm_nic_lock(struct iwm_softc *sc) in iwm_nic_lock() 291 iwm_nic_unlock(struct iwm_softc *sc) in iwm_nic_unlock() [all …]
|
/dflybsd-src/sys/dev/raid/tws/ |
H A D | tws_cam.c | 137 tws_cam_attach(struct tws_softc *sc) in tws_cam_attach() 205 tws_cam_detach(struct tws_softc *sc) in tws_cam_detach() 219 tws_bus_scan(struct tws_softc *sc) in tws_bus_scan() 247 struct tws_softc *sc = periph->softc; in tws_bus_scan_cb() local 266 struct tws_softc *sc = (struct tws_softc *)cam_sim_softc(sim); in tws_action() local 359 struct tws_softc *sc = req->sc; in tws_scsi_complete() local 383 struct tws_softc *sc = req->sc; in tws_getset_param_complete() local 401 struct tws_softc *sc = req->sc; in tws_aen_complete() local 483 struct tws_softc *sc = req->sc; in tws_cmd_complete() local 491 tws_err_complete(struct tws_softc *sc, u_int64_t mfa) in tws_err_complete() [all …]
|
/dflybsd-src/sys/dev/virtual/virtio/scsi/ |
H A D | virtio_scsi.c | 271 struct vtscsi_softc *sc; in vtscsi_attach() local 409 struct vtscsi_softc *sc; in vtscsi_detach() local 454 vtscsi_negotiate_features(struct vtscsi_softc *sc) in vtscsi_negotiate_features() 470 vtscsi_read_config(struct vtscsi_softc *sc, in vtscsi_read_config() 494 vtscsi_maximum_segments(struct vtscsi_softc *sc, int seg_max) in vtscsi_maximum_segments() 512 vtscsi_alloc_intrs(struct vtscsi_softc *sc) in vtscsi_alloc_intrs() 535 vtscsi_alloc_virtqueues(struct vtscsi_softc *sc) in vtscsi_alloc_virtqueues() 554 vtscsi_write_device_config(struct vtscsi_softc *sc) in vtscsi_write_device_config() 571 vtscsi_reinit(struct vtscsi_softc *sc) in vtscsi_reinit() 593 vtscsi_alloc_cam(struct vtscsi_softc *sc) in vtscsi_alloc_cam() [all …]
|
/dflybsd-src/sys/dev/raid/twe/ |
H A D | twe.c | 118 twe_setup(struct twe_softc *sc) in twe_setup() 203 twe_add_unit(struct twe_softc *sc, int unit) in twe_add_unit() 286 twe_del_unit(struct twe_softc *sc, int unit) in twe_del_unit() 305 twe_init(struct twe_softc *sc) in twe_init() 346 twe_deinit(struct twe_softc *sc) in twe_deinit() 368 twe_intr(struct twe_softc *sc) in twe_intr() 398 twe_startio(struct twe_softc *sc) in twe_startio() 483 twe_dump_blocks(struct twe_softc *sc, int unit, u_int64_t lba, void *data, int nblks) in twe_dump_blocks() 518 twe_ioctl(struct twe_softc *sc, u_long ioctlcmd, void *addr) in twe_ioctl() 700 twe_enable_interrupts(struct twe_softc *sc) in twe_enable_interrupts() [all …]
|
/dflybsd-src/sys/dev/netif/ti/ |
H A D | if_ti.c | 231 ti_eeprom_putbyte(struct ti_softc *sc, int byte) in ti_eeprom_putbyte() 275 ti_eeprom_getbyte(struct ti_softc *sc, int addr, uint8_t *dest) in ti_eeprom_getbyte() 348 ti_read_eeprom(struct ti_softc *sc, caddr_t dest, int off, int cnt) in ti_read_eeprom() 368 ti_mem(struct ti_softc *sc, uint32_t addr, uint32_t len, caddr_t buf) in ti_mem() 403 ti_loadfw(struct ti_softc *sc) in ti_loadfw() 460 ti_cmd(struct ti_softc *sc, struct ti_cmd_desc *cmd) in ti_cmd() 479 ti_cmd_ext(struct ti_softc *sc, struct ti_cmd_desc *cmd, caddr_t arg, int len) in ti_cmd_ext() 503 ti_handle_events(struct ti_softc *sc) in ti_handle_events() 577 ti_alloc_jumbo_mem(struct ti_softc *sc) in ti_alloc_jumbo_mem() 621 ti_jalloc(struct ti_softc *sc) in ti_jalloc() [all …]
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath.c | 284 ath_legacy_attach_comp_func(struct ath_softc *sc) in ath_legacy_attach_comp_func() 314 _ath_power_setpower(struct ath_softc *sc, int power_state, const char *file, int line) in _ath_power_setpower() 357 _ath_power_set_selfgen(struct ath_softc *sc, int power_state, const char *file, int line) in _ath_power_set_selfgen() 393 _ath_power_set_power_state(struct ath_softc *sc, int power_state, const char *file, int line) in _ath_power_set_power_state() 429 _ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line) in _ath_power_restore_power_state() 475 ath_setup_hal_config(struct ath_softc *sc, HAL_OPS_CONFIG *ah_config) in ath_setup_hal_config() 544 ath_fetch_mac_kenv(struct ath_softc *sc, uint8_t *macaddr) 601 ath_attach(u_int16_t devid, struct ath_softc *sc) 1385 ath_detach(struct ath_softc *sc) 1448 assign_address(struct ath_softc *sc, uint8_t mac[IEEE80211_ADDR_LEN], int clone) [all …]
|
/dflybsd-src/sys/dev/raid/aac/ |
H A D | aac.c | 233 aac_attach(struct aac_softc *sc) in aac_attach() 351 struct aac_softc *sc; in aac_daemon() local 372 aac_add_event(struct aac_softc *sc, struct aac_event *event) in aac_add_event() 390 aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid) in aac_get_container_info() 416 struct aac_softc *sc; in aac_startup() local 458 aac_add_container(struct aac_softc *sc, struct aac_mntinforesp *mir, int f) in aac_add_container() 495 aac_alloc(struct aac_softc *sc) in aac_alloc() 599 aac_free(struct aac_softc *sc) in aac_free() 658 struct aac_softc *sc; in aac_detach() local 721 struct aac_softc *sc; in aac_shutdown() local [all …]
|
/dflybsd-src/sys/dev/netif/dc/ |
H A D | if_dc.c | 327 #define DC_SETBIT(sc, reg, x) \ argument 330 #define DC_CLRBIT(sc, reg, x) \ argument 337 dc_delay(struct dc_softc *sc) in dc_delay() 346 dc_eeprom_width(struct dc_softc *sc) in dc_eeprom_width() 410 dc_eeprom_idle(struct dc_softc *sc) in dc_eeprom_idle() 443 dc_eeprom_putbyte(struct dc_softc *sc, int addr) in dc_eeprom_putbyte() 485 dc_eeprom_getword_pnic(struct dc_softc *sc, int addr, u_int16_t *dest) in dc_eeprom_getword_pnic() 510 dc_eeprom_getword_xircom(struct dc_softc *sc, int addr, u_int16_t *dest) in dc_eeprom_getword_xircom() 528 dc_eeprom_getword(struct dc_softc *sc, int addr, u_int16_t *dest) in dc_eeprom_getword() 576 dc_read_eeprom(struct dc_softc *sc, caddr_t dest, int off, int cnt, int swap) in dc_read_eeprom() [all …]
|
/dflybsd-src/sys/dev/raid/mrsas/ |
H A D | mrsas.c | 203 struct mrsas_softc *sc; in mrsas_open() local 213 struct mrsas_softc *sc; in mrsas_close() local 223 struct mrsas_softc *sc; in mrsas_read() local 232 struct mrsas_softc *sc; in mrsas_write() local 243 mrsas_write_reg(struct mrsas_softc *sc, int offset, in mrsas_write_reg() 253 mrsas_read_reg(struct mrsas_softc *sc, int offset) in mrsas_read_reg() 266 void mrsas_disable_intr(struct mrsas_softc *sc) in mrsas_disable_intr() 276 void mrsas_enable_intr(struct mrsas_softc *sc) in mrsas_enable_intr() 288 static int mrsas_clear_intr(struct mrsas_softc *sc) in mrsas_clear_intr() 369 mrsas_setup_sysctl(struct mrsas_softc *sc) in mrsas_setup_sysctl() [all …]
|
/dflybsd-src/sys/dev/netif/tx/ |
H A D | if_tx.c | 192 epic_softc_t *sc; in epic_attach() local 297 epic_softc_t *sc = device_get_softc(dev); in epic_detach() local 338 epic_softc_t *sc; in epic_shutdown() local 354 epic_softc_t *sc = ifp->if_softc; in epic_ifioctl() local 427 epic_common_attach(epic_softc_t *sc) in epic_common_attach() 478 epic_softc_t *sc = ifp->if_softc; in epic_ifstart() local 555 epic_rx_done(epic_softc_t *sc) in epic_rx_done() 619 epic_tx_done(epic_softc_t *sc) in epic_tx_done() 663 epic_softc_t * sc = (epic_softc_t *) arg; in epic_intr() local 733 epic_tx_underrun(epic_softc_t *sc) in epic_tx_underrun() [all …]
|
/dflybsd-src/sys/dev/netif/tl/ |
H A D | if_tl.c | 360 tl_dio_read8(struct tl_softc *sc, int reg) in tl_dio_read8() 367 tl_dio_read16(struct tl_softc *sc, int reg) in tl_dio_read16() 374 tl_dio_read32(struct tl_softc *sc, int reg) in tl_dio_read32() 381 tl_dio_write8(struct tl_softc *sc, int reg, int val) in tl_dio_write8() 389 tl_dio_write16(struct tl_softc *sc, int reg, int val) in tl_dio_write16() 397 tl_dio_write32(struct tl_softc *sc, int reg, int val) in tl_dio_write32() 405 tl_dio_setbit(struct tl_softc *sc, int reg, int bit) in tl_dio_setbit() 418 tl_dio_clrbit(struct tl_softc *sc, int reg, int bit) in tl_dio_clrbit() 431 tl_dio_setbit16(struct tl_softc *sc, int reg, int bit) in tl_dio_setbit16() 444 tl_dio_clrbit16(struct tl_softc *sc, int reg, int bit) in tl_dio_clrbit16() [all …]
|
/dflybsd-src/sys/dev/raid/mlx/ |
H A D | mlx.c | 149 mlx_free(struct mlx_softc *sc) in mlx_free() 201 struct mlx_softc *sc = (struct mlx_softc *)arg; in mlx_dma_map_sg() local 210 mlx_sglist_map(struct mlx_softc *sc) in mlx_sglist_map() 269 mlx_attach(struct mlx_softc *sc) in mlx_attach() 485 mlx_startup(struct mlx_softc *sc) in mlx_startup() 547 struct mlx_softc *sc = device_get_softc(dev); in mlx_detach() local 591 struct mlx_softc *sc = device_get_softc(dev); in mlx_shutdown() local 630 struct mlx_softc *sc = device_get_softc(dev); in mlx_suspend() local 653 struct mlx_softc *sc = device_get_softc(dev); in mlx_resume() local 670 struct mlx_softc *sc = (struct mlx_softc *)arg; in mlx_intr() local [all …]
|
/dflybsd-src/sys/dev/raid/mly/ |
H A D | mly.c | 211 struct mly_softc *sc = device_get_softc(dev); in mly_attach() local 336 mly_pci_attach(struct mly_softc *sc) in mly_pci_attach() 522 struct mly_softc *sc = device_get_softc(dev); in mly_shutdown() local 548 struct mly_softc *sc = (struct mly_softc *)arg; in mly_intr() local 565 mly_sg_map(struct mly_softc *sc) in mly_sg_map() 612 struct mly_softc *sc = (struct mly_softc *)arg; in mly_sg_map_helper() local 624 mly_mmbox_map(struct mly_softc *sc) in mly_mmbox_map() 665 struct mly_softc *sc = (struct mly_softc *)arg; in mly_mmbox_map_helper() local 678 mly_free(struct mly_softc *sc) in mly_free() 745 mly_get_controllerinfo(struct mly_softc *sc) in mly_get_controllerinfo() [all …]
|
/dflybsd-src/sys/dev/virtual/vmware/vmxnet3/ |
H A D | if_vmx.c | 303 struct vmxnet3_softc *sc; in vmxnet3_attach() local 370 struct vmxnet3_softc *sc; in vmxnet3_detach() local 427 vmxnet3_alloc_resources(struct vmxnet3_softc *sc) in vmxnet3_alloc_resources() 471 vmxnet3_free_resources(struct vmxnet3_softc *sc) in vmxnet3_free_resources() 499 vmxnet3_check_version(struct vmxnet3_softc *sc) in vmxnet3_check_version() 532 vmxnet3_initial_config(struct vmxnet3_softc *sc) in vmxnet3_initial_config() 572 vmxnet3_check_multiqueue(struct vmxnet3_softc *sc) in vmxnet3_check_multiqueue() 594 vmxnet3_alloc_msix_interrupts(struct vmxnet3_softc *sc) in vmxnet3_alloc_msix_interrupts() 624 vmxnet3_alloc_msi_interrupts(struct vmxnet3_softc *sc) in vmxnet3_alloc_msi_interrupts() 647 vmxnet3_alloc_msi_interrupts(struct vmxnet3_softc *sc) in vmxnet3_alloc_msi_interrupts() [all …]
|
/dflybsd-src/sys/dev/netif/bfe/ |
H A D | if_bfe.c | 185 struct bfe_softc *sc = device_get_softc(dev); in bfe_dma_alloc() local 317 struct bfe_softc *sc; in bfe_attach() local 435 struct bfe_softc *sc = device_get_softc(dev); in bfe_detach() local 470 struct bfe_softc *sc = device_get_softc(dev); in bfe_shutdown() local 481 struct bfe_softc *sc; in bfe_miibus_readreg() local 495 struct bfe_softc *sc; in bfe_miibus_writereg() local 506 bfe_tx_ring_free(struct bfe_softc *sc) in bfe_tx_ring_free() 522 bfe_rx_ring_free(struct bfe_softc *sc) in bfe_rx_ring_free() 538 bfe_list_rx_init(struct bfe_softc *sc) in bfe_list_rx_init() 556 bfe_newbuf(struct bfe_softc *sc, int c, int init) in bfe_newbuf() [all …]
|
/dflybsd-src/sys/dev/netif/pcn/ |
H A D | if_pcn.c | 187 #define PCN_CSR_SETBIT(sc, reg, x) \ argument 190 #define PCN_CSR_CLRBIT(sc, reg, x) \ argument 193 #define PCN_BCR_SETBIT(sc, reg, x) \ argument 196 #define PCN_BCR_CLRBIT(sc, reg, x) \ argument 200 pcn_csr_read(struct pcn_softc *sc, int reg) in pcn_csr_read() 207 pcn_csr_read16(struct pcn_softc *sc, int reg) in pcn_csr_read16() 214 pcn_csr_write(struct pcn_softc *sc, int reg, int val) in pcn_csr_write() 222 pcn_bcr_read(struct pcn_softc *sc, int reg) in pcn_bcr_read() 229 pcn_bcr_read16(struct pcn_softc *sc, int reg) in pcn_bcr_read16() 236 pcn_bcr_write(struct pcn_softc *sc, int reg, int val) in pcn_bcr_write() [all …]
|
/dflybsd-src/sys/dev/netif/ste/ |
H A D | if_ste.c | 168 #define STE_SETBIT4(sc, reg, x) \ argument 171 #define STE_CLRBIT4(sc, reg, x) \ argument 174 #define STE_SETBIT2(sc, reg, x) \ argument 177 #define STE_CLRBIT2(sc, reg, x) \ argument 180 #define STE_SETBIT1(sc, reg, x) \ argument 183 #define STE_CLRBIT1(sc, reg, x) \ argument 194 ste_mii_sync(struct ste_softc *sc) in ste_mii_sync() 214 ste_mii_send(struct ste_softc *sc, u_int32_t bits, int cnt) in ste_mii_send() 237 ste_mii_readreg(struct ste_softc *sc, struct ste_mii_frame *frame) in ste_mii_readreg() 323 ste_mii_writereg(struct ste_softc *sc, struct ste_mii_frame *frame) in ste_mii_writereg() [all …]
|
/dflybsd-src/sys/dev/netif/de/ |
H A D | if_de.c | 184 tulip_softc_t *sc = arg; in tulip_timeout_callback() local 194 tulip_timeout(tulip_softc_t *sc) in tulip_timeout() 204 tulip_txprobe(tulip_softc_t *sc) in tulip_txprobe() 245 tulip_media_set(tulip_softc_t *sc, tulip_media_t media) in tulip_media_set() 337 tulip_linkup(tulip_softc_t *sc, tulip_media_t media) in tulip_linkup() 386 tulip_media_print(tulip_softc_t *sc) in tulip_media_print() 401 tulip_media_link_monitor(tulip_softc_t *sc) in tulip_media_link_monitor() 496 tulip_media_poll(tulip_softc_t *sc, tulip_mediapoll_event_t event) in tulip_media_poll() 727 tulip_media_select(tulip_softc_t *sc) in tulip_media_select() 749 tulip_21040_mediainfo_init(tulip_softc_t *sc, tulip_media_t media) in tulip_21040_mediainfo_init() [all …]
|
/dflybsd-src/sys/dev/netif/alc/ |
H A D | if_alc.c | 80 #define ALC_LOCK(sc) argument 81 #define ALC_UNLOCK(sc) argument 82 #define ALC_LOCK_ASSERT(sc) argument 244 struct alc_softc *sc; in alc_miibus_readreg() local 256 alc_mii_readreg_813x(struct alc_softc *sc, int phy, int reg) in alc_mii_readreg_813x() 289 alc_mii_readreg_816x(struct alc_softc *sc, int phy, int reg) in alc_mii_readreg_816x() 318 struct alc_softc *sc; in alc_miibus_writereg() local 330 alc_mii_writereg_813x(struct alc_softc *sc, int phy, int reg, int val) in alc_mii_writereg_813x() 352 alc_mii_writereg_816x(struct alc_softc *sc, int phy, int reg, int val) in alc_mii_writereg_816x() 380 struct alc_softc *sc; in alc_miibus_statchg() local [all …]
|
/dflybsd-src/sys/bus/u4b/wlan/ |
H A D | if_urtwn.c | 499 struct urtwn_softc *sc = device_get_softc(self); in urtwn_attach() local 675 urtwn_sysctlattach(struct urtwn_softc *sc) in urtwn_sysctlattach() 690 struct urtwn_softc *sc = device_get_softc(self); in urtwn_detach() local 740 urtwn_drain_mbufq(struct urtwn_softc *sc) in urtwn_drain_mbufq() 754 urtwn_do_request(struct urtwn_softc *sc, struct usb_device_request *req, in urtwn_do_request() 783 struct urtwn_softc *sc = ic->ic_softc; in urtwn_vap_create() local 835 struct urtwn_softc *sc = ic->ic_softc; in urtwn_vap_delete() local 849 urtwn_rx_copy_to_mbuf(struct urtwn_softc *sc, struct r92c_rx_stat *stat, in urtwn_rx_copy_to_mbuf() 915 struct urtwn_softc *sc = data->sc; in urtwn_report_intr() local 967 urtwn_rxeof(struct urtwn_softc *sc, uint8_t *buf, int len) in urtwn_rxeof() [all …]
|
H A D | if_rum.c | 472 struct rum_softc *sc = device_get_softc(self); in rum_attach() local 587 struct rum_softc *sc = device_get_softc(self); in rum_detach() local 616 rum_do_request(struct rum_softc *sc, in rum_do_request() 637 rum_do_mcu_request(struct rum_softc *sc, int request) in rum_do_mcu_request() 656 struct rum_softc *sc = ic->ic_softc; in rum_vap_create() local 726 struct rum_softc *sc = arg; in rum_cmdq_cb() local 746 rum_cmd_sleepable(struct rum_softc *sc, const void *ptr, size_t len, in rum_cmd_sleepable() 776 struct rum_softc *sc = data->sc; in rum_tx_free() local 788 rum_setup_tx_list(struct rum_softc *sc) in rum_setup_tx_list() 807 rum_unsetup_tx_list(struct rum_softc *sc) in rum_unsetup_tx_list() [all …]
|
/dflybsd-src/sys/dev/misc/ichwd/ |
H A D | ichwd.c | 236 #define ichwd_read_tco_1(sc, off) \ argument 238 #define ichwd_read_tco_2(sc, off) \ argument 240 #define ichwd_read_tco_4(sc, off) \ argument 242 #define ichwd_read_smi_4(sc, off) \ argument 244 #define ichwd_read_gcs_4(sc, off) \ argument 247 #define ichwd_write_tco_1(sc, off, val) \ argument 249 #define ichwd_write_tco_2(sc, off, val) \ argument 251 #define ichwd_write_tco_4(sc, off, val) \ argument 253 #define ichwd_write_smi_4(sc, off, val) \ argument 255 #define ichwd_write_gcs_4(sc, off, val) \ argument [all …]
|