Home
last modified time | relevance | path

Searched refs:data_b (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dtest_hexdump.c12 static const unsigned char data_b[] = { variable
134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump()
151 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set()
174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_combrxphy.c517 u32 val, val_a, val_b, data_a, data_b; in rk628_combrxphy_set_hdmi_mode_for_cable() local
682 regmap_read(combrxphy->regmap, REG(0x66b8), &data_b); in rk628_combrxphy_set_hdmi_mode_for_cable()
685 ((data_b & 0xff) == 0xff)) { in rk628_combrxphy_set_hdmi_mode_for_cable()
709 u32 val, data_a, data_b, f, val2 = 0; in rk628_combrxphy_set_hdmi_mode() local
861 regmap_read(combrxphy->regmap, REG(0x66b8), &data_b); in rk628_combrxphy_set_hdmi_mode()
864 ((data_b & 0xff) == 0xff)) in rk628_combrxphy_set_hdmi_mode()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_combrxphy.c355 u32 val, val_a, val_b, data_a, data_b; in rk628_combrxphy_set_hdmi_mode_for_cable() local
540 rk628_i2c_read(rk628, COMBRX_REG(0x66b8), &data_b); in rk628_combrxphy_set_hdmi_mode_for_cable()
543 ((data_b & 0xff) == 0xff)) { in rk628_combrxphy_set_hdmi_mode_for_cable()
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_combrxphy.c346 u32 val, val_a, val_b, data_a, data_b; in rk628_combrxphy_set_hdmi_mode_for_cable() local
536 rk628_i2c_read(rk628, COMBRX_REG(0x66b8), &data_b); in rk628_combrxphy_set_hdmi_mode_for_cable()
539 ((data_b & 0xff) == 0xff)) { in rk628_combrxphy_set_hdmi_mode_for_cable()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst80 data_b 0x301 # data port B
99 data_b
155 data_b 0x301 # data port B
165 data_b 0x303
176 data_b 0x151
189 data_b 0x155
206 data_b 0x301
218 data_b 0x311
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dscc.h147 io_port data_b; /* data port channel B */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscc.h148 io_port data_b; /* data port channel B */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dscc.h147 io_port data_b; /* data port channel B */ member
/OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/
H A Dnsp_cs.c1316 nsp_hw_data *data_b = &nsp_data_base, *data; in nsp_detect() local
1325 memcpy(host->hostdata, data_b, sizeof(nsp_hw_data)); in nsp_detect()
1332 …nsp_dbg(NSP_DEBUG_INIT, "irq=%d,%d", data_b->IrqNumber, ((nsp_hw_data *)host->hostdata)->IrqNumber… in nsp_detect()
/OK3568_Linux_fs/kernel/drivers/net/fddi/
H A Ddefxx.c288 …ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_d…
2749 PI_UINT32 data_b, in dfx_hw_port_ctrl_req() argument
2764 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_B, data_b); in dfx_hw_port_ctrl_req()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dscc.c1784 SCC_Info[2*Nchips+1].data = hwcfg.data_b; in scc_net_ioctl()
1812 chan? hwcfg.data_b : hwcfg.data_a, in scc_net_ioctl()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-thin.c397 static int issue_discard(struct discard_op *op, dm_block_t data_b, dm_block_t data_e) in issue_discard() argument
400 sector_t s = block_to_sectors(tc->pool, data_b); in issue_discard()
401 sector_t len = block_to_sectors(tc->pool, data_e - data_b); in issue_discard()